Skip to content

Releases: simmo/gulp-stats

v1.0.2

21 Dec 13:53
Compare
Choose a tag to compare

1.0.2

  • Removed Travis, replaced with GitHub Actions
  • Added 'gulpfriendly' keyword to package
  • Dependency updates
  • Brings test coverage to 100%

v1.0.1

21 Dec 14:48
Compare
Choose a tag to compare

1.0.1

  • Adding watch script
  • Fixing exports for cjs + esm
  • Fixing total time
  • Removing table when only one task + adding more data to report
  • Replacing deprecated NPM script
  • Moving declaration flag to tsconfig file + moving dist clean to build
  • FIxing test

v1.0.0

21 Dec 14:46
Compare
Choose a tag to compare

1.0.0

  • #10 Gulp 4 support 🚀
  • Full rewrite in TypeScript
  • Type annotations provided in the package
  • Cleaner separation between the core and reporters
  • Testing added

v0.0.4

21 Dec 14:26
Compare
Choose a tag to compare

0.0.4

v0.0.3

21 Dec 14:22
Compare
Choose a tag to compare

0.0.3

  • Code linting via JSHint added
  • #2 Add table headers
  • #3 Adds task finishing position to output
  • #4 Clears table from memory

v0.0.2

21 Dec 14:13
Compare
Choose a tag to compare

0.0.2

  • Adds screenshot to readme

v0.0.1

21 Dec 14:13
Compare
Choose a tag to compare

0.0.1

  • Initial release 🎉