You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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)