Releases: simmo/gulp-stats
Releases · simmo/gulp-stats
v1.0.2
1.0.2
- Removed Travis, replaced with GitHub Actions
- Added 'gulpfriendly' keyword to package
- Dependency updates
- Brings test coverage to 100%
v1.0.1
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
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.3
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
0.0.2
- Adds screenshot to readme