Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
[3.8.0]_ Xcode 14.1, Swift 5.7, various fixes and improvements source code.tar.gz | 2022-11-02 | 1.0 MB | |
[3.8.0]_ Xcode 14.1, Swift 5.7, various fixes and improvements source code.zip | 2022-11-02 | 1.3 MB | |
README.md | 2022-11-02 | 4.9 kB | |
Totals: 3 Items | 2.4 MB | 0 |
3.8.0 - Xcode 14.1 on Nov 2nd, 2022
Public
- Add support for Xcode 14 / Swift 5.7 - drop support for Swift < 5.5, iOS/tvOS < 11, macOS < 10.13, watchOS < 4 (#1316)
- Update README about swift-log usage (#1275)
- Use dispatch_walltime for scheduling log file rolling timer (#1309)
Internal
- Add consistent newline to file endings (#1272)
- Fix error checking in DDFileLogger (#1274)
- Avoid using NSString format (#1280)
- Prevent logging to symlink files (#1314)
All changes
- Add consistent newline to file endings by @fdenzer in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1272
- Fix for "DDFileLogger: Failed to synchronize file: nil" by @fujisoft in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1274
- Bump maxim-lobanov/setup-xcode from 1.4.0 to 1.4.1 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1277
- ADD: update readme about swift-log usage by @veraposeidon in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1275
- Optimization date formatter cost by @kinarobin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1279
- Avoid using NSString format by @kinarobin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1280
- Revert "Merge pull request [#1279] from kinarobin/optimization-date-for… by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1282
- Update CHANGELOG by @sushichop in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1281
- DDTTYLogger optimisations. by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1286
- Revert pr 1274 by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1283
- Fixed -isEqual: and -hash methods for DDLogMessage class. by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1285
- Fixed nullability conflict or file parameter for DDLogMessage creation. by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1284
- Bump actions/github-script from 5 to 6 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1290
- Fix nullability violations by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1287
- Bump Tests project to Xcode 13.2. by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1288
- Added comment to PR [#1287]. by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1292
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1293
- Bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1295
- Add Swift 5.6 support, add Sendable conformances to ObjC classes by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1299
- Update copyright to 2022 by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1300
- Bump sersoft-gmbh/xcodebuild-action from 1 to 2 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1301
- Bump sersoft-gmbh/swift-coverage-action from 2 to 3 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1302
- Add Bugfender logger by @jgimenez in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1305
- Updated to Xcode 13.4. by @jcbertin in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1308
- Use dispatch_walltime for scheduling log file rolling timer by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1309
- Don't log into symlink files by @smaryus in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1314
- Fix code-level build warnings by @tiwoc in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1317
- Bump maxim-lobanov/setup-xcode from 1.4.1 to 1.5.0 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1318
- Bump maxim-lobanov/setup-xcode from 1.5.0 to 1.5.1 by @dependabot in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1319
- Update to Xcode 14 / Swift 5.7 by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1316
New Contributors
- @fdenzer made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1272
- @fujisoft made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1274
- @veraposeidon made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1275
- @jgimenez made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1305
- @smaryus made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1314
- @tiwoc made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1317
Full Changelog: https://github.com/CocoaLumberjack/CocoaLumberjack/compare/3.7.4...3.8.0