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 a626704 commit 3fa11a5Copy full SHA for 3fa11a5
3 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## **6.14.1**
2
+- [Fix] ensure arrayLength applies to `[]` notation as well
3
+- [Fix] `parse`: when a custom decoder returns `null` for a key, ignore that key
4
+- [Refactor] `parse`: extract key segment splitting helper
5
+- [meta] add threat model
6
+- [actions] add workflow permissions
7
+- [Tests] `stringify`: increase coverage
8
+- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `npmignore`, `es-value-fixtures`, `for-each`, `object-inspect`
9
+
10
## **6.14.0**
11
- [New] `parse`: add `throwOnParameterLimitExceeded` option (#517)
12
- [Refactor] `parse`: use `utils.combine` more
0 commit comments