This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
Releases: kodepandai/lunox-framework
Releases · kodepandai/lunox-framework
v1.0.0
What Changes
Bug Fixes
- can't run on windows (#7)
- macro: compatible magic method for facade and macroable class
- request: fixing magic method and macroable usage
Features
- controller: support controller middleware
- controller: support class based controller
- macro: give macro access to instance
- request: support macro
- route: support macro
- test: added TestCase abstract for unit testing
New Contributors
- @damarsimple made their first contribution in #7
Full Changelog: v0.9.1...v1.0.0
v0.9.1
What's Changed
Bug Fixes
- console: handle artisan without pnpm and better error info
- view: generate css version for better cache control
- view: generate preload links only on build
- kernel: change how middleware work in http kernel by @axmad386 in #6
Features
Full Changelog: v0.9.0...v0.9.1
v0.9.0
[v0.9.0] - 2022-03-18
Bug Fixes
- database: custom port not loaded from env
- view: prevent latex being stripped
Code Refactoring
- full esm support (#5)
Features
- application: added runningInConsole and runningUnitTests method
- command: added artisan key:generate command
- command: added artisan tinker command
- console: access laravel application from console command
- encryption: added encrypter class
- facade: added Crypt facade
- helpers: added Str.is and Str.random method
- kernel: separate before middleware, after middleware and native middleware excecution
- middleware: support class based middleware
- middleware: add and verify csrf token
- middleware: EncryptCookie middleware that decrypt and encrypt cookie automatically
- request: added new method is, header, method, and input (alias to method get)
- session: generate token for csrf protection
Full Changelog: v0.8.0...v0.9.0