Skip to content

Commit

Permalink
v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 18, 2021
1 parent a20cfbd commit 7c1fcc5
Show file tree
Hide file tree
Showing 3 changed files with 1,087 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## **6.10.0**
- [New] `stringify`: throw on cycles, instead of an infinite loop (#395, #394, #393)
- [New] `parse`: add `allowSparse` option for collapsing arrays with missing indices (#312)
- [meta] fix README.md (#399)
- [meta] only run `npm run dist` in publish, not install
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-symbols`, `tape`
- [Tests] fix tests on node v0.6
- [Tests] use `ljharb/actions/node/install` instead of `ljharb/actions/node/run`
- [Tests] Revert "[meta] ignore eclint transitive audit warning"

## **6.9.6**
- [Fix] restore `dist` dir; mistakenly removed in d4f6c32

Expand Down

0 comments on commit 7c1fcc5

Please sign in to comment.