Skip to content

Releases: Boehrsi/device_identifiers

0.6.0

25 Feb 20:34
Compare
Choose a tag to compare

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

04 Jun 08:42
Compare
Choose a tag to compare
  • Add Dependabot
  • Update dependencies
  • Update SDK constraints
  • Update docs

0.4.1

26 Sep 21:48
Compare
Choose a tag to compare
  • Update dependencies
  • Update SDK constraints

0.4.0

24 Jul 09:23
Compare
Choose a tag to compare
  • Added formatting for Kotlin output

0.3.1

06 Jun 12:36
Compare
Choose a tag to compare
  • Adjust Dart output to match coding guidelines
  • Add hint for required Kotlin adjustments

0.3.0

25 Apr 12:20
Compare
Choose a tag to compare
  • 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

06 Feb 10:35
Compare
Choose a tag to compare
  • Fix Dart formatting issues

0.2.0

28 Nov 16:37
Compare
Choose a tag to compare
  • 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

05 Nov 19:31
Compare
Choose a tag to compare
  • Initial release
  • Generate identifiers for Android and iOS with the target language Dart
  • Automatically updated via CI