Skip to content

Releases: markschellhas/chic.js

v1.5.1

31 Dec 17:40

Choose a tag to compare

  • Basic dependency security upgrades
  • Adds CODEOWNERS and copyright attributions for the contributors

v1.5.0

13 Dec 17:14

Choose a tag to compare

fix: swaps out svelte-create for sv instead

v1.4.4

14 Jul 21:17

Choose a tag to compare

  • small refactor: removes chic.js as a dependency in package.json file

v1.4.3

04 Mar 18:08

Choose a tag to compare

  • fixes bug on db destroy methods
  • updates changelog

v1.4.1

01 Mar 12:24

Choose a tag to compare

Minor update:

  • refactors version indication and removes version test
  • adds catch all command
  • adds donation support link

v1.4.0

31 Jan 12:26
fefc5f0

Choose a tag to compare

Adds functionality to create a sitemap for your project with a new command chic sitemap [domain_name]

v1.3.0

08 Aug 10:13

Choose a tag to compare

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 current CHIC_DEBUG value set in the .env file. If ON routes table will be shown. If OFF routes table will not be shown.

v1.2.0

06 Aug 09:26

Choose a tag to compare

[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.

v1.1.1

03 Aug 14:52

Choose a tag to compare

What's Changed

Full Changelog: CHANGELOG.md