Comparing version 2.7.11 to 2.7.12
@@ -5,4 +5,4 @@ # Ob Job (beta) Documentation | ||
### Not compatible with object keys containing periods. | ||
*Note that deep operations will not work if any of your object's keys contain periods. With Objob, periods are reserved for the flat notation of the objects.* | ||
### Reserved Characters. | ||
*Note that deep operations will not work if any of your object's keys contain <code>.</code> or <code>[]</code>. With Objob, <code>.</code> and <code>[]</code> are reserved for the flat notation of the objects.* | ||
@@ -9,0 +9,0 @@ ## Installation |
{ | ||
"name": "objob", | ||
"version": "2.7.11", | ||
"version": "2.7.12", | ||
"description": "A tool for controlling and manipulating javascript object fields and output.", | ||
@@ -5,0 +5,0 @@ "main": "lib/objob.js", |
Sorry, the diff of this file is not supported yet
636724