|
4 | 4 |
|
5 | 5 | * fixed spec diff tracking
|
6 | 6 |
|
| 7 | +## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/openapi-generator-v5.0.3...openapi-generator-v6.0.0) (2024-11-02) |
| 8 | + |
| 9 | + |
| 10 | +### ⚠ BREAKING CHANGES |
| 11 | + |
| 12 | +* **cli:** removed various deprecated methods and properties such as inputSpecFile |
| 13 | +* **annotations:** changed Inputspec.emptyYaml to Inputspec.yaml |
| 14 | + |
| 15 | +### Features |
| 16 | + |
| 17 | +* add --name-mappings param support for generator ([f5c6aed](https://github.com/gibahjoe/openapi-generator-dart/commit/f5c6aed0408de33c8f273f6e21aacb42a34cbbc1)) |
| 18 | +* Add a format stage to the end of nextGen ([acac104](https://github.com/gibahjoe/openapi-generator-dart/commit/acac1044cbd6161c5a959a178a120fbf010f5c27)) |
| 19 | +* Add headers options for requests (nextGen only) ([bc4a170](https://github.com/gibahjoe/openapi-generator-dart/commit/bc4a170be1c011ca3e2843cf05a92a39965bcc29)) |
| 20 | +* annotated file updating made optional by argument ([c108469](https://github.com/gibahjoe/openapi-generator-dart/commit/c108469787da68794dce7ca595387539e009eb50)) |
| 21 | +* **annotation:** removed deprecated properties from annotation ([51d3683](https://github.com/gibahjoe/openapi-generator-dart/commit/51d3683bb83dc3e8f0f05d9d4913e11d3cc82b0f)) |
| 22 | +* Changing to a config based approach for obtaining the official openapi generator jar. ([a0f3ca2](https://github.com/gibahjoe/openapi-generator-dart/commit/a0f3ca2d24e29ff27d032a1f6dd093c195c7ff83)) |
| 23 | +* **cli:** bumped official generator version to 7.2 ([51d3683](https://github.com/gibahjoe/openapi-generator-dart/commit/51d3683bb83dc3e8f0f05d9d4913e11d3cc82b0f)) |
| 24 | +* **generator:** moved completely to newgen ([51d3683](https://github.com/gibahjoe/openapi-generator-dart/commit/51d3683bb83dc3e8f0f05d9d4913e11d3cc82b0f)) |
| 25 | +* updated generator versions ([4f13112](https://github.com/gibahjoe/openapi-generator-dart/commit/4f13112fc0e8cbb16c17e38bfdfee34d65473291)) |
| 26 | + |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | + |
| 30 | +* add tests and ensure that the sub processes can be mocked out. ([5822666](https://github.com/gibahjoe/openapi-generator-dart/commit/5822666aad384444827ca6a5aa3028ac3317c443)) |
| 31 | +* Add work around to be able to always be able to regenerate when run. Add documentation around the usage of useNextGen, add tests ([523f169](https://github.com/gibahjoe/openapi-generator-dart/commit/523f169159a3607487342b71fdd155d5fb50acfe)) |
| 32 | +* Apply types to default empty maps ([bfb0ec4](https://github.com/gibahjoe/openapi-generator-dart/commit/bfb0ec4f66296e38d3ad3cb5dac15f532a477def)) |
| 33 | +* bumped generator version ([751369e](https://github.com/gibahjoe/openapi-generator-dart/commit/751369ea6ea4e8dd72a96cec8e5a0f821bf9e3b7)) |
| 34 | +* Consume testing version of the source_gen branch to simplify testing. ([37af696](https://github.com/gibahjoe/openapi-generator-dart/commit/37af696ac90f27e47c31f87bb5c60c952bf56230)) |
| 35 | +* Correct most of the tests while using the newest verison of the source gen changes ([4156d9a](https://github.com/gibahjoe/openapi-generator-dart/commit/4156d9a18bf83337e608219315d19abbe08f8bd8)) |
| 36 | +* dep override ([8266ab1](https://github.com/gibahjoe/openapi-generator-dart/commit/8266ab1b8d49350205ba5f43d9eefc4404029c59)) |
| 37 | +* **dependencies:** added required dependencies to pubspec ([7738439](https://github.com/gibahjoe/openapi-generator-dart/commit/7738439a89637bb1226f6586a0c9d311053e1702)) |
| 38 | +* failing test ([feead33](https://github.com/gibahjoe/openapi-generator-dart/commit/feead33bac9ce9ef36d6cbf3ab8dc8dbbfb0a817)) |
| 39 | +* fix gitignore, readd api/petstore_api/pubspec ([37f862c](https://github.com/gibahjoe/openapi-generator-dart/commit/37f862c81db924a14a8b11beffca51e055c3acec)) |
| 40 | +* fix incorrect find and replace causing tests to fail ([0016a03](https://github.com/gibahjoe/openapi-generator-dart/commit/0016a031e3a7447f2deab1fa4e49ed228a29dc82)) |
| 41 | +* fix tests now that the generator is running correctly ([4643a0c](https://github.com/gibahjoe/openapi-generator-dart/commit/4643a0ce57fea053a47a41291c8ba07312390a43)) |
| 42 | +* fixed spec not caching ([9bd7a80](https://github.com/gibahjoe/openapi-generator-dart/commit/9bd7a8004c8f0f98293f5f4daa70ac4144ba7251)) |
| 43 | +* fixes useEnumExtension and other non string additional properties fields throwing error ([53b711a](https://github.com/gibahjoe/openapi-generator-dart/commit/53b711a3c9319e31ec0b159edfc76674b62feb19)) |
| 44 | +* fmt ([e63c9b9](https://github.com/gibahjoe/openapi-generator-dart/commit/e63c9b9b74cf681d1c16fb93f9b055c6f56cf3d4)) |
| 45 | +* **generator:** fixed bad deps ([5d6407a](https://github.com/gibahjoe/openapi-generator-dart/commit/5d6407a05e23480f946a325c35c81bdca04b3bdc)) |
| 46 | +* **generator:** updated deps ([09f6039](https://github.com/gibahjoe/openapi-generator-dart/commit/09f603964092d975f4c60722b95867727e66648b)) |
| 47 | +* Last few tweaks ([12c138a](https://github.com/gibahjoe/openapi-generator-dart/commit/12c138a2fcc99a30305fc2a143dbf85d12f0df7b)) |
| 48 | +* move to delegate, add tests, revert version requirement ([6a32542](https://github.com/gibahjoe/openapi-generator-dart/commit/6a32542cc7e09558db837d0313c4029951dc48ba)) |
| 49 | +* remove duplicate run test, fix failing tests ([677a318](https://github.com/gibahjoe/openapi-generator-dart/commit/677a3189d4f694c999d3ea1cf0075543649e40c1)) |
| 50 | +* remove extra testing infra since it is no longer used, add additional configs, refactor function ([3dd7054](https://github.com/gibahjoe/openapi-generator-dart/commit/3dd705460e5dc09e86e568419c99198ff92b4e4b)) |
| 51 | +* remove unused import, update paramter name ([d2f5a90](https://github.com/gibahjoe/openapi-generator-dart/commit/d2f5a9001458126e7c315ef89ebdf5b26b7282fc)) |
| 52 | +* remove unused imports ([4eb64c9](https://github.com/gibahjoe/openapi-generator-dart/commit/4eb64c90c2468a8ce26b79266c0e705be3e979de)) |
| 53 | +* repair the docker run command, update the type_methods to expand out the remote delegate ([c00b334](https://github.com/gibahjoe/openapi-generator-dart/commit/c00b3345d934e2f1508ba1129a3a769f86a85017)) |
| 54 | +* tweak gitignore ([f1122d0](https://github.com/gibahjoe/openapi-generator-dart/commit/f1122d007ef47f0849656e5180a78052b9542ec9)) |
| 55 | +* Tweak the processing of the builder to handle how process.run returns ([90a1b90](https://github.com/gibahjoe/openapi-generator-dart/commit/90a1b90143661c9d9dd02ab6a4481ece99e9a221)) |
| 56 | +* updated ([5d21f4a](https://github.com/gibahjoe/openapi-generator-dart/commit/5d21f4aa99faf94d22a4958d30c157f9430bdbf3)) |
| 57 | +* updated logs ([45af1cf](https://github.com/gibahjoe/openapi-generator-dart/commit/45af1cf21ab1d11b12898b6cb8f2ee9895dca133)) |
| 58 | +* Use Dart 2 API ([8d59613](https://github.com/gibahjoe/openapi-generator-dart/commit/8d596135d4b7700cb37b14134a15904a3b32f049)) |
| 59 | + |
| 60 | + |
| 61 | +### Code Refactoring |
| 62 | + |
| 63 | +* **annotations:** changed inputspec methods to be more descriptive ([84f72df](https://github.com/gibahjoe/openapi-generator-dart/commit/84f72df661cb729ed30a239e4ac856a5ded26111)) |
| 64 | + |
7 | 65 | ## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)
|
8 | 66 |
|
9 | 67 | ### Bug Fixes
|
|
0 commit comments