Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Commit

Permalink
tweaks to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman committed Feb 22, 2018
1 parent 6136d55 commit b8a651f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#### Breaking Changes

- The ability to send single strings into the main function (call the individual functions)
- The ability to send partial objects to the main function
- Removed the ability to send single strings into the main function (call the individual functions)
- Removed the ability to send partial objects to the main function
- Changed the expected card object property name from `expire` to `date`

#### New
Expand All @@ -15,7 +15,7 @@
- `expired` which can be used to validate a credit cards expiration date
- `matches` which can be used to see if a cvn and a card number match (the cvn length matches the card type)
- `validation` which is the core functionality and only accepts an object
- An info property to the results that says if it failed by a rule or if it failed matching
- A match property was added to the results that says if it failed by a rule or if it failed matching
- Type Errors have been added when the correct type of value isn't provided (String or Number)
- Converted to a webpack build along with automation scripts for docs, and building files
- README has been updated with all the needed changes
Expand Down
2 changes: 1 addition & 1 deletion docs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8a651f

Please sign in to comment.