Skip to content

Latest commit

 

History

History
131 lines (73 loc) · 6.32 KB

File metadata and controls

131 lines (73 loc) · 6.32 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2020-09-21)

Bug Fixes

  • okidoc-md: fix the error on parsing of on generic constraints and conditional types in Typescript (c2d3b00)

2.0.0 (2019-12-05)

Features

  • okidoc-site: improve site config yaml validation (9caeee1)

BREAKING CHANGES

  • okidoc: okidoc package deprecated. Use okidoc-md and/or okidoc-site (8304548)

2.0.0-beta.11 (2019-11-29)

Bug Fixes

  • okidoc-md: fix issue with error while rendering return type md (fca1fb5)

2.0.0-beta.10 (2019-11-29)

Bug Fixes

  • okidoc-site: fix module resolution logic after migration to gatsby v2 (5a8d723)

2.0.0-beta.9 (2019-11-29)

Features

  • okidoc-site: migrates to gatsby v2 (fdf1916)

2.0.0-beta.8 (2019-11-25)

Bug Fixes

  • okidoc-md: fixed parsing code issue with new in interface (ac0c144), closes #59

Chore

  • okidoc-md: migrated from babylon to @babel/parser (0ebcd27), closes #70
  • okidoc-md: bump babel (968d220)

2.0.0-beta.7 (2019-06-06)

Features

  • okidoc-site: Update styling for code (177a40c)

2.0.0-beta.6 (2019-04-23)

Features

  • okidoc-site: Redesign 2 column navigation (cfd6887)

2.0.0-beta.5 (2019-04-22)

Bug Fixes

  • okidoc-md: freeze unist-builder to 1.0.2 due to changed build result in 1.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)

Bug Fixes

  • okidoc-site: fix issue with headings with same name on one page (a4b47a0)

2.0.0-beta.3 (2018-05-30)

Bug Fixes

  • okidoc-md: fix issue ts vs flow issue for optional class property (374c61d)

2.0.0-beta.2 (2018-05-30)

Bug Fixes

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

Bug Fixes

  • okidoc-md: fix issue with optional interface property ts vs flow (39ddff0)

2.0.0-beta.0 (2018-05-01)

Bug Fixes

Code Refactoring

  • okidoc-md: refactor buildDocumentationSourceAST logic (979bf67)
  • okidoc-md: refactor visitor api logic (4901b46, d14f534)

Features

  • okidoc-md: improve @doc tag 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-site commands without config path param. (#47)

BREAKING CHANGES

  • okidoc-md: change custom visitor api
  • change rendering of documentation for class and class constructor (#41)