js-cleanup

Smart comment and whitespace cleaner for JavaScript-like files

MIT License

Downloads
101.1K
Stars
27
Committers
2
js-cleanup - v1.2.0 Latest Release

Published by aMarCruz about 4 years ago

[1.2.0] - 2020-09-22

Changed

  • Fix all the lint errors in src and test.
  • Emit correct typings for each bundle.
  • Revised npm scripts, using "prepare" instead "prepublish".
  • Simplify eslintrc using eslint-config-standardize + eslint-plugin-prettierx
  • Simplify tsconfig.json.
  • Sync CI configuration with new NodeJS requirements.
  • Require NodeJS 10.14.2 or 12.0 and above.
  • Update dependencies / devDependencies.
js-cleanup - v1.0.1

Published by aMarCruz almost 6 years ago

[1.0.1] - 2019-01-18

Added

  • Codacy test and badge.

Changed

  • Use shields.io instead badgen.net for badges.
  • Update year of license.
  • Update dependencies.

Fixed

  • Linting issues.
  • Issue with ES6 TL reported in rollup-plugin-cleanup #15 by @stotter
js-cleanup - v1.0.0

Published by aMarCruz almost 6 years ago

[1.0.0] - 2018-12-26

Added

  • The ts3s filter for TypeScript Tripe-Slash directives.

Fixed

  • wrong definition of the file parameter.
  • errors in the Readme.
  • links to js-cleanup in package.json
js-cleanup - v0.9.0

Published by aMarCruz almost 6 years ago

[0.9.0] - 2018-12-26

  • Initial Release