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 89402d2 commit 634a0faCopy full SHA for 634a0fa
History.md
@@ -1,3 +1,7 @@
1
+0.8.4 / 2021-09-01
2
+==================
3
+ * fix: throw error if `parts` contains an element that isn't a string or number #13
4
+
5
0.8.3 / 2020-12-30
6
==================
7
* fix: use var instead of let/const for Node.js 4.x support
package.json
@@ -1,6 +1,6 @@
{
"name": "mpath",
- "version": "0.8.3",
+ "version": "0.8.4",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
0 commit comments