Skip to content

Releases: CouscousPHP/Couscous

1.0.0

07 Dec 21:44
Compare
Choose a tag to compare

BC breaking changes:

  • in Markdown files, you now need to use layout: custom.twig instead of template: custom.twig. Template now means the whole template (all files) while layout is a single Twig file.
  • the default layout is now default.twig (it was previously page.twig)
  • template directories are simpler: the website/public/ directory is not needed anymore, assets should be placed directly in the website/ directory
  • the config option templateVariables.baseUrl is now baseUrl
  • the config option templateUrl is now template.url
  • the config option directory is now template.directory
  • the config options before and after are now scripts.before and scripts.after

Major new features:

  • Couscous now provides a default template and 2 other alternative templates
  • Documentation overhaul
  • Simpler commands
  • Markdown Extra support
  • #10 automatically install Bower dependencies if a bower.json file is in website/public/

Minor new features:

  • The preview command will show the name of the files that have changed when regenerating
  • You don't need to create the gh-pages branch if it doesn't exist

Bugfixes

  • #7, #12 The preview command now detects any file change (to regenerate the website)

1.0.0-rc1

06 Dec 06:10
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Release candidate!

1.0.0-beta1

29 Nov 05:54
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

First beta of the new release!

0.3.3

02 Jun 08:04
Compare
Choose a tag to compare

Fixed autoload path

0.3.2

31 May 10:18
Compare
Choose a tag to compare

Bugfix in composer install (hopefully)

0.3.1

31 May 09:59
Compare
Choose a tag to compare

Installation through Composer

0.3.0

30 May 23:34
Compare
Choose a tag to compare
  • Added remote templates
  • Added the clear command

0.2.0

30 May 11:11
Compare
Choose a tag to compare

Added the init command.

0.1.1

15 May 11:58
Compare
Choose a tag to compare

Fixed buggy regeneration while using couscous preview

0.1.0

15 May 11:40
Compare
Choose a tag to compare
Documentation update