generator-stratic follows Semantic Versioning.
- Add Node 10 and Node 12 support
- Upgrade dependencies
- Drop Node 4, 5, 6, and 7
- Started tracking code coverage data
- RSS feeds are now truncated to 15 posts
- Improved
package.jsonmetadata
- Replaced
gulp-utilwhich has been deprecated upstream - No longer generate an unused Bower manifest
- Bumped generated dependencies
- UTC offsets are now properly taken into account (straticjs/RFCs#28)
- Removed unneeded dependency
- Generated .gitignore files now ignore build artifacts in
dist/ - Upgraded to yeoman-generator@2
- Generated projects now have support for drafts and RSS feeds
- Switch from Jade to Pug
- Small
package.jsoncleanups
- Fix gulpfile looking for JS in the wrong directory
- Upgrade deps
- Generate a directory for images
- Handler errors better in the gulpfile using gulp-plumber
- Minor cleanups
- Node 4+ is now required due to a dep upgrade (
yosay@2requires ES2015)
- Fix CSS not working out-of-the-box
- Fix the gulpfile not properly watching for HTML changes
- Switched from the now-deprecated custom Stratic header to YAML frontmatter
- Initial release