All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Moved documentation from
README.md
to a Documenter.jl build [#41]
v2.4.0 - 204-12-26
- Added path constructors for registered routes #38
v2.3.0 - 2024-12-23
- Added scoped routes #37
v2.2.0 - 2024-12-06
- Allowed extra headers to be passed to
response
#36
- Cleaned up
Bonito
assets associated with closed sessions #35
v2.1.0 - 2024-12-04
- Added
Bonito
extension #34
v2.0.1 - 2024-11-28
- Fixed server-sent events and websocket handlers #33
v2.0.0 - 2024-11-23
- Refactored implementation #31
v1.4.1 - 2024-01-3
- Strip out
!DOCTYPE
during hot-reload morphs #18
v1.4.0 - 2023-12-21
- Use
StructTypes
in parameter deserialization #14 - Added support for
multipart/form-data
deserialization #15
v1.3.1 - 2023-12-18
- Updated version of Idiomorph used in hot reloader #13
v1.3.0 - 2023-12-08
- Added API explorer #10
v1.2.0 - 2023-11-10
v1.1.0 - 2023-10-31
- Documented
@req
macro in a docstring #5 - Added support for duplicate keys in urlencoded
@req
s #6 - Compat bounds for
Dates
stdlib #7
v1.0.0 - 2023-10-25
Initial release.