Skip to content

Commit

Permalink
Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik authored Dec 6, 2023
1 parent 434ca02 commit 42a2be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger_parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 1.13.0
- Added support for (`dart_mappable`)[https://pub.dev/packages/dart_mappable]
- Added support for [dart_mappable](https://pub.dev/packages/dart_mappable)
- Changed `freezed` schema property to `json_serializer`, which can be set to `freezed`, `dart_mappable` or `json_serializable` (default).
- Fixed enum generation name that are defined inside an array

## 1.12.2
- Fixes enum duplicate names (#140)[https://github.com/Carapacik/swagger_parser/issues/140]
- Fixes enum duplicate names ([#140](https://github.com/Carapacik/swagger_parser/issues/140))

## 1.12.1
- Fixed error with `ref` in a case other than PascalCase ([#139](https://github.com/Carapacik/swagger_parser/issues/139))
Expand Down

0 comments on commit 42a2be6

Please sign in to comment.