Skip to content

Commit

Permalink
release 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Solis committed Jan 20, 2018
1 parent 4ccaf37 commit 0babd33
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/sorodrigo/proxy-validator/compare/v0.1.3...v1.0.0) (2018-01-20)

### Features

* adds tests
* links to medium post
* add travis ci hook


<a name="0.1.3"></a>
## [0.1.3](https://github.com/sorodrigo/proxy-validator/compare/v0.1.2...v0.1.3) (2017-12-27)

Expand All @@ -9,7 +19,7 @@


<a name="0.1.2"></a>
# [0.1.2](https://github.com/sorodrigo/proxy-validator/compare/v0.1.1...v0.1.2) (2017-12-27)
## [0.1.2](https://github.com/sorodrigo/proxy-validator/compare/v0.1.1...v0.1.2) (2017-12-27)

### Bug Fixes

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

Small package that leverages the power of ES6 Proxy to validate and sanitize objects.

Learn More, read the article:

[How I made a validation library using ES6 Proxy](https://hackernoon.com/how-i-made-a-validation-library-using-es6-proxy-59df82c1a4c0)

### Installation
```bash
$ npm i proxy-validator
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "proxy-validator",
"version": "0.1.3",
"description": "",
"version": "1.0.0",
"description": "Small package that leverages the power of ES6 Proxy to validate and sanitize objects.",
"main": "lib/index.js",
"scripts": {
"start": "rollup -c -w",
Expand Down Expand Up @@ -55,7 +55,10 @@
"es6-proxy",
"javascript",
"proxy",
"validator"
"validator",
"sanitize",
"validate",
"sanitizing"
],
"author": "@sorodrigo",
"license": "MIT",
Expand Down

0 comments on commit 0babd33

Please sign in to comment.