Skip to content

Releases: kodepandai/lunox

v2.0.0-beta.3.1

08 May 16:00
8d77d43
Compare
Choose a tag to compare
v2.0.0-beta.3.1 Pre-release
Pre-release

What's Changed

  • feat(preset): new react-zod-drizzle preset by @axmad386 in #62

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.3.1

v2.0.0-beta.3

26 Apr 17:27
283654e
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

05 Apr 03:53
732c402
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • Change Bundler from rollup to tsup by @axmad386 in #53
  • feat: @lunoxjs/drizzle and drizzle auth user provider by @axmad386 in #55
  • feat(view): support SPA using inertia by @axmad386 in #59

Full Changelog: v2.0.0-beta...v2.0.0-beta.2

v2.0.0-beta

04 Dec 08:45
e4e3af8
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

What's Changed

  • feat: @lunox/view and plugin for react and svelte by @axmad386 in #35
  • AsyncLocaleStorage impelementation for global http context by @axmad386 in #36
  • Lunox Validation module by @axmad386 in #41
  • Eject lunox filesystem module to @lunoxjs/filesystem by @axmad386 in #42
  • feat(lunox-core): export console related modules to @lunoxjs/core/console by @axmad386 in #43
  • feat(lunox-auth): export Auth method to @lunoxjs/auth by @axmad386 in #44
  • Export session to @lunoxjs/session by @axmad386 in #45
  • @lunoxjs/mail for send email using node_mailer by @axmad386 in #48
  • Modul @lunoxjs/typeorm to integrate typeOrm as DatabaseManager by @axmad386 in #49
  • @lunoxjs/zod to integrate zod validation in lunoxjs by @axmad386 in #50
  • chore: bump dependencies by @axmad386 in #52

Full Changelog: v1.6.0...v2.0.0-beta

v1.6.0-react

25 Aug 05:52
Compare
Choose a tag to compare

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: v1.5.0-react...v1.6.0-react

v1.6.0

25 Aug 05:40
Compare
Choose a tag to compare

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: v1.5.0...v1.6.0

v1.5.0-react

09 Jul 09:16
Compare
Choose a tag to compare

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

v1.5.0

09 Jul 09:13
Compare
Choose a tag to compare

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

v1.4.0-react

14 Jun 14:20
Compare
Choose a tag to compare

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: v1.3.0-react...v1.4.0-react

v1.4.0

14 Jun 14:18
Compare
Choose a tag to compare

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: v1.3.0...v1.4.0