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