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