Releases: jobpaardekooper/react-native-localize-date
Releases · jobpaardekooper/react-native-localize-date
Release 2.1.1
Release 2.1.0
Release 2.0.2
2.0.2 (2025-01-08)
🐛 Bug Fixes
- implement temporary workaround for mrousavy/nitro#459 (and related swiftlang/swift#76949) to prevent a swift compiler crash (997ffe0)
Release 2.0.1
Release 2.0.0
2.0.0 (2025-01-01)
In this release, the entire public API has been reworked to better handle the languages supported by the library user on both iOS and Android. The new library operates similarly to the built-in formatters in JavaScript.
The updated API also allows formatter and locale objects to be reused on the native side, enhancing performance.
🐛 Bug Fixes
- Correctly consider the languages supported by the library user and update the API to accommodate this (732b58e)