Skip to content

Commit e1f794c

Browse files
committed
Update to v1.1.0
1 parent f4255e5 commit e1f794c

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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
@@ -13,6 +33,11 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)