Skip to content

Releases: joaocarmo/i18n-postal-address

v0.9.2

26 Jul 23:52
45da408
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

08 Mar 00:12
bd4c64f
Compare
Choose a tag to compare

What's Changed

  • bugfix: bulgarian address convention by @tn819 in #148
  • build(Dockerfile): Upgrade node version from 18 to 20 by @joaocarmo in #149

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

20 Jan 16:26
9547103
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

18 Oct 18:01
642c29a
Compare
Choose a tag to compare

What's Changed

  • refactor(package.json): move node-postal to optionalDependencies by @joaocarmo in #63
  • ci(tests): Add dockerized testing to GitHub Actions workflow by @joaocarmo in #64
  • ci(tests.yml): Update check for Dockerfile and yarn.lock changes by @joaocarmo in #65
  • chore: upgrade deps by @joaocarmo in #66

Full Changelog: v0.7.1...v0.8.0

v0.7.1

03 Oct 23:25
274b133
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @lgtm-com made their first contribution in #43

Full Changelog: v0.7.0...v0.7.1

v0.7.0

19 Jun 17:30
8bba9ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

05 May 09:37
e02f768
Compare
Choose a tag to compare

Key features

  • The custom formats would not apply for countries not part of the original list because the validator was not being updated was fixed by #39

v0.6.0

03 Apr 14:07
aff5571
Compare
Choose a tag to compare

Key features

  • Implements a string parser for the node version which should address #23, at least in a node.js environment

v0.5.0

28 Mar 18:16
419195c
Compare
Choose a tag to compare

Key features

  • Adds support for a full or partial preset state to be passed to the constructor [thank you, @saiichihashimoto]

v0.4.3

21 Mar 19:57
a166723
Compare
Choose a tag to compare

Key features

  • Marked the arguments in the output() method as optional