Skip to content

Releases: dodobrands/BlackBox

6.0.1

Choose a tag to compare

@github-actions github-actions released this 05 May 07:33
935cf21

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

Choose a tag to compare

@AllDmeat AllDmeat released this 04 May 17:53
18d1d64

What's Changed

Full Changelog: 5.0.0...6.0.0

What's Changed

Full Changelog: 5.0.0...6.0.0

5.0.0

Choose a tag to compare

@github-actions github-actions released this 04 May 16:16
1f48948

What's Changed

  • Bump github.com/dodobrands/dbthreadsafe-ios from 2.2.0 to 2.3.0 by @dependabot[bot] in #85
  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #86
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #87
  • Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #89
  • Bump github.com/apple/swift-docc-plugin from 1.4.5 to 1.4.6 by @dependabot[bot] in #90
  • Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #91
  • Bump actions/configure-pages from 5 to 6 by @dependabot[bot] in #92
  • Bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #93
  • Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #94
  • Bump actions/upload-pages-artifact from 4 to 5 by @dependabot[bot] in #95
  • Bump github.com/apple/swift-docc-plugin from 1.4.6 to 1.5.0 by @dependabot[bot] in #96
  • build: support DBThreadSafe-ios 3.1.0 by @AllDmeat in #97

Full Changelog: 4.1.0...5.0.0

4.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:12
4.1.0
6d4094c

What's Changed

  • Bump github.com/dodobrands/dbthreadsafe-ios from 2.1.0 to 2.2.0 by @dependabot[bot] in #79
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #83
  • Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #82
  • Bump github.com/apple/swift-docc-plugin from 1.4.3 to 1.4.5 by @dependabot[bot] in #81
  • Added isTrace property by @AllDmeat in #84

Full Changelog: 4.0.2...4.1.0

4.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jan 05:58
4.0.2
0e0d638

What's Changed

Full Changelog: 4.0.1...4.0.2

4.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Dec 07:07
4.0.1
ba8f78d

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 06:47
4.0.0
7c6ad7f

What's Changed

New Contributors

Full Changelog: 3.1.0...4.0.0

3.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 06:58
3.1.0
c486c08

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 18:57
3.0.0
763ff61

New

  • Logs are synchronous. Same performance with instant results.
  • Customise log format with BBLogFormat. Provide it to logger initialiser and it will format messages accordingly.
    • Fine-tune what levels should have icons in formatted messages.
    • Specify user info formatting options to use when converting from JSON to String
    • Print Source section inline to reduce logs size
    • Customize formatter used for duration with any MeasurementFormatter that fits your needs.
  • Customize icons for each log level to use when formatting messages using BBLogIcon.

Breaking

  • You can't provide DispatchQueue straight to BlackBox initialiser no more. If you have custom logger that requires thread-safety — implement it by yourself inside your logger. You may use DBThreadSafe-ios as a drop-in solution for this.
  • Carthage support is dropped out.

What's Changed

New Contributors

Full Changelog: 2.0.1...3.0.0

2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:03
2.0.1
0cf140c

What's Changed

  • Fixed signposts passing between functions and modules by @AllDmeat in #42

Full Changelog: 2.0.0...2.0.1