Skip to content

Latest commit

 

History

History
88 lines (50 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

88 lines (50 loc) · 3.76 KB

2.2.5 (2023-04-12)

  • fix: react-native property parse error in case of several "-" characters (669b8b1)

2.2.4 (2020-04-08)

  • feat(prsr): react-native - parse short descriptions (673010b)

2.2.3 (2019-07-15)

  • feat(rn-prsr): overview-examples add (397113c)

2.2.2 (2019-07-02)

  • fix(prsr): react-native method params parser (ea14157)

2.2.1 (2019-06-06)

  • refactor(prsr): package.lock revert (741feab)
  • refactor(prsr): save ability to parse doc-js json (152d158)
  • refactor(rn-parser): rn-parser rename (f24481d)
  • feat(kitten): add hoc-components parsing ability (ee99955)
  • feat(kitten): kitten-types-parser add (e485cf8)
  • feat(kitten): part of kitten-parser implement (5063579)
  • feat(kitten): remove "component" word from name (0789b6b)
  • fix(kitten): kitten-parser fix (8ffa4ce)

2.2.0 (2019-02-08)

  • feat(parser): add inherited and isDocsPrivate properties (#20) (62c3673), closes #20

2.1.1 (2018-09-23)

  • fix: update ts parser to work with latest typedoc version (15c524f)

2.1.0 (2018-05-24)

  • feat(example): add new example types (083e743)

2.0.2 (2018-02-06)

  • fix(type-doc): fix properties parser fix (3912a6b)
  • feat,fix(type-doc): feat/fit new method type implement (e071b1d)

2.0.1 (2018-01-12)

  • fix(doc-js): examples parser fix (57be4b5)
  • fix(doc-js): methods returning value type fix (5c19850)
  • fix(prsr): write file fix (4353fb8)
  • fix(tests): tests fix (66e04b9)
  • fix(type-doc): Input properties name fix (dcf8dd7)
  • fix(type-doc): Input properties type fix (9799c75)
  • fix(type-doc): methods params fix (60436d1)
  • fix(type-doc): methods returning types fix (c50bc67)
  • fix(type-doc): methods returns value type fix (32a14d4)
  • fix(type-doc): properties parser fix (f8ebd6b)
  • fix(type-doc): properties types fix (79d0a41)
  • build(common): jest update (34c070c)
  • refactor(typedoc): method parser refactor (5638572)