Skip to content

Releases: beforesemicolon/html-plus

Release 0.7.0

29 Aug 17:50
37c6041
Compare
Choose a tag to compare

🤯🥳🤩

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

01 Aug 02:38
b3b3dbb
Compare
Choose a tag to compare

✅ 
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

closes the following issues: #26 #30 #19 #18 #29

Release 0.5.0

17 Jul 17:06
baf33a5
Compare
Choose a tag to compare

adds support for

  • hp.config.js file
  • CSS pre and post processors options

v0.4.6

08 Jul 06:54
c14c564
Compare
Choose a tag to compare
  • removes the need for tsconfig on any js or ts files
  • compiles to es6 instead

v0.4.4

06 Jul 21:26
7c0e131
Compare
Choose a tag to compare

fixes attribute rendering not being compiled correctly by typescript

v0.4.3

06 Jul 19:28
6c89b2d
Compare
Choose a tag to compare

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

06 Jul 05:34
Compare
Choose a tag to compare

-- establish required node to 14
-- remove hashing on static assets

v0.4.0

06 Jul 03:24
55614ea
Compare
Choose a tag to compare

-- this completes the module with

  • production ready engine
  • documentation fixes and improvements

Builder

05 Jul 09:05
a4b547d
Compare
Choose a tag to compare
Builder Pre-release
Pre-release
  • this
    -- introduces the static builder
    -- fixes some engine related bugs
    -- updates readme and docs
    -- setup doc website for deploy

v0.2.0

28 Jun 17:02
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

this
-- doc website
-- intro of new tags: ignore, log,
-- intro of new attributes: attr, ignore
-- speed improvements
-- code refactor and simplifications
-- increased test quality