- feat: export
stringToParts()
- fix: throw error if
parts
contains an element that isn't a string or number #13
- fix: use var instead of let/const for Node.js 4.x support
- fix(stringToParts): fall back to legacy treatment for square brackets if square brackets contents aren't a number Automattic/mongoose#9640
- chore: add eslint
- fix(stringToParts): handle empty string and trailing dot the same way that
split()
does for backwards compat
- feat: support square bracket indexing for
get()
,set()
,has()
, andunset()
- BREAKING CHANGE: remove
component.json
#9 AlexeyGrigorievBoost
- feat: support setting dotted paths within nested arrays
- fix: avoid using subclassed array constructor when doing
map()
- fix: prevent writing to constructor and prototype as well as proto
- BREAKING CHANGE: disallow setting/unsetting proto properties
- feat: re-add support for Node < 4 for this release
- fix: allow opting out of weird
$
set behavior re: Automattic/mongoose#6273
- feat: add support for ES6 maps
- BREAKING CHANGE: drop support for Node < 4
- feat: add has() and unset() functions
- test; added for #5
- fix typo that breaks set #5 Contra
- added; adapter support for set
- added; adapter support for get
- add basic benchmarks
- add support for using module as a component #2 Contra
- added; map support
- added; set('array.property', val, object) support
- added; get('array.property', object) support
- initial release