All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.1 (2020-09-21)
- okidoc-md: fix the error on parsing of on generic constraints and conditional types in Typescript (c2d3b00)
2.0.0 (2019-12-05)
- okidoc-site: improve site config yaml validation (9caeee1)
- okidoc:
okidocpackage deprecated. Useokidoc-mdand/orokidoc-site(8304548)
2.0.0-beta.11 (2019-11-29)
- okidoc-md: fix issue with error while rendering return type md (fca1fb5)
2.0.0-beta.10 (2019-11-29)
- okidoc-site: fix module resolution logic after migration to gatsby v2 (5a8d723)
2.0.0-beta.9 (2019-11-29)
- okidoc-site: migrates to gatsby v2 (fdf1916)
2.0.0-beta.8 (2019-11-25)
- okidoc-md: migrated from babylon to @babel/parser (0ebcd27), closes #70
- okidoc-md: bump babel (968d220)
2.0.0-beta.7 (2019-06-06)
- okidoc-site: Update styling for code (177a40c)
2.0.0-beta.6 (2019-04-23)
- okidoc-site: Redesign 2 column navigation (cfd6887)
2.0.0-beta.5 (2019-04-22)
- okidoc-md: freeze
unist-builderto1.0.2due to changed build result in1.0.3(add6a3e) - okidoc-md: use
unist-builder@1.0.2. (efd9d46) - okidoc-md: #66 handle optional method for interface (0048af6)
- okidoc-site: Fixes rendering for long types (0439eb6), closes #34
- okidoc-site: freezing version of docsearch.js in okidoc-site/site (270d7cf)
2.0.0-beta.4 (2018-05-31)
- okidoc-site: fix issue with headings with same name on one page (a4b47a0)
2.0.0-beta.3 (2018-05-30)
- okidoc-md: fix issue ts vs flow issue for optional class property (374c61d)
2.0.0-beta.2 (2018-05-30)
- okidoc-md: fix issue ts vs flow issue for optional class property (2703a07)
- okidoc-md: fix issue with interface trailing JSDoc comments (b77f417)
2.0.0-beta.1 (2018-05-14)
- okidoc-md: fix issue with optional interface property ts vs flow (39ddff0)
2.0.0-beta.0 (2018-05-01)
- okidoc-md: freeze documentationjs version (0c4e15f) (due to documentationjs/documentation#1057)
- okidoc-site: increase left padding for md heading navigation with depth >= 3 (f15bd1c)
- okidoc-md: refactor
buildDocumentationSourceASTlogic (979bf67) - okidoc-md: refactor visitor api logic (4901b46, d14f534)
- okidoc-md: improve
@doctag visitor warn log (be85dd7) - okidoc-md: render markdown for class and class constructor (#41)
- okidoc-site: add ability to render react components inside markdown (#44)
- okidoc-site: add ability to use nested pages navigation (#45), closes #27
- okidoc-site: allow to use
okidoc-sitecommands without config path param. (#47)
- okidoc-md: change custom visitor api
- change rendering of documentation for class and class constructor (#41)