Releases: kodepandai/lunox
Releases Β· kodepandai/lunox
v2.0.0-beta.3.8.0
What's Changed
Full Changelog: v2.0.0-beta.3.6.4...v2.0.0-beta.3.8.0
v2.0.0-beta.3.6.4
What's Changed
- fix(lunox-core): json body should not parsed as formdata by @axmad386 in #64
- feat(lunox-event): driver for typeorm and drizzle by @axmad386 in #65
- refactor(lunox-core): make Encrypter support bun by @axmad386 in #66
- fix(lunox-core): form upload single file should not be array by @axmad386 in #67
- feat(lunox-auth): replace bcrypt to Bun.password when running on bun by @axmad386 in #69
Full Changelog: v2.0.0-beta.3.1...v2.0.0-beta.3.6.4
v2.0.0-beta.3.1
What's Changed
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.3.1
v2.0.0-beta.3
What's Changed
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta
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
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
v1.5.0-react
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
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