geolix v0.17.0 Release Notes

Release Date: 2018-09-02 // over 5 years ago
    • ✨ Enhancements

      • Storage of the internal database loader state has been migrated to a named ets table in order to allow reading from databases while the loading cycle has not yet been completed (#20).
      • The :is_in_european_union information has been added to the Country and RepresentedCountry result structs
    • Backwards incompatible changes

      • Adapters are now responsible to return the complete (and final) result of the lookup. No additional modifications will be made. Several module namespaces have been renamed for this:
        • Geolix.Model -> Geolix.Adapter.MMDB2.Model
        • Geolix.Record -> Geolix.Adapter.MMDB2.Record
        • Geolix.Result -> Geolix.Adapter.MMDB2.Result