With this release, all the features listed as "planned" in the readme have been implemented and the roughest corners of the API have been made more ergonomic.
If you need any of the other APIs available from Brønnøysundregistrene, please create an issue and explain your use case.
Breaking changes
- `Client.search_enhet()` and `Client.search_underenhet()` now return a `Cursor` object to help iterate over a paginated search result. (16)
Features
- Search results are now a lot easier to iterate over. See the quickstart guide for examples. (16)
Changes
- Upgrade development dependencies (17)
- Increase test coverage to 100% (18)