UNPKG

@kohanajs/platform-web-fastify

Version:

The Web Platform support using fastify

52 lines (28 loc) 2.1 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. ### [2.2.2](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.2.1...v2.2.2) (2023-03-15) ### [2.2.1](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.2.0...v2.2.1) (2023-02-20) ## [2.2.0](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.6...v2.2.0) (2022-07-27) ### Features * 404 redirect only encode ? and & in request URL for simply edit the url in browser ([2a488fc](https://gitlab.com/kohana-js/proposals/level0/platform-web/commit/2a488fc42374c37602f35dbb71725e0a2d435af0)) ### [2.1.6](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.5...v2.1.6) (2022-06-22) ### Bug Fixes * listen updated ([3194884](https://gitlab.com/kohana-js/proposals/level0/platform-web/commit/31948846c56cc4accfa28a477dfc5b2324db675c)) ### [2.1.5](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.4...v2.1.5) (2022-06-22) ### [2.1.4](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.3...v2.1.4) (2022-05-05) ### [2.1.3](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.2...v2.1.3) (2022-03-09) ### [2.1.2](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.1...v2.1.2) (2022-03-09) ### [2.1.1](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.1.0...v2.1.1) (2022-03-09) ## [2.1.0](https://gitlab.com/kohana-js/proposals/level0/platform-web/compare/v2.0.1...v2.1.0) (2022-02-11) ### Features * add static file handler ([8c6c223](https://gitlab.com/kohana-js/proposals/level0/platform-web/commit/8c6c22394d1c76c42b38bade006abc9bd0f26c39)) ### 2.0.1 (2021-10-19) ## [2.0.0] - 2021-10-11 ### Change - Remove dependency on mod-form ## [1.1.0] - 2021-09-08 ### Change - directly handle multipart using busboy rather than use fastify-multipart ## [1.0.0] - 2021-09-08 ### Added - copy adapter from previous code