Verless Versions Save

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

v0.5.4

3 years ago

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

3 years ago

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

3 years ago

Fixed

  • Fix deadlock when serving the project.

v0.5.1

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

Changed

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

v0.4.6

3 years ago

Fixed

  • Fix generated route of list page for /tags.

v0.4.5

3 years ago

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

3 years ago

Changed

  • Make the paths for create project and serve optional.

Fixed

  • Fix create project inside the current working directory.