Releases: BeTomorrow/react-native-file-logger
Releases · BeTomorrow/react-native-file-logger
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)
v0.4.0
Feature:
- Allow multiple recipients by passing
to: string[]
to sendLogFilesByEmail()
#43
v0.3.1
Fixes:
- Allow react 18 for react peer dependency #41
- Upgrade dependencies
- Upgrade example app to react-native 0.70