Skip to content

Releases: joostdebruijn/node-postcode-nl

v2.0.0

29 Dec 20:41
c197258
Compare
Choose a tag to compare
  • Drop request as a dependency and use the native Node Fetch API
  • Use Github Actions for running tests

v1.7.0

11 Jan 19:22
41c5c4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.7.0

v1.3.2

20 Aug 19:04
9facca1
Compare
Choose a tag to compare
  • Tested against Postcode API v2.2.1
  • Added support for the premium distance functionalities in getAddresses and getPostcodes

v1.3.1

18 Aug 07:00
05f3feb
Compare
Choose a tag to compare
  • Just updating the readme to explain that promises are available.

v1.3.0

18 Aug 07:03
1ca6476
Compare
Choose a tag to compare
  • 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 calling getAddresses)
  • Two new helpers: followNext and mergeResults 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

12 Aug 16:02
d276e1c
Compare
Choose a tag to compare
  • 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

11 Aug 16:41
3b27690
Compare
Choose a tag to compare
  • 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

11 Aug 11:09
9320eba
Compare
Choose a tag to compare
  • Exposing new methods getAddressById and getPostcodeArea
  • Small rewrite to deduplicate some code
  • Improvements to documentation

v1.0.1

11 Aug 08:37
ed55861
Compare
Choose a tag to compare

First release to the world!