Skip to content

Latest commit

 

History

History
337 lines (112 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

337 lines (112 loc) · 10.4 KB

Change Log

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

4.10.3 (2021-03-09)

Bug Fixes

  • docgen: clean up extra __version field after typescript generator runs (e52f63a)
  • docgen: fix html and typescript format outputs, refactor generation code (1f3ff62)

4.10.2 (2021-03-09)

Bug Fixes

  • dont pretty print the jsca file (701d298)

4.10.1 (2021-01-12)

Bug Fixes

  • docgen: guard createable property for generated methods properly (04a29be)

4.10.0 (2020-11-19)

Bug Fixes

  • docgen: output optional/repeatable when true for method parameters in json-raw format (217c50f)

Features

4.9.3 (2020-11-19)

Bug Fixes

  • docgen: support references to builtin types when validating class names (9600a9f)

4.9.2 (2020-11-18)

Bug Fixes

  • docgen: skip Node.js shim docs for typescript generation (d0955fa)

4.9.1 (2020-11-12)

Bug Fixes

  • docgen: assertObjectKey needs to guard for null object (8b5f51d)

4.9.0 (2020-11-10)

Bug Fixes

  • properly handle falsy default values (9485406)

4.8.3 (2020-10-21)

Note: Version bump only for package titanium-docgen

4.8.2 (2020-10-19)

Bug Fixes

  • apidocs: show property default value and related constants (b73996a)

4.8.1 (2020-10-08)

Bug Fixes

  • docgen: better match git repo URIs, report bad via console (444d94f)

4.8.0 (2020-10-08)

Bug Fixes

Features

  • titanium-docgen: include editUrl in json-raw output for types (5b0890c)

4.7.0 (2020-08-28)

Features

  • support macos (bc3462f)
  • docgen: Add more validations for since/deprecated, duplicated platform listings (b28357b)

4.6.0 (2020-07-21)

Features

  • docgen: support es6+ JS builtins (#41) (d405ab4)

4.5.1 (2020-06-19)

Performance Improvements

  • docgen: don't include filename properties in json-raw output (#36) (0eca516)
  • docgen: don't include pretty_name in json-raw output (#34) (7e5decd)

4.4.0 (2020-06-12)

Bug Fixes

  • docgen: avoid outputting null and empty array values to shrink output json (3908195)

Features

  • validate: warning for misxed case event names, split String vs ASCII validation (ed21978)

4.3.1 (2020-04-17)

Bug Fixes

  • docgen: allow unknown properties on ListDataItem (774051d)

4.3.0 (2020-03-05)

Bug Fixes

  • docgen: build correct path (#27) (2f085f0)
  • docgen: ts definition for Ti.Android.R (#31) (388df48)
  • docgen: use correct include syntax for ejs3 (e4dde5d)
  • docgen/modulehtml: correct require path (e00f175)

Features

  • docgen: improve typescript generator (#25) (34f07c5)
  • docgen: improved accessors deprecation generation (#24) (5981029)

4.2.0 (2020-02-05)

Features

  • docgen: accept whitelist of constants references to skip (#26) (3b1c537)

4.1.0 (2019-12-12)

Features

  • docgen: improve validation to include warnings (#21) (efe2aca)

4.0.1 (2019-12-11)

Note: Version bump only for package titanium-docgen

4.0.0 (2019-12-02) [YANKED]

3.0.0 (2019-12-02) [YANKED]

2.0.0 (2019-12-02) [YANKED]

1.0.0 (2019-12-02)

Bug Fixes

  • docgen: add missing typescript generator changes (22d0779)
  • docgen: add missing validate command (807f211)
  • docgen: allow Error and RegExp as predefined types (#10) (428aedd)
  • docgen: correctly handle array syntax in callbacks (#3) (eb43ad5)

Features

  • docgen: copy over images from any of the input paths for html output (7fd48b6)
  • docgen: make it work as an independent module (4ca640a)
  • docgen: reference free-form text content from other files (7eae53f)
  • validate: add ability to whitelist types (#5) (44d893b)
  • validate: more strict checks on event properties (ca8c76f)

BREAKING CHANGES

  • validate: All documented event properties need to have a type

0.2.0 (2019-09-09)

Features

  • docgen: copy over images from any of the input paths for html output (7fd48b6)
  • validate: add ability to whitelist types (#5) (44d893b)

0.1.5 (2019-08-07)

Bug Fixes

  • docgen: correctly handle array syntax in callbacks (#3) (eb43ad5)

0.1.4 (2019-07-30)

Bug Fixes

  • docgen: add missing validate command (807f211)

0.1.0 (2019-07-27)

Bug Fixes

  • docgen: add missing typescript generator changes (22d0779)

Features

  • docgen: make it work as an independent module (4ca640a)
  • docgen: reference free-form text content from other files (7eae53f)