Skip to content

v1.5.0

Compare
Choose a tag to compare
@axmad386 axmad386 released this 09 Jul 09:13
· 5 commits to main since this release

What's Changed

Bug Fixes

  • build: run application in dev mode is failed sometimes
  • home: remove space between lu and nox

Features

  • database: implement new features of lunox v1.6.0

Framework's Changed

Bug Fixes

  • helpers: get_class_methods cannot collect methods from multiple traits
  • middleware: make sure controller middlewares are excecuted after route middlewares
  • request: merge data to formRequest

Code Refactoring

  • model: rename append to appends

Features

  • build: serve method for serving application after rollup build finished
  • cli: dev command for build application for development without watch
  • model: added hidden attribute for hide attributes from json
  • model: added append attribute for appending custom attribute to external data
  • model: handle get and set attributes
  • model: added fillable and guarded attributes
  • request: introduce FormRequest
  • request: validate input using FormRequest
  • request: get routes data via request sing getRouter method
  • request: get nested input value via dot notation
  • router: support additional route context to 3rd params of addRoute method
  • validation: validate with custom attributes

Performance Improvements

  • view: avoid errors data exposed twice on window._ctx

Full Framework Changelog: kodepandai/lunox-framework@v1.5.0...v1.6.0
Full Changelog: v1.4.0...v1.5.0