This commit is contained in:
Jonasz Bigda
2023-03-25 21:51:42 +01:00
parent 0db1d5117e
commit b332e9ceb0
1044 changed files with 37502 additions and 63938 deletions

21
node_modules/mpath/History.md generated vendored
View File

@@ -1,3 +1,24 @@
0.8.4 / 2021-09-01
==================
* fix: throw error if `parts` contains an element that isn't a string or number #13
0.8.3 / 2020-12-30
==================
* fix: use var instead of let/const for Node.js 4.x support
0.8.2 / 2020-12-30
==================
* fix(stringToParts): fall back to legacy treatment for square brackets if square brackets contents aren't a number Automattic/mongoose#9640
* chore: add eslint
0.8.1 / 2020-12-10
==================
* fix(stringToParts): handle empty string and trailing dot the same way that `split()` does for backwards compat
0.8.0 / 2020-11-14
==================
* feat: support square bracket indexing for `get()`, `set()`, `has()`, and `unset()`
0.7.0 / 2020-03-24
==================
* BREAKING CHANGE: remove `component.json` #9 [AlexeyGrigorievBoost](https://github.com/AlexeyGrigorievBoost)