Current section

Files

Jump to
mmdb2_decoder CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.4.0 (2018-12-21)
- Enhancements
- Database parsing speed has been improved
- Trying to locate a node below the available node count will no return `{:error, :node_below_count}` instead of an improper `0`
## v0.3.0 (2018-07-13)
- Enhancements
- Errors from `MMDB2Decoder.parse_database/1` are now returned from the `MMDB2Decoder.pipe_lookup/2` function instead of raising a `FunctionClauseError`
- Parsing speed has been improved
## v0.2.0 (2018-02-17)
- Enhancements
- Parsing speed has been improved
## v0.1.0 (2017-10-30)
- Initial Release