Skip to content

Releases: igoynawamreh/htmlcssjs

v1.6.0

09 Aug 08:13
Compare
Choose a tag to compare
  • Update site build to use filename config.
  • Update examples.

v1.5.0

02 Aug 17:51
Compare
Choose a tag to compare
  • Bump vite to v4.4.
  • Update page data:
    • Removed pages variable.
    • Updated find_pages() variable.
    • Added children variable.
  • Renamed prod command to build.
  • Updated examples and docs.

v1.4.0

24 Jun 04:52
Compare
Choose a tag to compare
  • Added ability to use YAML front matter block in HTML page, see the docs for more details.
  • Added src/data.yml.
  • Added ability to use variables from src/data.yml, .env, htmlcssjs.config.js and package.json in HTML and JS.
  • Allow multiple <:markdown:> element(s).
  • Move base path config option to htmlcssjs.config.js.
  • Replace prettier with js-beautify.
  • Simplify docs and examples.

v1.3.0

19 Jun 01:44
Compare
Choose a tag to compare
  • Update config options.
  • Simplify code.
  • Bump dependencies.
  • Update docs and examples.

v1.2.0

12 Apr 01:42
Compare
Choose a tag to compare
  • Added :ejs Pug filter.

v1.1.0

02 Apr 17:59
Compare
Choose a tag to compare
  • Update config options.
  • Added ability to automatically resolve links in HTML page.
  • Update docs and examples to match latest features.

v1.0.0

24 Mar 16:01
Compare
Choose a tag to compare

Added

  • Added Markdown support.
  • Added Pug support.
  • Added HTML minifier.
  • Added new minify config option.
  • Added more examples.

Changed

  • Renamed preview build to site.
  • Renamed prod-preview command to preview.
  • Renamed vitePlugins config option to plugins and plugins is an object of plugins.all, plugins.site, plugins.dist and plugins.lib. Therefore a plugin can now run in all build or in specific build only.
  • Improved dev command now support dist only and lib only build. When you run htmlcssjs dev in dist-only or lib-only build it will watches the source files and rebuilds when source files have changed.
  • You can now disable site, dist and lib build (change out.site, out.dist and out.lib to false in htmlcssjs.config.js).

Removed

  • Dropped @root: and ~baseUrl.

Fixed

  • Remove duplicate option.

v0.1.0

20 Mar 17:34
Compare
Choose a tag to compare

Initial release!