Releases: markschellhas/chic.js
Releases · markschellhas/chic.js
v1.5.1
v1.5.0
fix: swaps out svelte-create for sv instead
v1.4.4
- small refactor: removes
chic.jsas a dependency inpackage.jsonfile
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
debugmode command. Usage example:chic debug status, which will show the currentCHIC_DEBUGvalue set in the.envfile. IfONroutes table will be shown. IfOFFroutes 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.jsonfile (experimental) - New
chic addcommand adds ability to create a new Page or Component.