File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## Unreleased
6+
7+ - ** Added** : Use [ ` nanoassert ` ] ( https://github.com/emilbayes/nanoassert ) in the browser.
8+
59## 6.2.0 - 2017-08-18
610
711- ** Added** : ` afterreorder ` event which is called after your component is remounted on sibbling reorders.
Original file line number Diff line number Diff line change 88 },
99 "scripts" : {
1010 "test" : " run-s test:*" ,
11- "test:deps" : " dependency-check . && dependency-check . --extra --no-dev " ,
11+ "test:deps" : " dependency-check ." ,
1212 "test:node" : " NODE_ENV=test node test/node.js | tap-format-spec" ,
1313 "test:browser" : " browserify test/browser/index.js | tape-run | tap-format-spec" ,
1414 "test:lint" : " standard *.js" ,
You can’t perform that action at this time.
0 commit comments