Releases: beforesemicolon/html-plus
Release 0.7.0
🤯🥳🤩
addresses #33
-- introduces new and custom HTML parser
-- improves render speed by 10x
-- deprecated NodeElement for new Element
-- Text, Comment, and Element replicate client dom equivalent
-- improves site-building speed by 15x
-- simplifies and documents the code
-- introduces "html" util for custom tag and attributes to be able to render content and use HTML+ tags and attributes
-- various bug fixes
-- separates node from the renderer
-- improves text binding with better executable search
-- prepares this module to be split into smaller modules
Release 0.6.0
✅
This update includes:
- support hp.config.js file for builder
- improved production engine with
- better relative path resolves
- improved caching for production
- better CSS purge
- custom tag style handling
- custom tag style support and introduction of the
importStyle
utility function - documentation updates
Release 0.5.0
adds support for
- hp.config.js file
- CSS pre and post processors options
v0.4.6
- removes the need for tsconfig on any js or ts files
- compiles to es6 instead
v0.4.4
fixes attribute rendering not being compiled correctly by typescript
v0.4.3
fixes
- routes to better handle 404 pages and pages
- routes to only listen to GET requests
- embrace async nature of the engine
v0.4.1
-- establish required node to 14
-- remove hashing on static assets
v0.4.0
-- this completes the module with
- production ready engine
- documentation fixes and improvements
Builder
- this
-- introduces the static builder
-- fixes some engine related bugs
-- updates readme and docs
-- setup doc website for deploy
v0.2.0
this
-- doc website
-- intro of new tags: ignore, log,
-- intro of new attributes: attr, ignore
-- speed improvements
-- code refactor and simplifications
-- increased test quality