Skip to content

Commit

Permalink
Released v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed Jan 19, 2017
1 parent f105a8d commit 1d76e1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

## v0.2.0

### Pull Requests

- [#40](https://github.com/offirgolan/ember-validators/pull/40) Remove unnecessary module caching *by [Offir Golan](https://github.com/offirgolan)*
- [#39](https://github.com/offirgolan/ember-validators/pull/39) [FEATURE] allowNonTld & minTldLength in format validator *by [Offir Golan](https://github.com/offirgolan)*
- [#42](https://github.com/offirgolan/ember-validators/pull/42) Expose parseDate function in the date validator *by [Guillaume Gérard](https://github.com/GreatWizard)*
- [#41](https://github.com/offirgolan/ember-validators/pull/41) [BUGFIX] Use String.match instead of RegExp.test to support g flag *by [Offir Golan](https://github.com/offirgolan)*

## v0.1.2

- Use ember-require-module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-validators",
"version": "0.1.2",
"version": "0.2.0",
"description": "A collection of EmberJS validators",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 1d76e1f

Please sign in to comment.