We are pleased to announce the release of Lepus Framework v0.7.0
- List enabled modules at application startup
- Allow port, etc. to be changed from environment variables
- Creating a Lepus App Project
- Modularization of the Lepus Router project
- EmberServerBuilder configuration changes
- Allow switching between IPv4 and IPv6
- Enable http2
- Use log4cats logger in Lepus-Server project
- Change Lepus-Logger project to modules package
- Session Implementation
- Alias some of the methods of Response
- Incorporate Session into the server
- JWT Signature Implementation
What's Changed
🚀 Features
- Feature/2022 12 create lepus app project by @takapi327 in #82
- Feature/2023 01 create session by @takapi327 in #85
- Feature/2023 01 create jwt by @takapi327 in #86
💪 Enhancement
- Enhancement/2022-12-Debugging-enabled-modules by @takapi327 in #80
- Enhancement/2022-12-Fix-server-conf by @takapi327 in #81
🔧 Refactoring
- Refactor/2022 12 changes to the way ember server builder is built by @takapi327 in #83
- Refactor/2022 12 use log4cats logger by @takapi327 in #84
Full Changelog: v0.6.1...v0.7.0