Skip to content

Releases: dodobrands/BlackBox

4.0.2

10 Jan 05:58
4.0.2
0e0d638
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2

4.0.1

19 Dec 07:07
4.0.1
ba8f78d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

19 Dec 06:47
4.0.0
7c6ad7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...4.0.0

3.1.0

25 Jul 06:58
3.1.0
c486c08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

22 Dec 18:57
3.0.0
763ff61
Compare
Choose a tag to compare

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

30 Aug 18:03
2.0.1
0cf140c
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 2.0.0...2.0.1

2.0.0

01 Jul 07:02
2.0.0
b9a57f7
Compare
Choose a tag to compare

What's Changed

  • EndEvent.parentEvent is always it's startEvent by @AllDmeat in #40
  • Switched to ubuntu runners for release workflow by @AllDmeat in #41

Full Changelog: 1.1.0...2.0.0

1.1.0

30 Jun 14:02
1.1.0
c06414f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

30 Dec 09:10
Compare
Choose a tag to compare

What's Changed

We are going open source 🥳

Full Changelog: 1.0.0...1.0.1

1.0.0

29 Dec 15:49
6b8df67
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...1.0.0