Skip to content

Releases: 01Joseph-Hwang10/jtd-codebuild

jtd-codebuild: v1.0.1

01 May 13:23
5f352bf
Compare
Choose a tag to compare

1.0.1 (2024-05-01)

Bug Fixes

  • project config type validation (5282e1a)

jtd-codebuild: v1.0.0

30 Apr 21:23
0feb406
Compare
Choose a tag to compare

1.0.0 (2024-04-30)

⚠ BREAKING CHANGES

  • jtd-codebuild v1

Features

Bug Fixes

Documentation

jtd-codebuild: v0.8.0

13 Apr 06:07
b46c965
Compare
Choose a tag to compare

0.8.0 (2024-04-13)

Features

  • add allow duplicate defs options (cb1518c)
  • add camel case property name option in python generation option (2f8b745)
  • add inheritance (5dd1c8a)
  • add json support (074dcc8)
  • add jtd_codebuild (891cb9b)
  • add typeddict option to python generator (7c9fab8)
  • subscriptable dataclass for python codegen (e58f201)
  • support for multiple definitions (a82f2eb)

Bug Fixes

  • add pydantic as optional deps (1db182f)
  • cli now recieves absolute path (0b3b86e)
  • create definitions only if definitions key is not present at root schema (9a648d0)
  • install ci packages to run semantic releases (2e152b1)
  • pydantic as testing deps as we don't need it in actuall usage (1c8a521)

Dependencies

  • update classifiers up to python 13 (be6ba92)
  • update python version for wider support (07be703)

Documentation

New Contributors

v0.7.0

12 Jan 18:43
Compare
Choose a tag to compare

v0.7.0 (2024-01-12)

Documentation

Feature

Fix

  • fix: create definitions only if definitions key is not present at root schema (9a648d0)

v0.6.0

29 Dec 02:48
Compare
Choose a tag to compare

v0.6.0 (2023-12-29)

Feature

  • feat: add allow duplicate defs options (cb1518c)

v0.5.0

21 Dec 11:42
Compare
Choose a tag to compare

v0.5.0 (2023-12-21)

Chore

  • chore: raise error if conflicting key exists (0c4554e)

  • chore: commit with [no ci] (8dfc9be)

Documentation

  • docs: for extends feature (2a9ba5a)

  • docs: add docs for examples [no ci] (92141b5)

Feature

  • feat: add inheritance (5dd1c8a)

  • feat: support for multiple definitions (a82f2eb)

Unknown

v0.4.0

10 Dec 16:04
Compare
Choose a tag to compare

v0.4.0 (2023-12-10)

Chore

  • chore: resolve merge conflict (1000249)

Feature

  • feat: add camel case property name option in python generation option (2f8b745)

v0.3.0

10 Dec 15:34
Compare
Choose a tag to compare

v0.3.0 (2023-12-10)

Chore

  • chore: version bump for publish (9f94fc1)

  • chore: add get method (72a0b8e)

Documentation

  • docs: [no ci] contributing docs (1b961c4)

Feature

  • feat: add typeddict option to python generator (7c9fab8)

v0.2.0

24 Nov 14:30
Compare
Choose a tag to compare

v0.2.0 (2023-11-24)

Documentation

  • docs: update docs for subscriptable feature (2fe25c7)

Feature

  • feat: subscriptable dataclass for python codegen (e58f201)

Refactor

Unknown

v0.1.0

01 Nov 15:09
Compare
Choose a tag to compare

v0.1.0 (2023-11-01)

Chore

  • chore: add version toml prop at pyproject (c22ae2a)

  • chore: add CHANGELOG file (5840c9f)

Ci

Feature

  • feat: add jtd_codebuild (891cb9b)

Fix

  • fix: install ci packages to run semantic releases (2e152b1)