Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Jun 6, 2024
1 parent 733d151 commit 9ccb5d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# UNRELEASED

- Update postal code validation to:
- strip trailing and leading whitespace
- verify postal code is at least 3 characters
- confirm 1st three characters are alphanumeric

# 9.1.0

- Support skipping of luhn check digit validation in card number validator.

# 9.0.0
Expand Down Expand Up @@ -46,7 +54,7 @@ _Breaking Changes_

# 6.1.0

- Add option to set a `maxLength` for card number valiation
- Add option to set a `maxLength` for card number validation

# 6.0.0

Expand Down

0 comments on commit 9ccb5d3

Please sign in to comment.