]> git.r.bdr.sh - rbdr/blog/blame - CHANGELOG.md
Add TXT support
[rbdr/blog] / CHANGELOG.md
CommitLineData
7a5a585e
BB
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
04b71c54
BB
7## Unreleased
8### Added
9- Post Metadata support
5f31ea34
BB
10- RSS support
11- TXT support
04b71c54
BB
12
13### Changed
14- Updated dependencies
15- Replace jsdoc with jsdoc-to-markdown
16- Replace showdown with marked
17- Replace mustache with dot
18
8769ecd1
BB
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
7a5a585e 30### Added
39744467
BB
31- JSDoc config
32- Eslint config
cf630290
BB
33- Binary to add and update blog posts
34- Template for index
35- Static Files
7a5a585e
BB
36- Simple contributing guidelines
37- This CHANGELOG
38- A Readme
39
40[Unreleased]: https://github.com/rbdr/blog/compare/master...develop
084df34e 41[1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1