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