Skip to content

Commit

Permalink
Prep for release 4.0.0. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone authored Sep 6, 2018
1 parent bb03499 commit d2fb449
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
18 changes: 3 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
# Change Log
All significant changes to this project will be documented in this file.

## [4.0.0-beta.3](https://github.com/tonystone/tracelog/tree/4.0.0-beta.3)
## [4.0.0](https://github.com/tonystone/tracelog/tree/4.0.0)

#### Added
- Added mode to TraceLog.configuration to allow direct, async, or sync mode of operation. Sync & direct mode are useful for use cases that have short-lived processes (scripts) or require real-time logging.
- Added ability to set the concurrency mode individually for each Writer.
- Added `FileWriter` class for writing to local log files.

## [4.0.0-beta.2](https://github.com/tonystone/tracelog/tree/4.0.0-beta.2)

#### Added
- Added `TestHarness` to assist developers in testing their own `Writer` types.
- Added `shell` utility to assist in testing `Writer` types.
- Added TraceLogTestTools module/library to allow use of new `TestHarness` and other Utilities.

#### Removed
- Removed the `UnifiedLoggingWriter` and instead using external `AdaptiveSystemLogWriter` which adapts to various platforms for latest system log.

## [4.0.0-beta.1](https://github.com/tonystone/tracelog/tree/4.0.0-beta.1)

#### Added
- Added `UnifiedLoggingWriter` for Apple Unified Logging system logging using TraceLog.
- Added mode to TraceLog.configuration to allow direct, async, or sync mode of operation. Sync & direct mode are useful for use cases that have short-lived processes (scripts) or require real-time logging.
- Added ability to set the concurrency mode individually for each Writer.

#### Removed
- Removed all Xcode projects, Xcode projects are now generated using Swift Package Manager.
- Dropped iOS 8 support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Minimum Runtime Version

> **Note:**
>
> To build and run on **Linux** we have a a preconfigure **Vagrant** file located at [https://github.com/tonystone/vagrant-swift](https://github.com/tonystone/vagrant-swift)
> To build and run on **Linux** we have a a pre-configured **Vagrant** file located at [https://github.com/tonystone/vagrant-swift](https://github.com/tonystone/vagrant-swift)
>
> See the [README](https://github.com/tonystone/vagrant-swift/blob/master/README.md) for instructions.
>
Expand Down
2 changes: 1 addition & 1 deletion TraceLog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "TraceLog"
s.version = "4.0.0-beta.3"
s.version = "4.0.0"
s.summary = "Dead Simple: logging the way it's meant to be!"
s.description = <<-DESC
TraceLog is a configurable debug logging system. It is unique in that it's configured
Expand Down

0 comments on commit d2fb449

Please sign in to comment.