Skip to content

Releases: adamlc/address-format

1.5.0

07 Aug 07:30
0496f38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

01 Dec 09:58
4427f9c
Compare
Choose a tag to compare

What's Changed

  • Fix parameter 2 of str_replace with PHP 8.1 by @luigifab in #21
  • Add #[\ReturnTypeWillChange] for PHP 8.1 by @luigifab in #20

New Contributors

Full Changelog: 1.3.3...1.4.0

1.3.3: Merge pull request #10 from travisulrich/patch-3

07 Mar 07:34
Compare
Choose a tag to compare
Escape HTML output before adding <br> tags

1.3.2: Merge pull request #8 from tubssp/master

27 Jan 16:32
Compare
Choose a tag to compare
Added function validAddressPieces

1.3.1: Merge pull request #7 from chandon/master

12 Jan 14:21
Compare
Choose a tag to compare

1.3

09 Dec 09:07
Compare
Choose a tag to compare
1.3
Updated version in Readme

1.2

07 Dec 08:15
Compare
Choose a tag to compare
1.2
Updated version in readme

Throw LocaleMissingFormatException when the locale's format is not set

09 Oct 14:52
Compare
Choose a tag to compare
Merge pull request #4 from nojacko/throw-different-exception-for-format

Throw LocaleMissingFormatException when the locale's format is not set.

1.0.3: Merge pull request #2 from travisulrich/patch-2

16 Apr 13:13
Compare
Choose a tag to compare

Fixed issue with regular expression

New Features

24 Mar 19:42
Compare
Choose a tag to compare

Add parameter to allow for removal of blank lines

  • Clean up the formatted address by removing blank lines caused by optional data being omitted.