Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Jul 22, 2014
1 parent 3798857 commit 3762c1f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

0.1.0 / 2014-07-22
==================

* Code organization
* Remove istanbul
* Remove engines
* fn () -> fn()
* Coding style
* Merge pull request #1 from vesln/refactor/nextgen
* add deep merge utility as #merge
* Browser tests with karma & hydro
* Ignore builds, components and coverage
* travis: modern node
* tests for imported methods
* import: tea-extends
* improve code style, remove node deps
* test: replace mocha with hydro
* move to index
* Add install section

0.0.1 / 2012-10-25
==================

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": "params",
"version": "0.0.1",
"version": "0.1.0",
"description": "Hash filter utility. Like strong params.",
"author": "Veselin Todorov <hi@vesln.com>",
"license": "MIT",
Expand Down

0 comments on commit 3762c1f

Please sign in to comment.