- PrettierX + TypeScript for formating
- markdownlint and prettierx config files
- VS Code settings for this project
- Update dependencies (using rollup ^2.26) and adjust rollup config
- Update ESLint config, now PrettierX is used for code formating
- Update code format to comply with prettierx rules
- Require Rollup v2 & NodeJS v10 or above
- Update test (remove NodeJS v6, add v14)
- Update license
- PR #5: fix source map support - Thanks to @billowz
- Upgrade rollup to 1.0.0
- Added
mapContent
option - Added
sourcemap
test case - Fix source path in the sourcemap
- Fix #8: if entry point is named '.mjs' it does not works by @muayyad-alsadi
- Added TypeScript v3 definitions.
- Test and badges for Code Climate and Codecov.
- Only CommonJS version with dependency on jscc v1.1.0
- The minimum supported version of node.js is 6
- The predefined extensions were extended to include those of React and TypeScript.
RegEx
andDate
values now outputs its literal content in replacements.- Objects containing
NaN
now outputsNaN
in replacements. Infinite
and-Infinity
in JSON objects are replaced withNumber.MAX_VALUE
andNumber.MIN_VALUE
, respectively.
- Using jscc v0.3.3 that fixes bug in sourceMap generation.
- From this release, the version number will be in sync with jscc.
- Updated
devDependencies
.
- The staring sequence of HTML comments (
'<!--'
) is included in the predefined prefixes. - jscc was moved to its own github repository and has 100% coverage.
- New predefined
_VERSION
varname containsversion
from thepackage.json
file in the current working dir or some level up. - Fix the test of predefined
_FILE
varname. - Fix an issue with the space between keywords and expressions allowing line endings.
- It is a complete rewrite, ready for inclussion in the rollup wiki.
- Fix issues with bublé inclussion and regexes.js in Windows.
- More simple, less options, more tests.
- This is the last version with removal of regular comments, please use rollup-plugin-cleanup for this.
- Removes direct dependency on regexes (this will be a module in npm).
- Fix regex for matching literal regexes skipping html tags.
- Fix html test by removing
new Date()
.
Some fixes and support for html comments.
First public release