- [
a23221d367408
] - Add LICENSE property to package.json (Fixed by denniskim #54)
- [
94b9eb8a2d
] - Fix parsing of array paths for non standard separators (Fixed by boidolr #58)
- fix possible pollution of prototype for paths containing proto
- fix undefined key with root level array.
- Wrong array conversion when brackets are used (Reported by vladshcherbin #27)
- fix delete function not being wrapped. (Reported by murphyke #40)
- [
2cb41bbd1b
] - Add useBrackets option for the .dot() method (by z1m1n #42) - dot() now writes brackets by default (possibly breaking change). Use Dot.useBrackets = false to keep the old behavior
- allows allow to process root level property using dot.object
- always allow to set root level property using dot.str
- [
cdc691424b
] - Options to remove array elements and reindex the array. (Fixed by MechJosh0 #36)
- [
e1bb99c83e
] - Fix isIndex numeric key matching. (Fixed by mrdivyansh #31)
- let .dot and .object understand empty objects / arrays
- implemented keepArray
- update dist
- Fix override bug in str()
- [
a7e948f2fa
] - Ensure we only process true Arrays and Objects. (Fixed by MechJosh0 #15)
- add transform() method
- use standard style
- [
e46da6ffc0
] - Fix deep array bug. (Reported by ami44 #10)
- [
baa42022bf
] - Adds a parameter (useArray) to allow converting object without using arrays. (Thomas Moiron)
- allow override even when target is non-empty object
- also return the object when using object() or str()
- Also let .object() understand array notation.
- Convert object to dotted-key/value pairs
- Add support for bracket notation
- Make return value optional for Object/Array modifier(s)
- Add modifier option to move(), transfer() & copy()
- support multiple replacements/deletions (cli)
- add del/remove method
- improve bower build
- [
679f87590f
] - add to bower - [
9a026982d8
] - consider amd or attaching to window
- [
5ce0fe8836
] - Simplify API
- [
c4658c386f
] - Look for properties down in the prototype chain. (Fer Uría) - [
a45c4a7982
] - Fix picking a null property with a dotted value. (Fer Uría)