]> git.r.bdr.sh - rbdr/blog/blame_incremental - CHANGELOG.md
Add TXT 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
13### Changed
14- Updated dependencies
15- Replace jsdoc with jsdoc-to-markdown
16- Replace showdown with marked
17- Replace mustache with dot
18
19## [1.0.1] - 2017-07-03
20### Added
21- Add styling for code
22
23### Changed
24- Swap markdown engine for showdown
25- Remove `v` from CHANGELOG
26- Fix crash when generator attempted to run without 3 posts
27
28
29## 1.0.0 - 2017-07-03
30### Added
31- JSDoc config
32- Eslint config
33- Binary to add and update blog posts
34- Template for index
35- Static Files
36- Simple contributing guidelines
37- This CHANGELOG
38- A Readme
39
40[Unreleased]: https://github.com/rbdr/blog/compare/master...develop
41[1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1