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

Latest commit

 

History

History
69 lines (40 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 3.57 KB

Changelog

6.0.2 (2022-02-14)

Bug Fixes

  • deps: update dependency escape-string-regexp to v5 (b2b7858)
  • deps: update dependency is-plain-obj to v4 (af2dbbc)
  • deps: update dependency map-obj to v5 (533c5ff)
  • deps: update dependency path-exists to v5 (f057c4f)

6.0.0 (2021-12-02)

⚠ BREAKING CHANGES

  • use pure ES modules

Miscellaneous Chores

5.0.0 (2021-11-25)

⚠ BREAKING CHANGES

  • drop Node 10 support

Miscellaneous Chores

1.0.1 (2021-09-20)

Bug Fixes

  • deps: update dependency map-obj to v4.3.0 (f9bcce0)

4.0.2 (2021-08-23)

⚠ BREAKING CHANGES

  • add forRegExp property
  • simplify exported methods
  • add lenient parsing

Features

  • add configHeaders argument to parseAllHeaders() (dbfb8d4)
  • add forRegExp property (51fdb9b)
  • add lenient parsing (9036cc8)
  • remove duplicates (758b25f)
  • simplify exported methods (d4511c7)
  • update README.md (72126f4)

Bug Fixes

  • mergeHeaders() should keep valid headers (f283e28)
  • allow for path without a leading slash in netlify.toml (85a6c3c)
  • allow header values to be arrays in netlify.toml (1e2ff1a)
  • comma-separated lists should append a space (a8e2db5)
  • handle _headers with wrong file type (69fc71a)
  • headers with no values (ae227fe)
  • release-please action (7708b09)