Lunox Versions Save

Laravel-Flavoured Nodejs Framework

v2.0.0-beta.3

2 weeks ago

What's Changed

Full Changelog: https://github.com/kodepandai/lunox/compare/v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

1 month ago

What's Changed

Full Changelog: https://github.com/kodepandai/lunox/compare/v2.0.0-beta...v2.0.0-beta.2

v2.0.0-beta

5 months ago

What's Changed

Full Changelog: https://github.com/kodepandai/lunox/compare/v1.6.0...v2.0.0-beta

v1.6.0-react

1 year ago

What's Changed

Framework

  • bump lunox version to v1.7.1 to fix some issue

Bug Fixed

  • typo fullname should be full_name, username should be user_name

Full Changelog: https://github.com/kodepandai/lunox/compare/v1.5.0-react...v1.6.0-react

v1.6.0

1 year ago

What's Changed

Framework

  • bump lunox version to v1.7.1 to fix some issue

Bug Fixed

  • typo on admin page, fullname should be full_name

Full Changelog: https://github.com/kodepandai/lunox/compare/v1.5.0...v1.6.0

v1.5.0-react

1 year ago

What's Changed

What's Changed

Bug Fixes

  • build: run application in dev mode is failed sometimes

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: https://github.com/kodepandai/lunox-framework/compare/v1.5.0...v1.6.0 Full Changelog: https://github.com/kodepandai/lunox/compare/v1.4.0-react...v1.5.0-react

v1.5.0

1 year ago

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: https://github.com/kodepandai/lunox-framework/compare/v1.5.0...v1.6.0 Full Changelog: https://github.com/kodepandai/lunox/compare/v1.4.0...v1.5.0

v1.4.0-react

1 year ago

What's Changed

Bug Fixes

  • forget to expose version props to admin view

Features

  • auth: login via remember token
  • auth: added auhtentication example for preset react (#28)
  • view: example usage of react as template engine

Framework Changes

Features

  • auth: login via remember token (#14)
  • cookies: introduce CookieJar in request instance to manage cookie
  • middleware: handleAfter method can access httpRequest instance on 2nd argument

Performance Improvements

  • cli: avoid run server before code is compiled

Full Changelog: https://github.com/kodepandai/lunox/compare/v1.3.0-react...v1.4.0-react

v1.4.0

1 year ago

What's Changed

Bug Fixes

  • forget to expose version props to admin view
  • middleware: method not called in GuestMiddleware

Features

  • auth: login via remember token
  • auth: add authentication example (#27)
  • view: example usage of reactive data

Framework Changes

Features

  • auth: login via remember token (#14)
  • cookies: introduce CookieJar in request instance to manage cookie
  • middleware: handleAfter method can access httpRequest instance on 2nd argument

Performance Improvements

  • cli: avoid run server before code is compiled

Full Changelog: https://github.com/kodepandai/lunox/compare/v1.3.0...v1.4.0

v1.3.0-react

1 year ago

What's Changed

Features

Full Changelog: https://github.com/kodepandai/lunox/compare/v1.2.0-react...v1.3.0-react