File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.0
2+
3+ feat!: RelicApp now supports hot-reload ([ #226 ] ( https://github.com/serverpod/relic/pull/226 ) )
4+ feat: Introduce RelicApp ([ #212 ] ( https://github.com/serverpod/relic/pull/212 ) )
5+ (https://github.com/serverpod/relic/pull/213 ))
6+ feat: Introduce MiddlewareObject ([ #211 ] ( https://github.com/serverpod/relic/pull/211 ) )
7+ feat: Introduce HandlerObject ([ #210 ] ( https://github.com/serverpod/relic/pull/210 ) )
8+ feat(router): Add fallback property for unmatched routes ([ #196 ] ( https://github.com/serverpod/relic/pull/196 ) )
9+ feat(router): Add asHandler extension to use Router<Handler > as Handler ([ #209 ] ( https://github.com/serverpod/relic/pull/209 ) )
10+ feat: Adds support for cache busting ([ #192 ] ( https://github.com/serverpod/relic/pull/192 ) )
11+ feat: Support mime-type inference ([ #206 ] ( https://github.com/serverpod/relic/pull/206 ) )
12+ feat: Add NewContext.withRequest convenience method ([ #198 ] ( https://github.com/serverpod/relic/pull/198 ) )
13+ fix: Build platform correct path when serving files. ([ #207 ] ( https://github.com/serverpod/relic/pull/207 ) )
14+
115## 0.7.0
216
317- feat(router): Add support for setting up mappings of values on lookup ` router.use(path, map) ` ([ #186 ] ( https://github.com/serverpod/relic/pull/186 ) )
Original file line number Diff line number Diff line change 11name : relic
22description : A lightweight and flexible web server inspired by Shelf for building APIs and backend services.
3- version : 0.7 .0
3+ version : 0.8 .0
44repository : https://github.com/serverpod/relic
55
66environment :
You can’t perform that action at this time.
0 commit comments