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

Commit 68667e9

Browse files
authored
Merge pull request #166 from netlify/release-v4.0.0
chore: release 4.0.0
2 parents 1e43e7d + 2eb50ba commit 68667e9

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,48 @@ 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+
## [4.0.0](https://www.github.com/netlify/netlify-redirect-parser/compare/v3.0.29...v4.0.0) (2021-06-02)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* use exceptions
16+
* rename `params` to `query`
17+
* default `params` to an empty object
18+
* ensure `conditions` is always set
19+
* remove browser partial support
20+
* enforce `force` to be a boolean
21+
* enforce `proxy` to be a boolean everywhere
22+
* enforce `proxy` to be a boolean
23+
24+
### Features
25+
26+
* add support for `edge_handlers` ([4c42d34](https://www.github.com/netlify/netlify-redirect-parser/commit/4c42d34c20e08a9a2d2bc2469c3646743674bc47))
27+
* enforce `force` to be a boolean ([30d3879](https://www.github.com/netlify/netlify-redirect-parser/commit/30d38793de699f396c79d6e9919eba5a5e3eec7b))
28+
* enforce `proxy` to be a boolean ([5aca6e0](https://www.github.com/netlify/netlify-redirect-parser/commit/5aca6e0ee1c53d470f7066314cecd59eaddc187f))
29+
* enforce `proxy` to be a boolean everywhere ([ae644a5](https://www.github.com/netlify/netlify-redirect-parser/commit/ae644a53d36e4d0ec0c82908abcfed6dfc139e23))
30+
* ensure `headers` is always set ([2326ad5](https://www.github.com/netlify/netlify-redirect-parser/commit/2326ad53b8ab16dd1801ae028c58aefe70d13c1f))
31+
* improve `README.md` ([d282093](https://www.github.com/netlify/netlify-redirect-parser/commit/d282093b3fec652b49b3701f0c9244cd6ecc3f6a))
32+
* improve error handling ([ad0a399](https://www.github.com/netlify/netlify-redirect-parser/commit/ad0a3992b5c2ae2a5fb4740814c433b5cc797591))
33+
* use exceptions ([ecc6fbb](https://www.github.com/netlify/netlify-redirect-parser/commit/ecc6fbb43e94014fbc91a4dc4ce7b4e83cac5829))
34+
* validate that `redirects` is an array ([03e410a](https://www.github.com/netlify/netlify-redirect-parser/commit/03e410a27f1d6a558be3b1976a76a45d544e68bf))
35+
36+
37+
### Bug Fixes
38+
39+
* `signed` backward compatibility priority ([72518ef](https://www.github.com/netlify/netlify-redirect-parser/commit/72518ef0890acb8192a47665862ea9eb1009be72))
40+
* allow non-force forward rules ([c8b0500](https://www.github.com/netlify/netlify-redirect-parser/commit/c8b0500ca9eccee4ba3fd77c4d35e8c3e570c290))
41+
* linting ([3fa3531](https://www.github.com/netlify/netlify-redirect-parser/commit/3fa35312766aa55264596884ded33441b8f74b7b))
42+
* validation of `from` ([14a2ce8](https://www.github.com/netlify/netlify-redirect-parser/commit/14a2ce87c6918d1ce27f80401b5e0100ac64b48c))
43+
44+
45+
### Miscellaneous Chores
46+
47+
* default `params` to an empty object ([cb13d58](https://www.github.com/netlify/netlify-redirect-parser/commit/cb13d58a4070fa0e22742054c1cb301b7c25f47a))
48+
* ensure `conditions` is always set ([607a369](https://www.github.com/netlify/netlify-redirect-parser/commit/607a3697efc0fe0e5f00d8c8e3ff92fe9b1a8ba1))
49+
* remove browser partial support ([388f619](https://www.github.com/netlify/netlify-redirect-parser/commit/388f6191f2c062dfba02942d608404be3c6313ea))
50+
* rename `params` to `query` ([1cde275](https://www.github.com/netlify/netlify-redirect-parser/commit/1cde275c82f192cca86c52494ca2400bf6703aba))
51+
1052
### [3.0.29](https://www.github.com/netlify/netlify-redirect-parser/compare/v3.0.28...v3.0.29) (2021-05-27)
1153

1254

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": "3.0.29",
3+
"version": "4.0.0",
44
"description": "Parses netlify redirects into a js object representation",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)