dtsgeneratorws
Version:
TypeScript d.ts file generator for JSON Schema file
160 lines (94 loc) • 5.95 kB
Markdown
# ChangeLog
## Old Versions
### [v2.3.2](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.3.2) (2019-11-21)
- fixed
- Fix: the bug of the specific identifier #375. Thank you for reporting the bug @adriengibrat :+1:
### [v2.3.1](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.3.1) (2019-09-02)
- features:
- Support the dynamic JSON media type #363. Thank you @buelsenfrucht :+1:
- Add to support the `number` type enum values #365. Thank you @vincentlin02 :+1:
### [v2.3.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.3.0) (2019-08-23)
- features:
- Improve the tuple type output by TypeScript v3 syntax, and Support `maxItems` property #339. Thank you @keean :+1:
### [v2.2.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.2.0) (2019-08-06)
- fixed
- Fix: "_" character at the end of generated type #358. Thank you @KostblLb :+1:
### [v2.1.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.1.0) (2019-07-18)
- features:
- Add to support objected example #356. Thank you for reporting the issue #348 by @fantapop :+1:
- Add to support the `application/x-www-form-urlencoded` branch on OpenAPI. #357
### [v2.0.8](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.8) (2019-06-25)
- fixed
- Fix: OneOf + type "object" produces empty interface #351. Thank you @polomani :+1:
### [v2.0.7](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.7) (2019-05-07)
- fixed
- Fix: typename when the path is nested #334. Thank you @steelydylan :+1:
- Fix: Support ref objects for OAS3 requestBodies + responses #343. Thank you @anttiviljami :+1:
### [v2.0.6](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.6) (2019-02-14)
- fixed
- Fix "Error: The $ref target is not exists" on valid OpenAPI 3 spec #322. Thank you @f1cognite :+1:
### [v2.0.5](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.5) (2019-01-28)
- features
- Add to support the `nullable` property on OpenAPI by #319. Thank you @sakari :+1:
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#data-types
### [v2.0.4](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.4) (2019-01-07)
- fixed
- Fix missing schema due to yaml references #318. Thank you @sakari :+1:
### [v2.0.1](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.1) (2018-12-21)
- fixed
- A property name cannot contain a "/" #315. Thank you @Reggino :+1:
- update `.npmignore`
### [v2.0.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v2.0.0) (2018-10-22)
- features
- Add to support emit the Request/Response object schema of OpenAPI by #304.
### [v1.2.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v1.2.0) (2018-09-12)
- features
- Add `--namespace <namespace>` option to control the emitted namespace. Thank you @DavidBiesack :+1:
### [v1.1.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v1.1.0) (2018-06-01)
- features
- Add [the supported features document](https://github.com/horiuchi/dtsgenerator/blob/master/SupportedFeatures.md)
- Support some properties
- `title`, `const`, `readOnly`
### [v1.0.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v1.0.0) (2018-03-22)
- features
- Support JSON Schema Draft-07 and OpenAPI v3
- Add the library interface for customize type name
- Remove some unusual command line options
- And rebuild the architecture
- others
- Remove the node v4 support
### [v0.9.9](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.9) (2018-01-12)
- Bug fix about previous version code by #267. Thank you @bricka :+1:
### [v0.9.8](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.8) (2018-01-09)
- Bug fix about a block comment code in example node by #221. Thank you @GongT :+1:
### [v0.9.7](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.7) (2017-12-12)
- Support the integer enum type by #263. Thank you @heapx :+1:
### [v0.9.6](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.6) (2017-09-28)
- Bug fix about unresoled $refs by #253. Thank you @skuligowski :+1:
### [v0.9.5](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.5) (2017-07-24)
- Bug fix about tuple type support by #244. Thank you @laurelnaiad :+1:
### [v0.9.4](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.4) (2017-07-22)
- Support tuple type of #239, #241. Thank you @laurelnaiad :+1:
### [v0.9.2](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.2) (2017-06-19)
- Fix the bug about `allOf` property of #226. Thank you @dawidgarus @philliphoff :+1:
### [v0.9.1](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.1) (2017-01-27)
- Improve message in error log. Thank you @gasi :+1:
### [v0.9.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.9.0) (2016-12-15)
- Add yaml format support! Thank you @jdthorpe :+1:
### [v0.8.2](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.8.2) (2016-11-7)
- Remove gulp scripts
### [v0.8.1](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.8.1) (2016-10-24)
- Switch from [dtsm](https://www.npmjs.com/package/dtsm) to [@types](https://www.npmjs.com/~types)
### [v0.8.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.8.0) (2016-10-16)
- Add to support null type for TypeScript 2.0
- Add some input parameters
### [v0.7.2](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.7.2) (2016-9-19)
- Update dependencies library
### [v0.7.1](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.7.1) (2016-7-5)
- Fix crash bug #67
### [v0.7.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.7.0) (2016-7-3)
- Update with some braking change
### [v0.6.1](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.6.1) (2016-4-28)
- Minor update from v0.6.0
### [v0.6.0](https://github.com/horiuchi/dtsgenerator/releases/tag/v0.6.0) (2016-4-14)
- First stable version of `dtsgenerator`