From fdecb20e8f4fd854b2cd2be3ec3dac5a4640edd9 Mon Sep 17 00:00:00 2001 From: Marco Botto Date: Thu, 8 Sep 2016 17:55:59 +0200 Subject: [PATCH] update changelog and bump to version 0.1.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f4775..43b7985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [0.1.4](https://github.com/elboman/proofed/releases/tag/0.1.4) (2016-09-08) +### Fix +- **isPristine()**: Dirty checking is skipped when setting the default values for each node [(86816c6)](https://github.com/elboman/proofed/commit/86816c6c25a8a73413ee138e4049162bd7b5541f) + # [0.1.3](https://github.com/elboman/proofed/releases/tag/0.1.3) (2016-09-07) ### Fix - **Default Value**: Default value can be anything (it may coerce to false) [(44e5576)](https://github.com/elboman/proofed/commit/44e5576dc2e36afd81c2cb6daf4ca738b898b4c0) diff --git a/package.json b/package.json index b84c462..666aa4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proofed", - "version": "0.1.3", + "version": "0.1.4", "description": "A flexible library for user interaction validation", "main": "dist/index.js", "typings": "dist/index.d.ts",