- Fix exit codes of the executable.
- Add
maxminddb
executable for command line usage. Usage:dart pub global activate maxminddb
maxminddb search 1.2.3.4
- Use lint instead of pedantic.
- Deprecate non camel case fields in favor new ones.
- Deprecate
decodeData
. - Fix lint errors.
- Make DataProviders public
- Don't crash when languages or descriptions are not in database.
- Data is now private. Data is a class only useful in one specific internal case. Therefore this change is seen as a bug fix rather than a Breaking Change.
- Fix double
- Initial version.