Skip to content

Releases: Boehrsi/device_identifiers

0.8.0

29 Apr 07:08

Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

30 Mar 13:53

Choose a tag to compare

What's Changed

  • fix: broken Android data source
  • chore: add lints & clean up code
  • build(deps): bump csv from 5.1.1 to 6.0.0 by @dependabot in #6

Full Changelog: 0.6.0...0.7.0

0.6.0

25 Feb 20:34

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

Choose a tag to compare

  • Add Dependabot
  • Update dependencies
  • Update SDK constraints
  • Update docs

0.4.1

26 Sep 21:48

Choose a tag to compare

  • Update dependencies
  • Update SDK constraints

0.4.0

24 Jul 09:23

Choose a tag to compare

  • Added formatting for Kotlin output

0.3.1

06 Jun 12:36

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

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

Choose a tag to compare

  • Fix Dart formatting issues

0.2.0

28 Nov 16:37

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