Skip to content

Commit

Permalink
prepare release 1.9.0 fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Jul 28, 2019
1 parent 09bd56e commit 7df7f5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# ChangeLog

## 2019-07-29 Version 1.9.0
* allows allow to process root level property using dot.object

## 2019-07-18 Version 1.8.1
* allows allow to set root level property using dot.str
* always allow to set root level property using dot.str

## 2019-07-18 Version 1.8.0
* [[`cdc691424b`](https://github.com/rhalff/dot-object/commit/cdc691424b)] - Options to remove array elements and reindex the array. (Fixed by MechJosh0 #36)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "dot-object",
"version": "1.9.0",
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
"main": "dist/dot-object.js",
"authors": [
Expand All @@ -25,7 +26,6 @@
"type": "git",
"url": "git://github.com/rhalff/dot-object.git"
},
"version": "1.8.1",
"homepage": "https://github.com/rhalff/dot-object",
"moduleType": [
"amd",
Expand Down
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": "1.8.1",
"version": "1.9.0",
"author": {
"name": "Rob Halff",
"email": "rob.halff@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion test/dot-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('Object test:', function () {
function () {
var row = {
nr: 200,
'nested.nr': 200,
'nested.nr': 200
}

var mods = {
Expand Down

0 comments on commit 7df7f5c

Please sign in to comment.