UNPKG

925 BMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9## [0.3.1] - 2017-12-15
10- Convert Closure `Object` to TypeScript `object`.
11- Use glob patterns instead of RegExps to exclude files.
12- Bump Analyzer version to include https://github.com/Polymer/polymer-analyzer/pull/791 which makes Polymer properties possibly `null|undefined`.
13
14## [0.3.0] - 2017-12-12
15- `void` is not nullable.
16- Support constructor functions (e.g. `function(new:HTMLElement, string)`).
17- Support record types (e.g. `@param {{foo: bar}}`).
18- Include method `@return` descriptions.
19
20## [0.2.0] - 2017-12-08
21- Many fixes. See https://github.com/Polymer/gen-typescript-declarations/issues/23.
22
23## [0.1.0] - 2017-11-09
24- Initial release on NPM.