Skip to content

Commit 08767e0

Browse files
chore(main): release 0.2.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7685ba5 commit 08767e0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/pablaber/openapi-typescript-types/compare/v0.1.1...v0.2.0) (2024-05-21)
4+
5+
6+
### Features
7+
8+
* add support for nullable fields ([#19](https://github.com/pablaber/openapi-typescript-types/issues/19)) ([774b4f3](https://github.com/pablaber/openapi-typescript-types/commit/774b4f3e39f8901fd83cbbb3699d08ccc676bb4d))
9+
* add winston logging ([#16](https://github.com/pablaber/openapi-typescript-types/issues/16)) ([5fe53e1](https://github.com/pablaber/openapi-typescript-types/commit/5fe53e1bea12ea5fb10e35c5a8c13ae9a7733425))
10+
* enum types ([#21](https://github.com/pablaber/openapi-typescript-types/issues/21)) ([7685ba5](https://github.com/pablaber/openapi-typescript-types/commit/7685ba5fcffc3d349f7076b6bf220e31776cc78e))
11+
12+
13+
### Bug Fixes
14+
15+
* also support nullable objects and arrays ([#20](https://github.com/pablaber/openapi-typescript-types/issues/20)) ([c298bdd](https://github.com/pablaber/openapi-typescript-types/commit/c298bdddd861d8f8fe82cfb89b5e3ef2e64ff213))
16+
317
## [0.1.1](https://github.com/pablaber/openapi-typescript-types/compare/v0.1.0...v0.1.1) (2024-05-07)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-types",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A tool used to generate types from OpenAPI 3.x schemas",
55
"author": "Patrick Bacon-Blaber",
66
"license": "ISC",

0 commit comments

Comments
 (0)