Releases: joostdebruijn/node-postcode-nl
Releases · joostdebruijn/node-postcode-nl
v2.0.0
v1.7.0
What's Changed
Full Changelog: v1.3.2...v1.7.0
v1.3.2
- Tested against Postcode API v2.2.1
- Added support for the premium distance functionalities in getAddresses and getPostcodes
v1.3.1
- Just updating the readme to explain that promises are available.
v1.3.0
- Support for pagination: the module is able to follow the next-links in the _links-element in the HAL-response of the external postcode API and returns a single integrated response.
- Support for promises: all the global functions are available as promise. This makes it easier to chain different API-calls (e.g. for requesting
getSingleAddress
after callinggetAddresses
) - Two new helpers:
followNext
andmergeResults
to help handling HAL-responses, when you want to do that on your own. - Updated documentation and tests to cover the new features
v1.2.1
- Improved compatibility for Node 4 and 5. Node 4.x is now the minimum version for using this package.
- Unit-testing with 100% coverage!
- Integrating Travis CI for builds
- Improved code styling
- Renaming internal requestApi
v1.2.0
- Some methods are renamed, based on some useful feedback of Apiwise. The API names are now consistent and more logical.
- First tests with Mocha.
Note: Such changes may break existing code, which would case a major version jump. I decided, however, to do a minor version jump, because the module was initially released earlier today so I don't expect many depending projects at this moment.
v1.1.0
- Exposing new methods getAddressById and getPostcodeArea
- Small rewrite to deduplicate some code
- Improvements to documentation
v1.0.1
First release to the world!