Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 172abf4

Browse files
chore(main): release 10.0.0
1 parent 82a0426 commit 172abf4

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [10.0.0](https://github.com/netlify/netlify-redirect-parser/compare/v9.1.0...v10.0.0) (2022-05-23)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* use pure ES modules
16+
* drop support for Node 10
17+
* simplify exported methods
18+
* add lenient parsing
19+
20+
### Features
21+
22+
* add `configRedirects` argument to `parseAllRedirects()` ([ca58b69](https://github.com/netlify/netlify-redirect-parser/commit/ca58b6912fabfcb845c7c453962762724b6fc2ca))
23+
* add lenient parsing ([562eb4d](https://github.com/netlify/netlify-redirect-parser/commit/562eb4d4fccc050241f51aee5193c694a1e9d205))
24+
* simplify exported methods ([3e44c56](https://github.com/netlify/netlify-redirect-parser/commit/3e44c5650eae5e323ebebd2bf0f5d257f244f605))
25+
26+
27+
### Bug Fixes
28+
29+
* add feature flags to new status normalization logic ([4ad3aad](https://github.com/netlify/netlify-redirect-parser/commit/4ad3aadfdfb42af2bffe773a9da3ecb4696187c9))
30+
* **deps:** update dependency filter-obj to v3 ([5095fa3](https://github.com/netlify/netlify-redirect-parser/commit/5095fa387c2a40b7d133e28ec852a0b9403d0825))
31+
* **deps:** update dependency is-plain-obj to v3 ([c291468](https://github.com/netlify/netlify-redirect-parser/commit/c2914687b06693a3e557a3ea60632d88bd7796e9))
32+
* **deps:** update dependency is-plain-obj to v4 ([f7aa65e](https://github.com/netlify/netlify-redirect-parser/commit/f7aa65ebc629fd5a0f72e869b4a24dcd408e394a))
33+
* **deps:** update dependency path-exists to v5 ([d91bf43](https://github.com/netlify/netlify-redirect-parser/commit/d91bf43f7b67579a405fa07e688bfaca0f42e6ef))
34+
* handle `_redirects` with wrong file type ([a4fdad7](https://github.com/netlify/netlify-redirect-parser/commit/a4fdad7c04a1012d89a9e78e54013ed1e1c0227e))
35+
* husky binary not found ([923e648](https://github.com/netlify/netlify-redirect-parser/commit/923e6487bf25612d4c4f987565eb4f85f6b62083))
36+
* normalize and validate status code ([970d05e](https://github.com/netlify/netlify-redirect-parser/commit/970d05eb2457600fcb88fb8559f76a951d648386))
37+
* **parser:** fixes an issue where the country code in the redirects where lowercased ([92a65f1](https://github.com/netlify/netlify-redirect-parser/commit/92a65f1b40336917510d71c6ff4c40759483b7a3))
38+
* remove feature flag `redirects_parser_normalize_status` ([4d5036f](https://github.com/netlify/netlify-redirect-parser/commit/4d5036f88d6a233f3d2a77b824676af717bf8f77))
39+
40+
41+
### Miscellaneous Chores
42+
43+
* drop support for Node 10 ([7e4dd35](https://github.com/netlify/netlify-redirect-parser/commit/7e4dd359562d3fa48c2681c6077afb59728146f7))
44+
* use pure ES modules ([cf540fc](https://github.com/netlify/netlify-redirect-parser/commit/cf540fc9f705fd2d7586c3a9eba228dc64e9d268))
45+
1046
### [13.0.5](https://github.com/netlify/netlify-redirect-parser/compare/v13.0.4...v13.0.5) (2022-02-28)
1147

1248

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-redirect-parser",
3-
"version": "13.0.5",
3+
"version": "10.0.0",
44
"description": "Parses netlify redirects into a js object representation",
55
"type": "module",
66
"exports": "./src/index.js",

0 commit comments

Comments
 (0)