Evidence collection
Release notes
This version eliminates the need for the request
package.
Evidence collection
Release notes
This release contains no user-visible changes to the code.
olc
is now available on MELPA (https://melpa.org).
Evidence collection
Release notes
olc-decode
now supports a format keyword arg. The return value for the latlon
format has been changed from a cons to a list, which is a breaking change. But since I'm the only one relying on that format (at least for now), that shouldn't matter.
Evidence collection
Release notes
Version 1.3 adds the :compound keyword arg to olc-is-valid
, olc-is-short
, and olc-is-full
, so these functions can be used to recognize (potential) compound codes.
Evidence collection
Release notes
Version 1.2.0 makes the nominatim URL configurable. Geocoding is still limited to the nominatim API, but you can now use a local or paid instance, if you prefer.
Evidence collection
Release notes
Version 1.1 has significantly improved error handling and type checking. Predicate functions have been (mostly) converted to operate directly on the codes without parsing, which improves performance.