diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 7c3629a..0000000 --- a/changelog.md +++ /dev/null @@ -1,34 +0,0 @@ -## [v1.0.0-canary.1](https://github.com/azurystudio/cheetah/releases/tag/v1.0.0-canary.1) - -* bench: add space before version tag ([#69](https://github.com/azurystudio/cheetah/pull/69)) -* BREAKING: reimagine extensibility ([#77](https://github.com/azurystudio/cheetah/pull/77)) -* BREAKING: remove `debug` option ([#80](https://github.com/azurystudio/cheetah/pull/80)) -* BREAKING: remove helper methods from context ([#72](https://github.com/azurystudio/cheetah/pull/72)) -* BREAKING: rewrite parser ([#73](https://github.com/azurystudio/cheetah/pull/73)) -* chore: add copyright notice ([#86](https://github.com/azurystudio/cheetah/pull/86)) -* docs: update benchmark ([#89](https://github.com/azurystudio/cheetah/pull/89)) -* docs: update contributing guidelines ([#83](https://github.com/azurystudio/cheetah/pull/83)) -* feat(ext): `compress` extension ([#79](https://github.com/azurystudio/cheetah/pull/79)) -* feat(ext): `debug` extension ([#82](https://github.com/azurystudio/cheetah/pull/82)) -* feat(ext): `helmet` extension ([#78](https://github.com/azurystudio/cheetah/pull/78)) -* feat(x)!: cross-platform `env` method ([#85](https://github.com/azurystudio/cheetah/pull/85)) -* feat: `c.res.bodySize` getter ([#81](https://github.com/azurystudio/cheetah/pull/81)) -* feat: `serve()` function ([#76](https://github.com/azurystudio/cheetah/pull/76)) -* feat: app context ([#84](https://github.com/azurystudio/cheetah/pull/84)) -* fix: outstanding type issues ([#88](https://github.com/azurystudio/cheetah/pull/88)) -* refactor: construct classes dynamically ([#74](https://github.com/azurystudio/cheetah/pull/74)) -* refactor: make type of `c.req.method` more strict ([#71](https://github.com/azurystudio/cheetah/pull/71)) -* refactor: update dependencies ([#70](https://github.com/azurystudio/cheetah/pull/70)) -* refactor: use `URLPattern` api ([#75](https://github.com/azurystudio/cheetah/pull/75)) - -## [v1.0.0-canary.0](https://github.com/azurystudio/cheetah/releases/tag/v1.0.0-canary.0) - -* perf: enhance routing ([#58](https://github.com/azurystudio/cheetah/pull/58)) -* bench: add comparison script ([#67](https://github.com/azurystudio/cheetah/pull/67)) -* BREAKING: remove `cache.duration` option ([#66](https://github.com/azurystudio/cheetah/pull/66)) -* ci: use azury's log ([#68](https://github.com/azurystudio/cheetah/pull/68)) -* docs: add benchmark ([#62](https://github.com/azurystudio/cheetah/pull/62)) -* docs: add contributing guidelines ([#61](https://github.com/azurystudio/cheetah/pull/61)) -* refactor: change logo ([#64](https://github.com/azurystudio/cheetah/pull/64)) -* revert "perf: enhance routing ([#58](https://github.com/azurystudio/cheetah/pull/58))" ([#60](https://github.com/azurystudio/cheetah/pull/60)) -* style(x/sendMail): format module ([#59](https://github.com/azurystudio/cheetah/pull/59))