Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: aMarCruz/js-cleanup

v1.2.0

23 Sep 00:32

Choose a tag to compare

[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.

v1.0.1

18 Jan 18:31

Choose a tag to compare

[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

v1.0.0

27 Dec 03:24

Choose a tag to compare

[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

v0.9.0

26 Dec 10:24

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

[0.9.0] - 2018-12-26

  • Initial Release