Releases: francescovallone/serinus
Releases · francescovallone/serinus
1.0.3
What's Changed
- chore(deps): bump lints from 3.0.0 to 5.1.0 in /packages/serinus by @dependabot in #117
- chore(deps): bump lints from 3.0.0 to 5.1.0 in /packages/serinus_swagger by @dependabot in #121
- chore(deps): bump lints from 3.0.0 to 5.1.0 in /packages/serinus_sse by @dependabot in #120
- chore(deps): bump lints from 3.0.0 to 5.1.0 in /packages/serinus_frontier by @dependabot in #119
- chore(deps): bump lints from 3.0.0 to 5.1.0 in /packages/serinus_config by @dependabot in #118
Full Changelog: 1.0.1...1.0.3
1.0.1
What's Changed
- chore(deps): bump intl from 0.19.0 to 0.20.1 in /packages/serinus by @dependabot in #109
New Contributors
- @dependabot made their first contribution in #109
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- feat: simplify setGlobalPrefix method in Serinus (closes #73) by @francescovallone in #75
- fix: add correct documentation links to
serinus_cors
andserinus_serve_static
by @mjablecnik in #76 - fix: fix typos and small errors in the documentation by @mjablecnik in #79
- feat(#67): add the Provider.deferred shorthand - closes #67 by @francescovallone in #84
- feat(#77)!: remove ApplicationContext and replace it with a new interface for DeferredProvider. (closes #77) by @francescovallone in #86
- feat(#69): allow to pass values to the next function if the middleware closes the request - closes #69 by @francescovallone in #87
- fix(#89): add check to the statusCode setter in ResponseProperties - fixes #89 by @francescovallone in #90
- feat(#74): allow passing Path Parameters as handler parameters - closes #74 by @francescovallone in #88
- feat(#65): add prefix, add setLoggerPrefix, update documentation - closes #65 by @francescovallone in #91
- feat(#66): add more lifecycle hooks to the framework by @francescovallone in #92
- feat(#68): improve the ResponseStatus interface to be more informative by @francescovallone in #93
- feat(#72): implement static route by @francescovallone in #94
- Create proposal.md by @francescovallone in #95
- feat(#85): allow to define a typed body by @francescovallone in #97
- docs(#62): add cli and configuration documentation by @francescovallone in #98
- feat(#101) split hook methods in mixins to maximize atomicity and type safety by @francescovallone in #102
- feat(#96): add SecureSession to Serinus by @francescovallone in #103
- feat(#61): generate client for Serinus Applications by @francescovallone in #100
- release 1.0 by @francescovallone in #106
New Contributors
- @mjablecnik made their first contribution in #76
Full Changelog: 0.6.2...1.0.0
0.6.2
What's Changed
- chore: update spanner version by @francescovallone in #70
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- feat(#48): add generate command to create application resources by @francescovallone in #51
- feat(#39): add a metadata system to specialize controllers and routes by @francescovallone in #53
- feat(lab): change completely how Serinus handle responses by @francescovallone in #54
- feat(#52): add streamable response to handle stream in responses. by @francescovallone in #55
- feat(#57): abstract ParseSchema API to facilitate the integration of new validation systems by @francescovallone in #58
- Docs/49 by @francescovallone in #59
- Release Version 0.6 of Serinus and update all related packages by @francescovallone in #60
Full Changelog: 0.5.2...0.6.1
0.5.2
What's Changed
- fix(#42): accept List as possible data in Response.json by @francescovallone in #43
- fix(#41): add content length when sending a rendered view by @francescovallone in #44
- fix(#45): insert parsed value back to the context by @francescovallone in #46
Full Changelog: 0.5.1...0.5.2
0.5.1
Full Changelog: 0.5.0...0.5.1
0.5.0
What changed
- feat(#36): add
ParseSchema
and removeparse
hook to simplify validation in Serinus - feat(#33): add interoperability with Shelf
- Add documentation for the Serinus CLI
deploy
command
Full Changelog: 0.4.1...0.5.0
0.4.1
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- feat(#14): add event based response state by @francescovallone in #19
- feat(#17): the file is now read as a stream and it is sent correctly to the user by @francescovallone in #20
- docs: add request-lifecycle to the documentation + new homepage by @francescovallone in #23
- feat(#16): add factory constructors to Route and remove abstract modifier by @francescovallone in #24
- feat(#18): add hooks to Serinus, remove guards and pipes by @francescovallone in #25
- Release 0.4.0 by @francescovallone in #26
Full Changelog: 0.3.1...0.4.0