- Allow users to specify HTML tags whose content shouldn't be formatted
- Format output HTML
- Use only static analysis for finding resource dependencies
- Dependency resolution bugfix
- depfile not generating bugfix
- some resources not getting detected bugfix
- code cleanup
- replace --noheadless with --headless
- linting
- bugfixes
- forward console logs and uncaught exceptions to stdout
- bugfixes
- bugfixes
-
guess jobscount
-
implementation changes
-
Binary name changed to
constexprjs
(constexpr.js
is incompatible with windows)
- perf improvement
- bugfix
-
removed restriction on input/output directories
-
logging fix
- Minor fixes
-
Removed automatic HTML discovery
-
Added
addDependency
hook (Guide) -
Replaced
addPaths
withaddPath
-
Replaced
addExclusions
withaddExclusion
-
Removed
--exclusion
-
--entry
option (Guide) -
log
hook -
--jobs
is changehd to--jobcount
-
--exclusions
is replaced by--exclusion
(can be used multiple times) -
Better cli help
-
Better depfiles
addExclusions
- Generator pages. (Guide)
-
Colored log output
-
Added
--depfile
option
-
Added
--jobtimeout
option -
Added
window._ConstexprJS_.abort(message)
callback.