0.11.1 (2018-05-21)
- params: fix params table styling (50585a1)
0.11.0 (2018-05-19)
- tables: fix table styling (156ff33)
0.10.2 (2018-05-18)
- fix background color on other code blocks that scroll horizontally (5cf05a9)
0.10.1 (2018-05-18)
- fix background color on code blocks that scroll horizontally (8136cd8)
0.10.0 (2018-05-17)
- custom files: allow custom js/css files (c8c16c6)
- favicons: add ability to include favicons (fa35589)
- metadata: include description & open graph metadata in config (248d2a9)
0.9.0 (2018-05-08)
- tutorials: make tutorial header larger (9e99215)
0.8.1 (2018-05-08)
- tutorials: fix bug where including tutorials would throw an error (d02c7c4)
0.8.0 (2018-05-01)
0.7.0 (2018-04-27)
- perf: minify JS and CSS files (c2c9b8b)
0.6.0 (2018-04-27)
0.5.0 (2018-04-27)
- add space before date in footer (b18ca1a)
- fix bug where naming conflict caused stack overflow (334580d)
- install html-minifier as a dependency, not a dev dependency, "oops" (1983d33)
- move details section to bottom of each method & add
(fa1579b) - footer: update footer and use moment fromNow to display date (22c94d4)
- layout: move details section below description of each method & remove
(051b6d3) - perf: generate minimized html files (d679ee5)
- remove moment and instead just use toLocaleDateString to keep things light (7c2bb52)
- update footer and use moment's fromNow to display date (ef61e4d)
- styles: update styling, mostly color palette (d6d551d)