Skip to content

Latest commit

 

History

History
130 lines (82 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

130 lines (82 loc) · 4.07 KB

ReloadableMiddleware.jl changelog

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.

Unreleased

Changed

  • Moved documentation from README.md to a Documenter.jl build [#41]

v2.4.0 - 204-12-26

Added

  • Added path constructors for registered routes #38

v2.3.0 - 2024-12-23

Added

  • Added scoped routes #37

v2.2.0 - 2024-12-06

Added

  • Allowed extra headers to be passed to response #36

Fixed

  • Cleaned up Bonito assets associated with closed sessions #35

v2.1.0 - 2024-12-04

Added

  • Added Bonito extension #34

v2.0.1 - 2024-11-28

Fixed

  • Fixed server-sent events and websocket handlers #33

v2.0.0 - 2024-11-23

Changed

  • Refactored implementation #31

v1.4.1 - 2024-01-3

Fixed

  • Strip out !DOCTYPE during hot-reload morphs #18

v1.4.0 - 2023-12-21

Added

  • Use StructTypes in parameter deserialization #14
  • Added support for multipart/form-data deserialization #15

v1.3.1 - 2023-12-18

Fixed

  • Updated version of Idiomorph used in hot reloader #13

v1.3.0 - 2023-12-08

Added

  • Added API explorer #10

v1.2.0 - 2023-11-10

Added

  • Added RouteTable #8
  • Provide a quick-start template #9

v1.1.0 - 2023-10-31

Added

  • Documented @req macro in a docstring #5
  • Added support for duplicate keys in urlencoded @reqs #6
  • Compat bounds for Dates stdlib #7

v1.0.0 - 2023-10-25

Initial release.