Releases: markschellhas/chic.js
Releases · markschellhas/chic.js
v1.4.4
v1.4.3
- fixes bug on db destroy methods
- updates changelog
v1.4.1
Minor update:
- refactors version indication and removes version test
- adds catch all command
- adds donation support link
v1.4.0
Adds functionality to create a sitemap for your project with a new command chic sitemap [domain_name]
v1.3.0
Adds funcitonality to hide /routes
for production deployments by settings CHIC_DEBUG=OFF
in the .env
file.
Changed
- Adds
debug
mode command. Usage example:chic debug status
, which will show the currentCHIC_DEBUG
value set in the.env
file. IfON
routes table will be shown. IfOFF
routes table will not be shown.
v1.2.0
[1.2.0] - 2023-08-06
Minor changes and bug fixes
Changed
- formating changes to README
- adds created model to
chic.json
file (experimental) - New
chic add
command adds ability to create a new Page or Component.