Skip to content

Commit

Permalink
Merge tag 'v2.1.0' into develop
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
rhalff committed Nov 2, 2019
2 parents 66bb1ca + c2e0b19 commit 7ab7d4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

## 2019-11-02 Version 2.1.0
* fix delete function not being wrapped. (Reported by murphyke #40)

## 2019-11-02 Version 2.0.0
* [[`2cb41bbd1b`](https://github.com/rhalff/dot-object/commit/2cb41bbd1b)] - Add useBrackets option for the .dot() method (by z1m1n #42)
* dot() now writes brackets by default (possibly breaking change).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dot-object",
"version": "2.0.0",
"version": "2.1.0",
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
"main": "dist/dot-object.js",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions dist/dot-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
DotObject.object = wrap('object')
DotObject.str = wrap('str')
DotObject.set = wrap('set')
DotObject.delete = wrap('delete')
DotObject.del = DotObject.remove = wrap('remove')
DotObject.dot = wrap('dot')

Expand Down
2 changes: 1 addition & 1 deletion dist/dot-object.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dot-object",
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Rob Halff",
"email": "rob.halff@gmail.com"
Expand Down

0 comments on commit 7ab7d4f

Please sign in to comment.