@typedefs/parser
Version:
The Parser For JSDoc Types.
67 lines (35 loc) • 1.95 kB
Markdown
## 8 August 2019
### [1.3.4](https://github.com/artdecocode/parser/compare/v1.3.3...v1.3.4)
- [doc] More info on differences between _Closure_ and _TypeScript_.
### [1.3.3](https://github.com/artdecocode/parser/compare/v1.3.2...v1.3.3)
- [fix] Fix parsing of certain unions like `{ type: ((function(): string)|number) }`.
## 25 July 2019
### [1.3.2](https://github.com/artdecocode/parser/compare/v1.3.1...v1.3.2)
- [fix] Don't attempt to parse the `Function` type.
## 22 July 2019
### [1.3.1](https://github.com/artdecocode/parser/compare/v1.3.0...v1.3.1)
- [fix] Parse `?` function return type _OK_.
## 29 April 2019
### [1.3.0](https://github.com/artdecocode/parser/compare/v1.2.0...v1.3.0)
- [feature] Parse variable arguments of a function.
## 28 April 2019
### [1.2.0](https://github.com/artdecocode/parser/compare/v1.1.1...v1.2.0)
- [feature] Group unions correctly (allow `Type|?(string|number)`).
## 27 April 2019
### [1.1.1](https://github.com/artdecocode/parser/compare/v1.1.0...v1.1.1)
- [fix] Don't parse union when in the namespace.
### [1.1.0](https://github.com/artdecocode/parser/compare/v1.0.3...v1.1.0)
- [feature] Implement the union type without parenthesis.
## 26 April 2019
### [1.0.3](https://github.com/artdecocode/parser/compare/v1.0.2...v1.0.3)
- [doc] Fix types' links in documentation, using the parser via [_Typal_](https://artdecocode.com/typal/).
- [types] Correct types for via _GCC_ warnings (remove primitive types).
### [1.0.2](https://github.com/artdecocode/parser/compare/v1.0.1...v1.0.2)
- [feature] Parse namespaces.
### [1.0.1](https://github.com/artdecocode/parser/compare/v1.0.0...v1.0.1)
- [types] Document `this` and `new` arguments of a function.
### [1.0.0](https://github.com/artdecocode/parser/compare/v0.0.0-pre...v1.0.0)
- [package] Publish version `v1.0.0`.
### 0.0.0
- Create `@typedefs/parser` with _[`My New Package`](https://mnpjs.org)_
- [repository]: `src`, `test`