Releases: knfs-library/bamimi-cli
Releases · knfs-library/bamimi-cli
1.0.5
v1.0.3(Pate & Egg)
Full Changelog: 0.6.22...1.0.3
Update
- Add @knfs-tech/bamimi-cache: a library for manage cache in local
- Update full service mail: SES, ...
- Update full service storage service and storage local
- Build with minify + obfuscator to enhance security
- Update loadbalancer to request
Replace
- Replace @knfs-schedule to manager queue and schedule in project repo
v0.6.22(Pate)
Full Changelog: 0.6.21...0.6.22
Update in this version
Update:
- Refactor moving logic init -> kernel
- show log by table
Fix:
- Fix error use open to open browser
- Fix error install package by pnpm
v0.6.21
Full Changelog: 0.6.19...0.6.21
Update in this version
New:
- key message for error response in
app/http/errors
Update:
- interfaces API
//interfaces/api/index.js
//old
module.exports = {
"user": require("./user")
}
//new
module.exports = {
"user": {
key: "user", // key show in response
dto: require("./user") // format data
}
}
- Update auth middleware of web -> use (session)
Fix:
- Fix error function validate in Kernel
v0.6.19
Full Changelog: 0.6.18...0.6.19
v0.6.18
Full Changelog: 0.6.11...0.6.18
v0.6.11
Full Changelog: 0.5.3...0.6.9
Update in this version
Add new:
- Refactoring
- update handler Error and TTR
Remove new:
- Uninstall errorHandler
- Uninstall responseTime
v0.6.9
Full Changelog: 0.5.3...0.6.8
Update in this version
Add new:
- Apply security libaray as Xss, Helment
- Add new cli for eslint, test, docker, sql
- Refactoring
- Update build project to ES5
Remove new:
- Uninstall knfs-tech/bamimi-autoload
Update:
- create project cli bamimi-cli create -> bamimi-cli app:generate
v0.5.3
Full Changelog: 0.5.2...0.5.3
Update in this version
Edit interface CLI bamimi:
- bamimi-oven -> bamimi-enjoy-
- bamimi-oven--dev -> bamimi-enjoy--dev