Releases: Boehrsi/device_identifiers
Releases · Boehrsi/device_identifiers
0.6.0
What's Changed
- fix: broken iOS data source d39eb4a
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #4
- build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #5
- chore: update dependencies d39eb4a
Full Changelog: 0.5.0...0.6.0
0.5.0
- Add Dependabot
- Update dependencies
- Update SDK constraints
- Update docs
0.4.1
- Update dependencies
- Update SDK constraints
0.4.0
- Added formatting for Kotlin output
0.3.1
- Adjust Dart output to match coding guidelines
- Add hint for required Kotlin adjustments
0.3.0
- Lookup methods now always returns non-null values. The given model is used if no name was found.
- Reduced database size by removing equal key value pairs
- Fixed backslash escaping in Dart
0.2.1
- Fix Dart formatting issues
0.2.0
- Breaking: Lookup changed from direct map access to a dedicated method
- Kotlin support added
- Rewrote the map / data creation to allow easier support for different languages
- Added tests
0.1.0
- Initial release
- Generate identifiers for Android and iOS with the target language Dart
- Automatically updated via CI