Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Releases: verless/verless

v0.5.4

08 Jan 22:43
Compare
Choose a tag to compare

Changed

  • Don't remove an existing .git directory on verless create project --overwrite.

Fixed

  • Fix double slashed in generated RSS feed URLs.

v0.5.3

03 Dec 23:07
Compare
Choose a tag to compare

Changed

  • Introduce Tags type with Href field.
  • Make verless serve --watch listen for more filesystem events.

Fixed

  • Fix possible race condition in the tags plugin.
  • Make plugins safer for concurrent usage.

v0.5.2

10 Nov 18:43
Compare
Choose a tag to compare

Fixed

  • Fix deadlock when serving the project.

v0.5.1

25 Oct 09:27
Compare
Choose a tag to compare

Changed

  • Don't print the command usage in case of a business error.
  • Create the assets directory instead of js and css.

Fixed

  • Preserve the assets directory structure when copying.
  • Fix grammatical errors in the documentation.

v0.5.0

13 Oct 20:32
Compare
Choose a tag to compare

Added

  • Introduce the related plugin.
  • Introduce page types for themes.

Deprecated

  • Deprecate the types section in verless.yml.
  • Deprecate the css and js directories in themes.

Fixed

  • Fix serve behavior when an error occurs.

v0.4.8

10 Oct 18:14
Compare
Choose a tag to compare

Changed

  • Create directories for files created with verless create file.
  • Improve performance of copying files.
  • Improve log messages.

Deprecated

  • Deprecate css and js directories in themes.

v0.4.7

07 Oct 07:38
Compare
Choose a tag to compare

Changed

  • Panic when there are invalid list pages.
  • Introduce the assets directory for themes.

v0.4.6

04 Oct 11:13
Compare
Choose a tag to compare

Fixed

  • Fix generated route of list page for /tags.

v0.4.5

03 Oct 19:25
Compare
Choose a tag to compare

Changed

  • Introduce configurations for themes.
  • Introduce --project flag for verless create theme command.
  • Create default .gitignore file for new verless projects.
  • Make verless create file command available.

Fixed

  • Fix generated routes for tags plugin.
  • Fix initialization of list pages for tags.
  • Fix version key in configuration reference.

v0.4.4

02 Oct 08:41
Compare
Choose a tag to compare

Changed

  • Make the paths for create project and serve optional.

Fixed

  • Fix create project inside the current working directory.