hbs-blog
Version:
handlebarjs helper to generate blog pages and navigations
40 lines (30 loc) • 993 B
Markdown
# Changelog
## 1.4.0
- FEATURE: Add property previewImage and index to article list
## 1.3.0
- FEATURE: Add Sticky feature for article list
- BREAKING: You have to add the parameter for respectSticky(true|false) on the articleList helper call
## 1.2.1
- Removed wrong badges from readme
- Migrated from `extend` to `Object.assign()`
## 1.2.0
- FEATURE: added `relativePath` property to the data object
## 1.1.1
- Removed the HTML code from format tags helper
- Added description about the format tags helper
## 1.1.0
- Removed `title` property from articleList helper
- Added `headline` and `subline` property to articleList helper
- Added documentation for tagNavigation
## 1.0.2
- Fixed intro text selector
- Add documentation about markdown helper
- Switched lang attribute from html to frontmatter
## 1.0.1
- Fixed codes styles
- Fixed formatTime helper
- Add changelog file
- Add missing dependencies
- Add eslint
## 1.0.0
- Initial commit