We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f050c3a commit ad7a023Copy full SHA for ad7a023
History.md
@@ -1,3 +1,7 @@
1
+0.8.3 / 2020-12-30
2
+==================
3
+ * fix: use var instead of let/const for Node.js 4.x support
4
+
5
0.8.2 / 2020-12-30
6
==================
7
* fix(stringToParts): fall back to legacy treatment for square brackets if square brackets contents aren't a number Automattic/mongoose#9640
package.json
@@ -1,6 +1,6 @@
{
"name": "mpath",
- "version": "0.8.2",
+ "version": "0.8.3",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
0 commit comments