Skip to content

Latest commit

 

History

History
120 lines (54 loc) · 3.82 KB

File metadata and controls

120 lines (54 loc) · 3.82 KB

0.11.1 (2018-05-21)

Bug Fixes

  • params: fix params table styling (50585a1)

0.11.0 (2018-05-19)

Bug Fixes

  • tables: fix table styling (156ff33)

0.10.2 (2018-05-18)

Bug Fixes

  • fix background color on other code blocks that scroll horizontally (5cf05a9)

0.10.1 (2018-05-18)

Bug Fixes

  • fix background color on code blocks that scroll horizontally (8136cd8)

0.10.0 (2018-05-17)

Features

  • 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)

Features

  • tutorials: make tutorial header larger (9e99215)

0.8.1 (2018-05-08)

Bug Fixes

  • tutorials: fix bug where including tutorials would throw an error (d02c7c4)

0.8.0 (2018-05-01)

Features

  • style: make indentation consistent for multiple @see tags (19aa292)

0.7.0 (2018-04-27)

Features

  • perf: minify JS and CSS files (c2c9b8b)

0.6.0 (2018-04-27)

0.5.0 (2018-04-27)

Bug Fixes

  • 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)

Features

  • 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)