Releases: igoynawamreh/htmlcssjs
Releases · igoynawamreh/htmlcssjs
v1.6.0
v1.5.0
- Bump vite to v4.4.
- Update page data:
- Removed
pages
variable. - Updated
find_pages()
variable. - Added
children
variable.
- Removed
- Renamed
prod
command tobuild
. - Updated examples and docs.
v1.4.0
- 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
andpackage.json
in HTML and JS. - Allow multiple
<:markdown:>
element(s). - Move base path config option to
htmlcssjs.config.js
. - Replace
prettier
withjs-beautify
. - Simplify docs and examples.
v1.3.0
- Update config options.
- Simplify code.
- Bump dependencies.
- Update docs and examples.
v1.2.0
- Added
:ejs
Pug filter.
v1.1.0
- Update config options.
- Added ability to automatically resolve links in HTML page.
- Update docs and examples to match latest features.
v1.0.0
Added
- Added Markdown support.
- Added Pug support.
- Added HTML minifier.
- Added new
minify
config option. - Added more examples.
Changed
- Renamed
preview
build tosite
. - Renamed
prod-preview
command topreview
. - Renamed
vitePlugins
config option toplugins
andplugins
is an object ofplugins.all
,plugins.site
,plugins.dist
andplugins.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 runhtmlcssjs 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
andlib
build (changeout.site
,out.dist
andout.lib
tofalse
inhtmlcssjs.config.js
).
Removed
- Dropped
@root:
and~baseUrl
.
Fixed
- Remove duplicate option.
v0.1.0
Initial release!