Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Froguard committed Aug 9, 2019
1 parent 031442d commit 37d78d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.idea/
node_modules/
*.log
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.idea/
build/
coverage/lcov-report
Expand Down
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
## 2.0.1 (2019-8-11)

- Change args in travelJson callback, shorten it into option
- travelJson(json, `cb`, rootAlias, safeMode),
- `function cb(key, val, ...args)` --> `function cb(key, val, options)`


## 2.0.0 (2019-8-9)

- Optimize code & pack.
- Format filename.
- Rename `/dist/typeOf.js` to `/dist/type-of.js`
- Rename `/dist/typeOf.min.js` to `/dist/type-of.min.js`
- Rename `/dist/json-toTreeString.js` to `/dist/json-treeify.js`
- Rename `/dist/json-toTreeString.min.js` to `/dist/json-treeify.min.js`
- Rename `/dist/jsonToy.js` to `/dist/index.js`
- Rename `/dist/jsonToy.min.js` to `/dist/index.min.js`

- Add changelog.md.
- Add more test cases.


## 1.0.21 (2018-9-6)

- Provide some basic features like treeify
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ j-tree-str ./package.json
│ ├─ lcov-report /
│ │ ├─ base.css

...
...

└─ webpack.config.js
````
Expand Down

0 comments on commit 37d78d1

Please sign in to comment.