Releases: BeTomorrow/react-native-file-logger
Releases · BeTomorrow/react-native-file-logger
Release 0.6.0
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
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
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
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
Fix
- Android: Prevent side-effects on other libraries depending on logback by using a named appender. (#64)
v0.5.3
Improvement:
- Remove unused console.log (fix #65)
v0.5.2
Bug fix:
- Add missing "MessageUI" framework dependency for iOS. Should fix #61
v0.5.1
Bug fix:
- Fix disk quota for iOS #49
Misc:
- Add "Log large data" to test maximumFileSize
v0.4.1
Bug fix:
- Fix disk quota for iOS #49
Misc:
- Add "Log large data" to test maximumFileSize
v0.5.0
Feature:
- Add support for new architecture #51
Breaking change:
- Minimal iOS requirement 11 (was previously 9)