Skip to content

Releases: BeTomorrow/react-native-file-logger

Release 0.5.6

19 Aug 09:43
Compare
Choose a tag to compare

0.5.6 (2024-08-19)

✨ Features

  • agp: Omit AGP Version for better flexibility for consumers (e91f1e3)

🐛 Bug Fixes

  • crash: Fix "does not contain a valid DateToken" crash (4b59430)

🧹 Chore

  • Add release-it for easy publication (1252e3c)

v0.5.5

10 Apr 15:07
Compare
Choose a tag to compare

Fix

  • iOS: Remove only our logger when calling configure() instead of removing all loggers which can cause side-effects on other libraries depending on CocoaLumberjack. (#64)
  • Upgrade example app to [email protected]

v0.5.4

18 Mar 11:55
Compare
Choose a tag to compare

Fix

  • Android: Prevent side-effects on other libraries depending on logback by using a named appender. (#64)

v0.5.3

07 Mar 10:31
Compare
Choose a tag to compare

Improvement:

  • Remove unused console.log (fix #65)

v0.5.2

21 Feb 16:28
Compare
Choose a tag to compare

Bug fix:

  • Add missing "MessageUI" framework dependency for iOS. Should fix #61

v0.5.1

17 Feb 10:11
Compare
Choose a tag to compare

Bug fix:

  • Fix disk quota for iOS #49

Misc:

  • Add "Log large data" to test maximumFileSize

v0.4.1

17 Feb 10:10
Compare
Choose a tag to compare

Bug fix:

  • Fix disk quota for iOS #49

Misc:

  • Add "Log large data" to test maximumFileSize

v0.5.0

10 Feb 16:44
Compare
Choose a tag to compare

Feature:

  • Add support for new architecture #51

Breaking change:

  • Minimal iOS requirement 11 (was previously 9)

v0.4.0

13 Sep 13:53
Compare
Choose a tag to compare

Feature:

  • Allow multiple recipients by passing to: string[] to sendLogFilesByEmail() #43

v0.3.1

07 Sep 13:36
Compare
Choose a tag to compare

Fixes:

  • Allow react 18 for react peer dependency #41
  • Upgrade dependencies
  • Upgrade example app to react-native 0.70