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

Commit

Permalink
v1.4.0 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman committed Feb 5, 2018
1 parent 3b3e466 commit 5ff0818
Show file tree
Hide file tree
Showing 15 changed files with 810 additions and 1,105 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Browser
</script>
```

## Documentation

You can find most of the documentation for simple card here: http://www.dusty.codes/simple-card

## Usage

The parameters of Simple Card are very flexible.
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.4.0

- Added: Defaults for most validation methods
- Added: Type Checks for each validation method
- **Note:** Type errors will be thrown if invalid types are passed through (Arrays, Objects, etc.)
- Added: Some better documentation to methods
- Added: Tests for all of these main changes
- Changed: Re organized some internal methods to live where they are being used since they are not being re used
- Changed: Updated all Dev dependencies
- Fixed: Tests to no longer use hardcoded dates (Unless its a test on expired dates)
- Fixed: Code to meet new ESlint version linting errors
- Fixed: Rollup config for new version


## v1.3.2

- Fix: Better IE support dates should build out properly now (specifically IE 10 and 11)
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-card.umd.js

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

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.

Loading

0 comments on commit 5ff0818

Please sign in to comment.