Releases: Boehrsi/device_identifiers
Releases · Boehrsi/device_identifiers
0.8.0
29 Apr 07:08
Compare
Sorry, something went wrong.
No results found
0.7.0
30 Mar 13:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add Dependabot
Update dependencies
Update SDK constraints
Update docs
0.4.1
26 Sep 21:48
Compare
Sorry, something went wrong.
No results found
Update dependencies
Update SDK constraints
0.4.0
24 Jul 09:23
Compare
Sorry, something went wrong.
No results found
Added formatting for Kotlin output
0.3.1
06 Jun 12:36
Compare
Sorry, something went wrong.
No results found
Adjust Dart output to match coding guidelines
Add hint for required Kotlin adjustments
0.3.0
25 Apr 12:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix Dart formatting issues
0.2.0
28 Nov 16:37
Compare
Sorry, something went wrong.
No results found
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