Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Releases: mgol/grunt-ng-annotate

4.0.0

06 Apr 10:05
Compare
Choose a tag to compare
  • Drop support for Node.js <10
  • Drop the dependency on lodash.clonedeep (the package now only depends on ng-annotate)
  • Deprecate the package as ng-annotate has been deprecated for a long time already

3.0.0

26 Oct 21:03
Compare
Choose a tag to compare

Drop support for Node.js 0.12. Node.js 4, 6 & 7 are now tested.

2.0.2

13 Apr 09:25
Compare
Choose a tag to compare

Updated the grunt log message to say: x files successfully annotated instead of created since created can be slightly misleading.

2.0.1

09 Mar 13:32
Compare
Choose a tag to compare

Fix tests

2.0.0

09 Mar 13:14
Compare
Choose a tag to compare

Drop Node.js 0.10 support. The package should still work there but it's no longer actively tested. Node.js 0.10 is in maintenance mode and loses upstream support competely (including security fixes) in Oct 2016 so get off it ASAP!

1.0.1

28 May 11:59
Compare
Choose a tag to compare

Fix source map paths on Windows: change backslashes to slashes.

1.0.0

28 May 11:58
Compare
Choose a tag to compare

Support for combining source maps added, that is if files passed to ng-annotate are already pre-processed (e.g. via babel) the final source map will point to the original file.

0.10.0

19 Feb 16:16
Compare
Choose a tag to compare
  1. Officially support Node.js 0.12 & io.js in addition to Node.js 0.10
  2. Add a separator option; don't use ; by default.
  3. More test coverage.

0.9.2

21 Jan 06:27
Compare
Choose a tag to compare
  1. Use "/" as path delimiter in sourceMappingURL even on Windows
  2. Fix Windows build issues.

0.9.1

21 Jan 04:15
Compare
Choose a tag to compare

Hotfix: move lodash from devDependencies to dependencies (#23)