Skip to content

Latest commit

 

History

History
120 lines (54 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

120 lines (54 loc) · 3.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2022-04-04)

Bug Fixes

2.0.0 (2022-04-04)

⚠ BREAKING CHANGES

  • export options types and update options
  • rewrite with typescript

Features

  • add X-Placeholder (5efaec0)
  • export options types and update options (fc80f7c)
  • reduce node.js dependency (4661cde)
  • rewrite with typescript (cb98e94)

1.2.4 (2021-07-12)

Bug Fixes

  • do nothing if headers already sent (#48) (c633c71)

1.2.3 (2020-12-02)

1.2.2 (2020-02-02)

1.2.1 (2019-03-13)

Bug Fixes

  • don't check ext on query params (fixes #17) (9f0a73e)

1.2.0 (2019-03-07)

Features

  • set headers to prevent caching. fixes #12 (6272c87)

1.1.1 (2019-02-07)

Bug Fixes

1.1.0 (2018-11-12)

Features

1.0.0 (2018-11-12)

Code Refactoring

Features

  • add handler for map files (6709714)
  • default handler support (3954503)

Performance Improvements

  • pkg: use smaller defaults-deep (1155339)

BREAKING CHANGES

  • handler~> handlers, placeholder~>placeholders,mime~> mimes

0.1.1 (2018-09-28)

Bug Fixes

  • package: only include src (d5f560d)

0.1.0 (2018-09-28)

Features