Releases: MichaelHatherly/ReloadableMiddleware.jl
Releases · MichaelHatherly/ReloadableMiddleware.jl
v2.4.0
ReloadableMiddleware v2.4.0
Merged pull requests:
- Add path constructors for registered routes (#38) (@MichaelHatherly)
v2.3.0
v2.2.0
ReloadableMiddleware v2.2.0
Merged pull requests:
- Clean up
Bonito
assets associated with closed sessions (#35) (@MichaelHatherly) - Allow extra headers to be passed to
response
(#36) (@MichaelHatherly)
v2.1.0
v2.0.1
v2.0.0
ReloadableMiddleware v2.0.0
Merged pull requests:
- Add
url
for auto-generation of valid route URLs (#19) (@MichaelHatherly) - Add
@route
macro to improveurl
performance (#20) (@MichaelHatherly) - Bump pnpm/action-setup from 2 to 3 (#22) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#23) (@dependabot[bot])
- CompatHelper: add new compat entry for Revise in [weakdeps] at version 3, (keep existing compat) (#24) (@github-actions[bot])
- CompatHelper: add new compat entry for PkgTemplates in [weakdeps] at version 0.7, (keep existing compat) (#25) (@github-actions[bot])
- Update CI.yml (#26) (@MichaelHatherly)
- Bump pnpm/action-setup from 3 to 4 (#29) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#30) (@dependabot[bot])
- Refactor implementation (#31) (@MichaelHatherly)
- Fixup
.gitattributes
(#32) (@MichaelHatherly)
v1.4.1
ReloadableMiddleware v1.4.1
Merged pull requests:
- Use Julia
1.10
in CI (#16) (@MichaelHatherly) - Update license copyright year(s) (#17) (@github-actions[bot])
- Strip out
!DOCTYPE
during hot-reload morphs (#18) (@MichaelHatherly)
v1.4.0
ReloadableMiddleware v1.4.0
Merged pull requests:
- Use
StructTypes
in parameter deserialization (#14) (@MichaelHatherly) - Support
multipart/form-data
deserialization (#15) (@MichaelHatherly)
v1.3.1
ReloadableMiddleware v1.3.1
Merged pull requests:
- Update version of Idiomorph used in hot reloader (#13) (@MichaelHatherly)
v1.3.0
ReloadableMiddleware v1.3.0
Merged pull requests:
- API explorer, initial implementation (#10) (@MichaelHatherly)