Skip to content

Releases: abschill/htmlc

v0.7.11

27 Jul 19:54

Choose a tag to compare

clean up compiler internals and integrate lint prebuild script

v0.7.8

19 Jul 23:45

Choose a tag to compare

render error message instead of throwing on template compilation errors

v0.7.6

16 Jul 23:45

Choose a tag to compare

reduced bundle size - split packages into types module to call from main html-chunk-loader and cleared out dead code from dist, fixing cli in the process thru npx

0.7.2

12 Jun 16:15

Choose a tag to compare

cleanup a lot of old stuff, add a publically exposed method for rendering from a string + data argument without loader context, remove awkward debug points from compiler for now, and change createLoader to useLoader (createLoader will still work but should throw a deprecation warning at least in the linter) fixed cli to no longer require -p because that was annoying and just added some more top level error handling such as not found config and some qol stuff, and more unit tests + coverage

0.6.11

22 Apr 17:38

Choose a tag to compare

find-config cli & rework some internal parse types, add a property to the chunk at runtime for hasChildNodes, defaults to false for now but will be updated next patch or so to allow partials and lists to self resolve to create an inherent partial group type by making a partial that only has partials in it, and make that valid is essentially the goal, or with a list that has something such as an object index of the list that has a property which is a list, etc

0.6.7

16 Apr 22:44

Choose a tag to compare

changelog

add bigger list of locale enum + remove utility types, debug rework with color escapes being less awkward from 0.6.6, specifically on cmd from batch or windows terminal (i dont use that so didnt notice the initial release lol)

0.6.4

11 Apr 06:57

Choose a tag to compare

recursive subkey mapping - no depth limit to input / template variables now 😎

0.6.2

10 Apr 06:15

Choose a tag to compare

fix cli from 0.6.1 paths broke in package.json.. oops

0.6.1

10 Apr 01:58

Choose a tag to compare

rewritten compiler, subkey mapping (one level deep so far at least, looking into recursive solutions).. new doc site coming this week

0.5.12

06 Apr 23:43

Choose a tag to compare