UNPKG

hastily

Version:

express middleware to simulate fastly cdn

89 lines (34 loc) 2.7 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [0.5.0](https://github.com/zetlen/hastily/compare/v0.4.9...v0.5.0) (2021-01-21) ### Bug Fixes * **opts:** filter now optional and matches whole url ([#23](https://github.com/zetlen/hastily/issues/23)) ([bb35c6f](https://github.com/zetlen/hastily/commit/bb35c6f3b44517fe0a8f2cc3ba478f3772afd0b9)) ### [0.4.9](https://github.com/zetlen/hastily/compare/v0.4.8...v0.4.9) (2020-11-24) ### Features * expose internal constants such as supported path regexp ([#19](https://github.com/zetlen/hastily/issues/19)) ([064b525](https://github.com/zetlen/hastily/commit/064b5253b3435f4a475f3159f509d8a5cb554cf8)) ### [0.4.8](https://github.com/zetlen/hastily/compare/v0.4.7...v0.4.8) (2020-08-20) ### [0.4.7](https://github.com/zetlen/hastily/compare/v0.4.6...v0.4.7) (2020-07-14) ### Bug Fixes * recover from errors thrown or emitted by sharp stream ([#14](https://github.com/zetlen/hastily/issues/14)) ([43a175a](https://github.com/zetlen/hastily/commit/43a175a3025525fd1ee3f213a9df1fb7f8435317)) ### [0.4.6](https://github.com/zetlen/hastily/compare/v0.4.5...v0.4.6) (2020-07-07) ### [0.4.5](https://github.com/zetlen/hastily/compare/v0.4.4...v0.4.5) (2020-05-06) ### [0.4.4](https://github.com/zetlen/hastily/compare/v0.4.3...v0.4.4) (2020-03-20) ### [0.4.3](https://github.com/zetlen/hastily/compare/v0.4.2...v0.4.3) (2020-02-20) ### [0.4.2](https://github.com/zetlen/hastily/compare/v0.4.1...v0.4.2) (2020-02-04) ### Bug Fixes * bad filter RE ([8f52533](https://github.com/zetlen/hastily/commit/8f52533)) ### [0.4.1](https://github.com/zetlen/hastily/compare/v0.4.0...v0.4.1) (2020-02-04) ### Bug Fixes * stricter webp support detection ([9abb2cb](https://github.com/zetlen/hastily/commit/9abb2cb)) ### Tests * remove wrong dpr impl ([a9f8724](https://github.com/zetlen/hastily/commit/a9f8724)) ## [0.4.0](https://github.com/zetlen/hastily/compare/v0.3.0...v0.4.0) (2020-02-01) ### Features * **config:** force reoptimize ([739114d](https://github.com/zetlen/hastily/commit/739114d)) ## [0.3.0](https://github.com/zetlen/hastily/compare/v0.2.2...v0.3.0) (2019-12-03) ### Features * **production:** loggability and error tolerance ([73458a8](https://github.com/zetlen/hastily/commit/73458a8)) ### [0.2.2](https://github.com/zetlen/hastily/compare/v0.2.1...v0.2.2) (2019-12-02) ### [0.2.1](https://github.com/zetlen/hastily/compare/v0.2.0...v0.2.1) (2019-12-02) ### Tests * **unit:** Add test coverage ([2c0adef](https://github.com/zetlen/hastily/commit/2c0adef))