File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v1.1.0
2+
3+ ###### February 12, 2016
4+
5+ #### Dependencies
6+
7+ * Remove as [ lodash] [ lodash ] a dependency and make it a development dependency
8+
9+ #### Refactoring
10+
11+ * Add language utility functions to [ index.js] [ index ] in place of lodash
12+ * Remove multiple line breaks
13+
14+ #### Development Maintenance
15+
16+ * Update [ package.json] [ package ] scripts for clarity
17+ * Minor changes to [ .travis.yml] [ travis ] to reflect above changes
18+
19+
20+
121# v1.0.3
222
323###### February 10, 2016
1333* Add code-style checking with [ JSCS] [ jscs ]
1434* Add [ JSHint] [ jshint ] as a development dependency
1535
36+
37+
38+ [ lodash ] : https://lodash.com/
39+ [ package ] : package.json
40+ [ travis ] : .travis.yml
1641[ jscs ] : http://jscs.info/
1742[ jshint ] : http://jshint.com/about/
1843[ index ] : index.js
Original file line number Diff line number Diff line change 11{
22 "name" : " deep-map" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Recursively transforms primitive values of a JSON-like object" ,
55 "main" : " index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments