Skip to content

Releases: knfs-library/bamimi-cli

1.0.5

17 May 07:25
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.5

Upgrade dependecy packages 's version

v1.0.3(Pate & Egg)

20 Mar 06:50
Compare
Choose a tag to compare

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)

11 Jan 02:57
Compare
Choose a tag to compare

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

08 Jan 09:47
Compare
Choose a tag to compare

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

06 Jan 01:09
Compare
Choose a tag to compare

Full Changelog: 0.6.18...0.6.19

v0.6.18

03 Jan 20:30
Compare
Choose a tag to compare

Full Changelog: 0.6.11...0.6.18

v0.6.11

03 Jan 08:27
Compare
Choose a tag to compare

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

01 Jan 08:43
Compare
Choose a tag to compare

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

27 Dec 06:47
Compare
Choose a tag to compare

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

v0.5.2

26 Dec 22:48
Compare
Choose a tag to compare

Update in this version
Add new:

  • Dockerfile
  • Schedule
  • Interfaces
  • Build Project
  • Alias module name

Remove new:

  • Uninstall knfs-tech/bamimi-autoload