Skip to content

Commit

Permalink
v6.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 12, 2024
1 parent 7e18298 commit 29dda21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## **6.12.1**
- [Fix] `parse`: Disable `decodeDotInKeys` by default to restore previous behavior (#501)
- [Performance] `utils`: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)
- [Refactor] `utils`: use `+=`
- [Tests] increase coverage

## **6.12.0**

- [New] `parse`/`stringify`: add `decodeDotInKeys`/`encodeDotKeys` options (#488)
Expand Down

0 comments on commit 29dda21

Please sign in to comment.