Releases: evoleen/time_machine2
Releases · evoleen/time_machine2
v0.13.1
What's Changed
- Fix Dart web-only deployments by @kingwill101 in #59
New Contributors
- @kingwill101 made their first contribution in #59
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Enable WASM compatibility
- Move I/O operations to
universal_io - Bump Dart SDK version to 3.3
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- Fixed integer overflow on Flutter Web that prevented initialization of the library
Full Changelog: v0.12.0...v0.12.1
v0.12.0+1
What's Changed
- Improve documentation to better reflect changes between 0.11.0 and 0.12.0, no functional changes
Full Changelog: v0.12.0...v0.12.0+1
v0.12.0
What's Changed
- Breaking: change TZDB asset naming again
- Replace
timezone-based TZDB compiler with native, NodaTime based port - Support for tail zones past the year 2038
- Remove
commonand10yTZDB format variants - Update TZDB to 2025b
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Breaking: change TZDB asset naming
- Improve asset size by switching to XZ compression
Full Changelog: v0.10.2...v0.11.0
v0.10.2
What's Changed
- Add missing day name to
en-GBculture - Fix asset loading for Flutter Web in release mode
- Add migration notes to README
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Fixed broken asset loading when Flutter code was executed in unit tests
- Make attribution to original author more visible
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- First release of fork as
time_machine2 - Replace tzdb code so that the package now has a working tzdb compiler
- Upgrade tzdb to 2024b
- Fix asset loading for Flutter Web
- Compress tzdb and culture data for faster loading
Full Changelog: https://github.com/evoleen/time_machine2/commits/v0.10.0