Skip to content

Latest commit

Β 

History

History
1714 lines (805 loc) Β· 92.9 KB

File metadata and controls

1714 lines (805 loc) Β· 92.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0-rc.4 (2026-03-11)

Bug Fixes

  • adjust intersection observer threshold for sticky class toggle (#2637) (4e8be38)
  • enhance accessibility for sidebar toggle button (#2604) (3014945)
  • improve word breaking for code blocks in markdown (#2636) (73d41e9)
  • include h6 headings in heading element selection (#2649) (44326ca)
  • strip HTML tags from config.name when setting page title (#2690) (0cfee34), closes #2610
  • typo (#2632) (2d45376)

Features

  • add fallback default language support (#2607) (1abe3a9)
  • enhance embed handling for table cells (#2606) (422a745)
  • Fragment identifier full line ignore (#2626) (e811756)
  • output type definitions, and allow new Docsify(opts) to accept options for ESM usage (#2392) (b960519)

5.0.0-rc.3 (2025-09-05)

Bug Fixes

  • enhance focus handling (#2595) (22ac7e8)
  • enhance focus handling by adding smooth scroll to content area (#2569) (20d095b)
  • escape HTML in search keywords (#2586) (743e9cb)
  • exclude app-name-link from sidebar text overflow styling (#2564) (375c058)
  • handle hash navigation to prevent duplicate callbacks (#2575) (72569de)
  • heading link overflow style (#2568) (be21637)
  • improve slug generation (#2581) (9bc58c9)
  • normalize slugs to NFC and remove emoji variation selector (#2597) (5999f09)
  • remove block display from anchor links to prevent layout issues (#2576) (6e45024)
  • sidebar: remove ignored headings and children (#2580) (2a49bd0)
  • update relative link handling (#2579) (eeacfcc)

Features

  • GitHub style callouts (#2487) (2e59b0f)
  • support config helper multi keys if supported (#2571) (a2f734f)
  • support extract content between fragment markers from Markdown (#2582) (32aa74e)

5.0.0-rc.2 (2025-09-05)

Bug Fixes

  • enhance focus handling (#2595) (22ac7e8)
  • enhance focus handling by adding smooth scroll to content area (#2569) (20d095b)
  • escape HTML in search keywords (#2586) (743e9cb)
  • exclude app-name-link from sidebar text overflow styling (#2564) (375c058)
  • handle hash navigation to prevent duplicate callbacks (#2575) (72569de)
  • heading link overflow style (#2568) (be21637)
  • improve slug generation (#2581) (9bc58c9)
  • remove block display from anchor links to prevent layout issues (#2576) (6e45024)
  • sidebar: remove ignored headings and children (#2580) (2a49bd0)
  • update relative link handling (#2579) (eeacfcc)

Features

  • GitHub style callouts (#2487) (2e59b0f)
  • support config helper multi keys if supported (#2571) (a2f734f)
  • support extract content between fragment markers from Markdown (#2582) (32aa74e)

5.0.0-rc.1 (2025-05-27)

Bug Fixes

Features

4.13.1 (2023-06-24)

Bug Fixes

4.13.0 (2022-10-26)

Bug Fixes

  • cornerExternalLinkTarget config. (#1814) (54cc5f9)
  • correctly fix missing +1, -1 (#1722) (719dcbe)
  • Coverpage when content > viewport height (#1744) (301b516), closes #381
  • filter null node first. (#1909) (d27af3d)
  • fix docsify-ignore in search title. (#1872) (9832805)
  • fix search with no content. (#1878) (9b74744)
  • Ignore emoji shorthand codes in URIs (#1847) (3c9b3d9), closes #1823
  • Legacy bugs (styles, site plugin error, and dev server error) (#1743) (fa6df6d)
  • package.json & package-lock.json to reduce vulnerabilities (#1756) (2dc5b12)
  • packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1715) (c1227b2)

Features

4.12.2 (2022-01-06)

Bug Fixes

4.12.1 (2021-03-07)

Bug Fixes

Features

Chore

  • Fix missing carbon (#1501)
  • Change Gitter to Discord throughout project (#1507)
  • Add test cases on isExternal (#1515)

4.12.0 (2021-02-08)

Bug Fixes

  • add missing argument for highlighting code (#1365) (f35bf99)
  • Can't search homepage content (#1391) (25bc9b7)
  • Cannot read property 'startsWith' of undefined (#1358) (9351729)
  • Cannot read property level of undefined (#1357) (4807e58)
  • cannot search list content (#1361) (8d17dcb)
  • duplicate search content when /README or / exists in the sidebar (#1403) (7c3bf98)
  • package.json & package-lock.json to reduce vulnerabilities (#1419) (69b6907)
  • packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1389) (62cd35e)
  • packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1418) (58fbca0)
  • Prevent loading remote content via URL hash (#1489) (14ce7f3), closes #1477 #1126
  • search on homepage test (#1398) (ee550d0)
  • search titles containing ignored characters (#1395) (a2ebb21)
  • sidebar active class and expand don't work as expect when use "space" in markdown filename (#1454) (dcf5a64), closes #1032
  • sidebar horizontal scroll bar (#1362) (b480822)
  • sidebar title error (#1360) (2100fc3)
  • slugs are still broken when headings contain html (#1443) (76c5e68)
  • the sidebar links to another site. (#1336) (c9d4f7a)
  • title error when sidebar link exists with html tag (#1404) (8ccc202), closes #1408
  • Unable to navigate on server without default index support (#1372) (759ffac)
  • upgrade debug from 4.1.1 to 4.3.0 (#1390) (ae45b32)
  • upgrade debug from 4.3.0 to 4.3.1 (#1446) (bc3350f)
  • upgrade debug from 4.3.1 to 4.3.2 (#1463) (df21153)
  • upgrade docsify from 4.11.4 to 4.11.6 (#1373) (c2d12ed)
  • upgrade dompurify from 2.0.17 to 2.1.0 (#1397) (1863d8e)
  • upgrade dompurify from 2.1.0 to 2.1.1 (#1402) (8cf9fd8)
  • upgrade dompurify from 2.2.2 to 2.2.3 (#1457) (720d909)
  • upgrade dompurify from 2.2.2 to 2.2.6 (#1483) (eee9507)
  • upgrade dompurify from 2.2.3 to 2.2.6 (#1482) (7adad57)
  • upgrade marked from 1.2.4 to 1.2.9 (#1486) (716a7fa)
  • upgrade prismjs from 1.21.0 to 1.22.0 (#1415) (0806f48)
  • upgrade prismjs from 1.22.0 to 1.23.0 (#1481) (5f29cde)
  • Use legacy-compatible methods for IE11 (#1495) (06cbebf)

Features

  • search ignore diacritical marks (#1434) (8968a74)
  • Add Jest + Playwright Testing (#1276)
  • Add Vue components, mount options, global options, and v3 support (#1409)

4.11.6 (2020-08-22)

Bug Fixes

  • Add patch for {docsify-ignore} and {docsify-ignore-all} (ce31607)

4.11.5 (2020-08-21)

Bug Fixes

  • Russian language link error (#1270) (2a52460)
  • {docsify-updated} in the sample code is parsed into time (#1321) (2048610)
  • Add error handling for missing dependencies (fixes #1210) (#1232) (3673001)
  • after setting the background image, the button is obscured (#1234) (34d918f)
  • convert {docsify-ignore} and {docsify-ignore-all} to HTML comments (#1318) (90d283d)
  • fallback page should use path not file location (#1301) (2bceabc)
  • Fix search error when exist translations documents (#1300) (b869019)
  • gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc (d4c9247)
  • packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1250) (d439bac)
  • search can not search the table header (#1256) (3f03e78)
  • Search plugin: matched text is replaced with search text (#1298) (78775b6)
  • the uncaught typeerror when el is null (#1308) (952f4c9)
  • Updated docs with instructions for installing specific version (fixes #780) (#1225) (b90c948)
  • upgrade medium-zoom from 1.0.5 to 1.0.6 (3beaa66)
  • upgrade tinydate from 1.2.0 to 1.3.0 (#1341) (59d090f)

Features

4.11.4 (2020-06-18)

Bug Fixes

  • consistent location of search result (e9dd2de)
  • cover overlapping sidebar by removing z-index (0bf03f5)
  • cross-origin url cannot be redirected when "externalLinkTarget" is set to "_self" and "routerMode" is set to "history". (#1062) (fd2cec6), closes #1046 #1046 #1046
  • default html img resize if no height included (#1065) (9ff4d06)
  • fixed target and rel issue (fixes #1183) (3d662a5)
  • Inconsistent search and body rendering (dcb0aae)
  • rendering cover width bug (717991c)
  • search does not find the contents of the table (#1198) (31010e4)
  • The search error after setting the ID in the title (#1159) (6e554f8)
  • upgrade docsify from 4.10.2 to 4.11.2 (60b7f89)

Features

  • added html sanitizer for remote rendering (#1128) (714ef29)
  • update src/core/index.js to export all global APIs, deprecate old globals in favor of a single global DOCSIFY, and add tests for this (7e002bf)

Reverts

  • Revert "Updated docs site dark and light mode with switch and redesigned search bar using docsify-darklight-theme" (#1207) (26cb940), closes #1207 #1182

4.11.3 (2020-03-24)

Bug Fixes

  • fix: digit issue with sidebar (complete REVERT to old method) (154abf5)

4.11.2 (2020-03-09)

Bug Fixes

  • fixed rendering of color in coverpage issue (406670c)

4.11.1 (2020-03-09)

4.11.0 (2020-03-09)

Bug Fixes

  • emojis in titles not working correctly and update (#1016) (b3d9b96)
  • searching table content (6184e50)
  • stage modified files as part of pre-commit hook (#985) (5b77b0f)
  • config initialization and coercion (#861)
  • strip indent when embedding code fragment (#996)
  • Ensure autoHeader dom result is similar to parsed H1 (#811)
  • upgrade docsify from 4.9.4 to 4.10.2 (#1054) (78290b2)
  • upgrade medium-zoom from 1.0.4 to 1.0.5 (39ebd73)
  • upgrade prismjs from 1.17.1 to 1.19.0 (9981c43)

Features

Docs

  • update docs for the name config option (#992)
  • about cache (#854)
  • removed FOSSA badge
  • documented __colon__ tip (#1025)

Chore

  • Migrate relative links to absolute in embedded markdown (#867)
  • smarter scroll behavior (#744)
  • improve basic layout style (#884)
  • There are currently {three=>four} themes available. (#892)
  • Added a redirect for images to show up in Amplify (#918)
  • removed the escaping of the name of sidebar (#991)
  • Eslint fixes for v4x (#989)
  • added github Actions for CI (#1000)
  • Add a prepare script. (#1010)
  • chore(GH-action): using ubuntu 16 and removed node 8 from CI
  • chore: add config (#1014)
  • chore(stale): added enhancement label to exemptlabels
  • chore(stale): added bug label to exemptlabels
  • .markdown-section max-width 800px to 80% (#1017)
  • changed the CDN from unpkg to jsDelivr #1020 (#1022)
  • migrate CI to github, refactore CI and npm scripts, linting fixes (#1023)
  • chore(readme): added CI badges and fixed the logo issue
  • added new linter config (#1028)

4.10.2 (2019-12-16)

4.10.0 (2019-12-16)

Bug Fixes

  • fixed security alert for chokidar(update dep) (a62b037)
  • npm audit issues (#934) (615205c)
  • package security alerts (f5f1561)
  • security alerts of cssnano (d7d5c8f)

4.9.4 (2019-05-05)

4.9.2 (2019-04-21)

Bug Fixes

  • re-render gitalk when router changed (11ea1f8)

Features

4.9.1 (2019-02-21)

Bug Fixes

4.9.0 (2019-02-19)

Bug Fixes

Features

4.8.6 (2018-11-12)

Bug Fixes

4.8.5 (2018-11-02)

Bug Fixes

  • expose version info for Docsify, fixed #641 (aa719e3)

4.8.4 (2018-11-01)

Bug Fixes

4.8.3 (2018-11-01)

Fix the last release files has the old version marked...

4.8.2 (2018-11-01)

Bug Fixes

Features

4.8.1 (2018-10-31)

Bug Fixes

  • ssr package dep, fixed #605 (2bc880d)
  • compiler: extra quotes for codeblock (4f588e0)
  • compiler: prevent render of html code in paragraph, fixed #663 (d35059d)

Features

4.8.0 (2018-10-31)

Bug Fixes

Features

4.7.1 (2018-08-30)

4.7.0 (2018-06-29)

Bug Fixes

Features

4.6.10 (2018-03-25)

Bug Fixes

4.6.9 (2018-03-10)

Bug Fixes

4.6.8 (2018-03-06)

Bug Fixes

  • resolve path of image and embed files, fixed #412 (bfd0d18)

4.6.7 (2018-03-03)

Bug Fixes

4.6.6 (2018-03-03)

4.6.5 (2018-03-03)

Bug Fixes

  • navbar: Now Navbar isn't append to DOM when loadNavbar is falsy (#407) (0933445)

Features

4.6.4 (2018-03-01)

Bug Fixes

  • render: Disable markdown parsing when the file is an HTML (#403) (278a75e)

Features

  • fetch: Add fallback languages configuration. (#402) (ecc0e04)

4.6.3 (2018-02-15)

Bug Fixes

4.6.2 (2018-02-14)

Bug Fixes

4.6.1 (2018-02-12)

Bug Fixes

  • embed compatible ssr (dc0c3ce)
  • embed async fetch embed files, fixed #387

4.6.0 (2018-02-11)

Bug Fixes

Features

  • click sidebar menu add collapse and expand, close #294 (5e161a1)
  • compiler: support embedded file as code block, close #134 (761ccc2)
  • compiler: support embedded markdown, html, video, etc files, close #383, close #333 (524f52f)
  • cover: add onlyCover option, close #382 (b265fdd)
  • fetch: add requestHeaders option, fixed #336 (54ab4c9)
  • render: add ext option for custom file extension, close #340 (248aa72)
  • render: mutilple coverpage, close #315 (f68ddf5)

4.5.9 (2018-02-07)

Bug Fixes

4.5.8 (2018-02-07)

Bug Fixes

4.5.7 (2017-12-29)

Features

4.5.6 (2017-12-14)

Bug Fixes

  • style: increase the tap targets of menu button, fixed #325 (888f217)

4.5.5 (2017-11-30)

Bug Fixes

4.5.4 (2017-11-29)

Bug Fixes

Features

4.5.3 (2017-11-11)

Features

4.5.2 (2017-11-09)

Features

4.5.1 (2017-11-07)

Features

  • fetch files with the query params, fixed #303 (2a2ed96)

4.5.0 (2017-11-04)

Features

4.4.1 (2017-10-31)

Bug Fixes

4.4.0 (2017-10-30)

Bug Fixes

Features

4.3.15 (2017-10-20)

Bug Fixes

4.3.14 (2017-10-20)

Bug Fixes

4.3.13 (2017-10-17)

Bug Fixes

Features

4.3.12 (2017-10-15)

Bug Fixes

4.3.11 (2017-10-15)

Bug Fixes

4.3.10 (2017-10-12)

Bug Fixes

  • link render issue after page refreshing (#276) (abd885e)

4.3.9 (2017-10-11)

Bug Fixes

4.3.8 (2017-10-07)

Bug Fixes

  • slugify: GitHub compatible heading links, fixed #272 (9b4e666)

4.3.7 (2017-10-02)

Bug Fixes

  • slugify: GitHub compatible heading links, fixed #267 (c195d2d)

4.3.6 (2017-09-21)

Bug Fixes

  • style for codesponsor plugin (08afec7)

4.3.5 (2017-09-20)

Bug Fixes

Features

  • plugin: add codesponsor plugin (46ac4c3)

4.3.4 (2017-09-07)

Bug Fixes

4.3.3 (2017-09-06)

Bug Fixes

  • buble.css: tweaks code block style, fixed #249 (9d43051)

Features

  • add doc for react and vue demo box plugin (#247) (f0aca19)

4.3.2 (2017-09-01)

Bug Fixes

Features

4.3.1 (2017-08-30)

Features

4.3.0 (2017-08-17)

Features

4.2.9 (2017-08-15)

Bug Fixes

  • ensure document ready before init Docsify #233

4.2.8 (2017-08-10)

Features

  • compiler: support for setting target attribute for link, fixed #230 (7f270f9)

4.2.7 (2017-08-05)

Bug Fixes

4.2.6 (2017-07-27)

Bug Fixes

  • css: hide the nav when the content has not yet been loaded (1fa1619)
  • release: release shell (628e211)

4.2.4 (2017-07-26)

Bug Fixes

  • render: Remove getRootNode to be compatible with the lower version of Chrome, fixed #225 (b8dd346)

4.2.3 (2017-07-26)

Features

  • search: Supports the max depth of the search headline, fixed #223, resolve #129 (b7b589b)

4.2.2 (2017-07-24)

Bug Fixes

  • style rerender due to setting themeColor (17ff3d1)

4.2.1 (2017-07-19)

  • give the navbar some line-height (#216)
  • Remove unnecessary moduleName option from rollup config for plugins (#209)

4.2.0 (2017-07-10)

Bug Fixes

Features

4.1.14 (2017-06-24)

Bug Fixes

Features

4.1.13 (2017-06-11)

4.1.12 (2017-06-03)

Bug Fixes

  • render: subtitle in side bar shows undefined, fixed #182 (d087d57)

4.1.11 (2017-06-02)

Bug Fixes

  • compiler: force reset toc when rendering sidebar fixed #181 (ccf4c7c)
  • render: autoHeader does not work (1304d2e)

4.1.10 (2017-06-02)

Bug Fixes

  • hash: hash routing crashes when url has querystring (6d48ce1)

4.1.9 (2017-05-31)

Bug Fixes

  • can't render toc on first load (d9b487e)
  • lifecycle: continue to handle data (955d3d5)
  • render: broken name link, fixed #167 (91b66a5)

4.1.8 (2017-05-31)

Bug Fixes

Features

4.1.7 (2017-05-30)

Bug Fixes

4.1.6 (2017-05-30)

Bug Fixes

4.1.5 (2017-05-30)

Bug Fixes

4.1.4 (2017-05-30)

Bug Fixes

4.1.3 (2017-05-30)

Bug Fixes

4.1.2 (2017-05-30)

Bug Fixes

4.1.1 (2017-05-30)

Bug Fixes

4.1.0 (2017-05-30)

4.0.2 (2017-05-30)

Bug Fixes

  • basePath for history mode (fc1cd3f)

4.0.1 (2017-05-29)

Bug Fixes

4.0.0 (2017-05-29)

Bug Fixes

Features

3.7.3 (2017-05-22)

Bug Fixes

3.7.2 (2017-05-19)

3.7.1 (2017-05-19)

Bug Fixes

  • docsify-updated is undefined (b2b4742)

3.7.0 (2017-05-16)

Features

3.6.6 (2017-05-06)

Features

  • support query string for the search, fixed #156 (da75d70)

3.6.5 (2017-04-28)

Bug Fixes

3.6.4 (2017-04-28)

Bug Fixes

  • util: correctly clean up duplicate slashes, fixed #153 (76c041a)

3.6.3 (2017-04-25)

Bug Fixes

  • external-script: script attrs (2653849)

3.6.2 (2017-04-12)

Features

  • event: Collapse the sidebar when click outside element in the small screen (9b7e5f5)
  • external-script: detect more than one script dom, fixed #146 (94d6603)

3.6.0 (2017-04-09)

Features

3.5.2 (2017-04-05)

3.5.1 (2017-03-25)

Bug Fixes

  • .md file extension regex (594299f)

3.5.0 (2017-03-25)

Bug Fixes

  • adjust display on small screens (bf35471)
  • navbar labels for German (b022aaf)

Features

  • route: auto remove .md extension (8f11653)

3.4.4 (2017-03-17)

Bug Fixes

  • search: fix input style (2d6a51b)

3.4.3 (2017-03-16)

3.4.2 (2017-03-11)

Features

  • emojify: add no-emoji option (3aef37a)

3.4.1 (2017-03-10)

Bug Fixes

  • dom: Disable the dom cache when vue is present, fixed #119 (b9a7275)

3.4.0 (2017-03-09)

Features

3.3.0 (2017-03-07)

3.2.0 (2017-02-28)

Bug Fixes

  • fetch: load sidebar and navbar for parent path, fixed #100 (f3fc596)
  • render: Toc rendering error, fixed #106 (0d59ee9)

Features

  • search: Localization for no data tip, close #103 (d3c9fbd)

3.1.2 (2017-02-27)

3.1.1 (2017-02-24)

Bug Fixes

3.1.0 (2017-02-22)

Bug Fixes

Features

  • emoji: add emoji plugin (855c450)

3.0.5 (2017-02-21)

Bug Fixes

  • event: highlight sidebar when clicked, fixed #86 (2a1157a)
  • gen-tree: cache toc list, fixed #88 (3394ebb)
  • layout.css: loading style (42b2dba)

Features

3.0.4 (2017-02-20)

Bug Fixes

  • render: disable rendering sub list when loadSidebar is false (35dd2e1)
  • render: execute script (780c1e5)

3.0.3 (2017-02-19)

3.0.2 (2017-02-19)

Bug Fixes

3.0.1 (2017-02-19)

Bug Fixes

3.0.0 (2017-02-19)

Bug Fixes

Features

  • front-matter: add front matter[WIP] (dbb9278)
  • render: add auto header (b7768b1)
  • search: Localization for search placeholder, close #80 (2351c3e)
  • themes: add loading info (86594a3)

2.4.3 (2017-02-15)

2.4.2 (2017-02-14)

Bug Fixes

  • index: load file path error (dc536a3)

2.4.1 (2017-02-13)

Bug Fixes

2.4.0 (2017-02-13)

Features

2.3.0 (2017-02-13)

Bug Fixes

Features

  • hook: support custom plugin (9e81a59)
  • src: add alias feature (24412cd)
  • src: dynamic title and fix sidebar style (6b30eb6)

2.2.1 (2017-02-11)

Bug Fixes

  • event: scroll active sidebar (50f5fc2)
  • search: crash when not content, fixed #68 (9d3cc89)
  • search: not work in mobile (3941304)

2.2.0 (2017-02-09)

Features

  • plugins: add Google Analytics plugin (#66) (ac61bb0)

2.1.0 (2017-02-09)

Bug Fixes

Features

2.0.3 (2017-02-07)

Bug Fixes

2.0.2 (2017-02-05)

Bug Fixes

  • button style in cover page (4470855)

2.0.1 (2017-02-05)

2.0.0 (2017-02-05)

Features

  • customize the theme color (5cc9f05)

1.10.5 (2017-01-28)

1.10.4 (2017-01-27)

1.10.3 (2017-01-27)

1.10.2 (2017-01-25)

1.10.1 (2017-01-25)

1.10.0 (2017-01-25)

1.9.0 (2017-01-24)

1.8.0 (2017-01-24)

1.7.4 (2017-01-13)

1.7.3 (2017-01-13)

1.7.2 (2017-01-12)

1.7.1 (2017-01-12)

1.7.0 (2017-01-12)

1.6.1 (2017-01-10)

1.6.0 (2017-01-10)

1.5.2 (2017-01-10)

1.5.1 (2017-01-09)

1.5.0 (2017-01-04)

Features

1.4.3 (2017-01-01)

1.4.2 (2016-12-31)

1.4.1 (2016-12-31)

1.4.0 (2016-12-31)

1.3.5 (2016-12-25)

1.3.4 (2016-12-25)

1.3.3 (2016-12-23)

1.3.2 (2016-12-22)

1.3.1 (2016-12-22)

1.3.0 (2016-12-21)

1.2.0 (2016-12-20)

1.1.7 (2016-12-19)

1.1.6 (2016-12-18)

1.1.5 (2016-12-18)

1.1.4 (2016-12-17)

1.1.3 (2016-12-17)

1.1.2 (2016-12-17)

1.1.1 (2016-12-17)

1.1.0 (2016-12-16)

1.0.3 (2016-12-13)

1.0.2 (2016-12-13)

1.0.1 (2016-12-08)

1.0.0 (2016-12-08)

0.7.0 (2016-11-30)

0.6.1 (2016-11-29)

0.6.0 (2016-11-29)

0.5.0 (2016-11-28)

0.4.2 (2016-11-28)

0.4.1 (2016-11-28)

0.4.0 (2016-11-27)

Features

0.3.1 (2016-11-27)

0.3.0 (2016-11-27)

0.2.1 (2016-11-26)

0.2.0 (2016-11-26)

0.1.0 (2016-11-26)

0.0.5 (2016-11-24)

0.0.4 (2016-11-22)

0.0.3 (2016-11-20)

0.0.2 (2016-11-20)

0.0.1 (2016-11-20)