Skip to content

Latest commit

 

History

History
258 lines (114 loc) · 9.72 KB

CHANGELOG.md

File metadata and controls

258 lines (114 loc) · 9.72 KB

3.2.0 (2020-09-24)

Bug Fixes

Features

  • gulp-tasks: added tsCompiler for 'ts:compile' (5dfa927)

3.0.3 (2020-08-27)

Bug Fixes

  • gulp-tasks: добавляет игнор ошибок для TS, ts.reporter почему-то не работает (8614875)

3.0.2 (2019-12-13)

Bug Fixes

  • hotfix typings for components (8427628)

3.0.1 (2019-12-12)

3.0.0 (2019-12-12)

2.6.0 (2019-11-08)

2.5.0 (2019-11-05)

Bug Fixes

  • fix typings section in package.json (#95) (cc5a78c)

2.4.1 (2019-07-03)

Bug Fixes

  • component-package: add ts index file support (27810d1)

2.4.0 (2019-05-16)

Bug Fixes

  • react-doc: add ts,tsx extensions to resolver (eda8382)

2.3.1 (2019-03-28)

Bug Fixes

  • typings: add quoted field names support (d987c1a)

2.3.0 (2019-02-12)

Bug Fixes

  • typings: correct propType definitions (d71b13c)
  • typings: simplify generated typings (3998d77)

2.2.0 (2019-01-14)

2.1.0 (2018-12-06)

2.0.0 (2018-06-20)

Bug Fixes

  • typings: do not override existing d.ts (da0fe47)
  • typings: import whole react in typings (703eaf8)
  • typings: remove unused params (eaa70ec)

Features

  • add auto d.ts generation for all non-components js files (ce35eaf)
  • add params information to func proptypes where possible (c9d0a19)
  • add tests, move props jsdoc parser to react-docgen handler (eb2a629)
  • typings: accept all HTML and React types as valid ts types (e939da8)
  • typings: create correct typings from jsdoc (6136e90)
  • typings: use DeepReadonly generic (17c6f8b)

1.9.1 (2018-03-30)

Bug Fixes

  • component-typings: add proptypes types, mark all methods params as optional (dcc0688)

Features

  • react-doc: allow to import ts files (926ecc6)

1.9.0 (2018-03-14)

Bug Fixes

  • fix array typings (dfc4bd6)
  • package: update recast to version 0.14.0 (#62) (59d2dd1)
  • package: update typescript-formatter to version 7.1.0 (#60) (178c5be)

Features

  • gulpfile: exit with code 1 on errors during build (8369e80)

1.8.2 (2018-02-19)

Bug Fixes

  • package: update recast to version 0.13.2 (#58) (8ad45e4)

1.8.1 (2018-02-12)

Bug Fixes

  • package: update gulp-babel to version 7.0.1 (#45) (37dc8cf)
  • package: update gulp-clone to version 2.0.1 (#51) (09f0430), closes #39
  • package: update gulp-sourcemaps to version 2.6.4 (#43) (4e7a0c5)
  • package: update gulp-typescript to version 4.0.1 (#52) (fcb9fbd), closes #44

1.8.0 (2018-02-12)

Bug Fixes

  • package: update recast to version 0.13.1 (#47) (0bb392c)

Features

  • component-docs: add console warning with error object (#41) (f7b6249)

1.7.4 (2018-01-16)

Bug Fixes

  • package: update react-component-info to version 1.1.2 (9fdfc65)

1.7.3 (2018-01-14)

Bug Fixes

  • package: update gulp-clone to version 1.1.0 (#32) (bb57664)
  • package: update gulp-clone to version 1.1.1 (#38) (aa5486b), closes #32
  • package: update gulp-postcss to version 7.0.1 (#29) (885ffca)
  • package: update gulp-sourcemaps to version 2.6.3 (#31) (3402c96)

1.7.2 (2017-12-27)

Bug Fixes

  • package: update gulp-sourcemaps to 2.6.2 (83d479c)
  • package: update typescript-formatter to version 7.0.1 (#25) (46e0c4b)

1.7.1 (2017-12-15)

Bug Fixes

  • ts: correctly name objectOf value types (a65e293)

1.7.0 (2017-11-29)

Features