Skip to content

Releases: gibahjoe/openapi-generator-dart

v6.1.0

15 Dec 00:54
ff2cf31
Compare
Choose a tag to compare

6.1.0 (2024-12-15)

Features

  • added --enum-name-mappings support (328c9da)

v6.0.0

06 Nov 11:51
818a358
Compare
Choose a tag to compare

6.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • forceAlwaysRun is used to represent if the library should run everytime build_runner is executed. This is done by modifying the annotated file after build_runner completes. Previous versions of this library did not have this flag but they had the equivalent of true. However, this now defaults to false. To keep previous behavior, set this flag to true.

Features

  • add --name-mappings param support for generator (f5c6aed)
  • added fields skipIfSpecUnchanged and forceAlwaysRun (d5555dd)
  • annotated file updating made optional by argument (c108469)
  • annotations: fixed issue with DioSerializationLibrary and updated tests (c9a179a), closes #152
  • Changing to a config based approach for obtaining the official openapi generator jar. (05d61f7)

Bug Fixes

  • annotations: added doc for --name-mappings and moved some things around (f2d6c04), closes #114
  • dart format (af19a8e)
  • fixed ci (fe64d7a)
  • fixed failing tests (f1c0a1c)
  • fixes some tests (79c9ce7)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)

v5.0.3

19 Jan 23:10
Compare
Choose a tag to compare

Patched caching

v5.0.2

19 Jan 23:06
Compare
Choose a tag to compare

Patched issue with clashing cached spec

v5.0.1

19 Jan 23:04
Compare
Choose a tag to compare

Patch

v5.0.0

16 Jan 01:21
c5e1bdf
Compare
Choose a tag to compare

5.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • cli: removed various deprecated methods and properties such as inputSpecFile

Features

  • annotation: removed deprecated properties from annotation (51d3683)
  • cli: bumped official generator version to 7.2 (51d3683)
  • generator: moved completely to newgen (51d3683)

Bug Fixes

  • Apply types to default empty maps (bfb0ec4)
  • Consume testing version of the source_gen branch to simplify testing. (37af696)
  • Correct most of the tests while using the newest verison of the source gen changes (4156d9a)
  • dep override (8266ab1)
  • fmt (e63c9b9)
  • generator: fixed bad deps (5d6407a)

v4.13.1

05 Sep 00:08
8206d9d
Compare
Choose a tag to compare

4.13.1 (2023-09-04)

Bug Fixes

  • dependencies: added required dependencies to pubspec (7738439)
  • fixes useEnumExtension and other non string additional properties fields throwing error (53b711a)
  • updated logs (45af1cf)

v4.13.0

02 Sep 21:53
bb0b9d6
Compare
Choose a tag to compare

4.13.0 (2023-09-02)

Features

  • Add a format stage to the end of nextGen (acac104)
  • Add headers options for requests (nextGen only) (bc4a170)

Bug Fixes

  • fix incorrect find and replace causing tests to fail (0016a03)
  • move to delegate, add tests, revert version requirement (6a32542)
  • remove duplicate run test, fix failing tests (677a318)
  • remove unused imports (4eb64c9)
  • repair the docker run command, update the type_methods to expand out the remote delegate (c00b334)

4.12.0

20 Aug 04:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.11.0...4.12.0

4.11.0

18 Jul 12:44
Compare
Choose a tag to compare
  • Bumped dart-ogurets (dioAlt) generator to 7.2
    with changes
  • Bumped official openapi generator to 6.6.0.
    See change log
  • fix endpoints returning null #15433
  • Drop default value when unnecessary #15368