Skip to content

Releases: jobpaardekooper/react-native-localize-date

Release 2.1.1

08 Jan 16:10
Compare
Choose a tag to compare

2.1.1 (2025-01-08)

🐛 Bug Fixes

  • Include the plugin folder with npm releases (daf5de4)

Release 2.1.0

08 Jan 16:04
Compare
Choose a tag to compare

2.1.0 (2025-01-08)

✨ Features

  • Implement Expo config plugin to handle iOS setup automatically through Expo prebuild (e9c1e7e)

Release 2.0.2

08 Jan 10:20
Compare
Choose a tag to compare

2.0.2 (2025-01-08)

🐛 Bug Fixes

Release 2.0.1

02 Jan 11:03
Compare
Choose a tag to compare

2.0.1 (2025-01-02)

This release only exists to update the README that is displayed on NPM.

📚 Documentation

  • Add badges to top of README (6946071)
  • Add links to badges at top of README (2560420)
  • Add TOC and update formatting of the README (5394eae)

Release 2.0.0

01 Jan 19:30
Compare
Choose a tag to compare

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)

Release 1.1.0

26 Nov 14:25
Compare
Choose a tag to compare

1.1.0 (2024-11-26)

🐛 Bug Fixes

  • Actually use the correct preferred language set by the user on iOS (a4ac50b)

Release 1.0.0

20 Nov 21:31
Compare
Choose a tag to compare

1.0.0 (2024-11-20)

Initial 1.0.0 release of the library!

🐛 Bug Fixes

  • Add react-native-nitro-modules to peerDependencies (be35e0b)
  • Add source for metro.config.js (00a5183)

📚 Documentation