Skip to content

Releases: BeTomorrow/react-native-file-logger

Release 0.7.1

20 Aug 10:47

Choose a tag to compare

0.7.1 (2025-08-20)

🐛 Bug Fixes

  • Prevent re-patching console and handle disabling on configure (a379b72)

Release 0.7.0

31 Jul 14:57

Choose a tag to compare

0.7.0 (2025-07-31)

✨ Features

  • Support custom log file names prefix (b461d52)

Release 0.6.2

25 Jul 13:38

Choose a tag to compare

0.6.2 (2025-07-25)

🐛 Bug Fixes

  • mitigate iOS dependency conflicts by relaxing version constraints (3682ee9) (Fix #90)

Release 0.6.1

03 Jul 10:14

Choose a tag to compare

0.6.1 (2025-07-03)

🐛 Bug Fixes

  • Fixing the reload feature on ios that causes multiple file writes (e5a9cc4)

🧹 Chore

Release 0.6.0

18 Apr 15:59

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

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

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

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 react-native@0.73

v0.5.4

18 Mar 11:55

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

Choose a tag to compare

Improvement:

  • Remove unused console.log (fix #65)