]> git.r.bdr.sh - rbdr/blog/blame_incremental - CHANGELOG.md
Add rudimentary gemlog archive support
[rbdr/blog] / CHANGELOG.md
... / ...
CommitLineData
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/).
6
7## Unreleased
8### Added
9- Post Metadata support
10- RSS support
11- TXT support
12- Dark mode support
13
14### Changed
15- Updated dependencies
16- Replace jsdoc with jsdoc-to-markdown
17- Replace showdown with marked
18- Replace mustache with dot
19- New blog style
20
21## [1.0.1] - 2017-07-03
22### Added
23- Add styling for code
24
25### Changed
26- Swap markdown engine for showdown
27- Remove `v` from CHANGELOG
28- Fix crash when generator attempted to run without 3 posts
29
30
31## 1.0.0 - 2017-07-03
32### Added
33- JSDoc config
34- Eslint config
35- Binary to add and update blog posts
36- Template for index
37- Static Files
38- Simple contributing guidelines
39- This CHANGELOG
40- A Readme
41
42[Unreleased]: https://github.com/rbdr/blog/compare/master...develop
43[1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1