Skip to content

Commit d2fb449

Browse files
authored
Prep for release 4.0.0. (#54)
1 parent bb03499 commit d2fb449

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
# Change Log
22
All significant changes to this project will be documented in this file.
33

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

66
#### Added
7+
- 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.
8+
- Added ability to set the concurrency mode individually for each Writer.
79
- Added `FileWriter` class for writing to local log files.
8-
9-
## [4.0.0-beta.2](https://github.com/tonystone/tracelog/tree/4.0.0-beta.2)
10-
11-
#### Added
1210
- Added `TestHarness` to assist developers in testing their own `Writer` types.
1311
- Added `shell` utility to assist in testing `Writer` types.
1412
- Added TraceLogTestTools module/library to allow use of new `TestHarness` and other Utilities.
1513

16-
#### Removed
17-
- Removed the `UnifiedLoggingWriter` and instead using external `AdaptiveSystemLogWriter` which adapts to various platforms for latest system log.
18-
19-
## [4.0.0-beta.1](https://github.com/tonystone/tracelog/tree/4.0.0-beta.1)
20-
21-
#### Added
22-
- Added `UnifiedLoggingWriter` for Apple Unified Logging system logging using TraceLog.
23-
- 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.
24-
- Added ability to set the concurrency mode individually for each Writer.
25-
2614
#### Removed
2715
- Removed all Xcode projects, Xcode projects are now generated using Swift Package Manager.
2816
- Dropped iOS 8 support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Minimum Runtime Version
336336

337337
> **Note:**
338338
>
339-
> 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)
339+
> 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)
340340
>
341341
> See the [README](https://github.com/tonystone/vagrant-swift/blob/master/README.md) for instructions.
342342
>

TraceLog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)