Skip to content

Releases: BeTomorrow/react-native-file-logger

Release 0.6.0

18 Apr 15:59
Compare
Choose a tag to compare

0.6.0 (2025-04-18)

✨ Features

  • add option to zip files before sending by email (3b7a529) (#45)
  • allow android native configuration (fec8d38) (#76)

🐛 Bug Fixes

  • add proguard rules to prevent "PARSER_ERROR" (7a8998b) (#68)

🧹 Chore

  • add license (bd3f9ca)
  • fix typo in example app bundle id (c5953fe)
  • update package metadata and modernize PodSpec (7ffa784)
  • update README (5eaa585)

Release 0.5.7

15 Apr 14:33
Compare
Choose a tag to compare

0.5.7 (2025-04-15)

🐛 Bug Fixes

  • cannot capture logs on react-native 0.78 (8f05442) (#81)
  • namespace: Namespace required in module level for AGP>=8 (8eca045) (#67 & #78)

🧹 Chore

  • deps: Update all dev dependencies (90f545b)
  • migrate example app to Expo (518e1a3)

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)