jst.git
2022-01-14 Nick DowningAllow to output either raw or transformed AST, fix... master
2022-01-14 Nick DowningAllow option of raw AST output
2022-01-12 Nick DowningRemove parentheses around interpolated value since...
2022-01-12 Nick DowningChange String.replace() to replaceAll() everywhere...
2022-01-12 Nick DowningImprove how the uglified content of script { } tags...
2022-01-12 Nick DowningAllow option of either astring (normal) or UglifyJS...
2022-01-09 Nick DowningUpdate transform walker with latest node types
2022-01-09 Nick DowningFix extends keyword bug (superclass name was interprete...
2022-01-09 Nick DowningUpgrade astring to 1.8.1 and uglify-es to uglify-js...
2022-01-09 Nick DowningUpgrade to https://github.com/acornjs/acorn.git commit...
2022-01-03 Nick DowningChange from pnpm to npm, add ./link.sh shortcut for...
2020-02-03 Nick DowningChange yarn to pnpm, add commander dependency, fix...
2018-12-04 Nick DowningMinor consistency fixes
2018-11-26 Nick DowningFix slight Markdown booboo in README.md
2018-11-26 Nick DowningPublish version 0.1.5 to NPM
2018-11-26 Nick DowningSplit out README.md material that belongs in jst_cache...
2018-11-20 Nick DowningRemove caching facility, jst() now does bare text-to...
2018-11-19 Nick DowningDo our own HTML escaping using replace(), makes the...
2018-11-18 Nick DowningPublish version 0.1.4 to NPM
2018-11-18 Nick DowningUpdate to disk_build.git commit b8ff724
2018-11-17 Nick DowningSplit out disk date checking stuff into a helper module...
2018-11-17 Nick DowningSwitch to clean-css parser inside style {...}, removing...
2018-11-17 Nick DowningAdd automatic uglification of script {...} content
2018-11-16 Nick DowningRationalize calling interface to pass only root, dirnam...
2018-11-11 Nick DowningChange name from js_template to org scoped @ndcode/jst
2018-11-10 Nick DowningPublishable version
2018-10-30 Nick DowningImprovements and corrections to the README.md text
2018-10-30 Nick DowningAdd LICENSE and README.md, add license information...
2018-10-30 Nick DowningMake the root directory and current directory available...
2018-10-30 Nick DowningFix a bug affecting relative path resolution, change...
2018-10-30 Nick DowningImprove _req() resolution by writing a .js file and...
2018-10-30 Nick DowningTurn off BuildCache diagnostics, and do our own diagnos...
2018-10-30 Nick DowningUpdate to build_cache.git commit 02de2a2
2018-10-30 Nick DowningAdd _root parameter, add lightweight immediately awaite...
2018-10-30 Nick DowningAdd build cache and path resolution scheme, fix packaging
2018-10-30 Nick DowningImplement script tag (outputs JavaScript body as a...
2018-10-30 Nick DowningImplement IDs with syntax like "div.my-class#my-id...
2018-10-30 Nick DowningImplement classes with syntax like "div.my-class.my...
2018-10-30 Nick DowningAdd HTML escaping
2018-10-30 Nick DowningInitial commit of JS template modifications
2018-10-30 Nick DowningAdd .gitignore
2018-10-30 Nick DowningPristine copy of just the acorn subdirectory from acorn...