Skip to content

Commit

Permalink
Bump lib version to 1.4.4 (#96)
Browse files Browse the repository at this point in the history
* Fix overridden word(breaking change)

* Bugfix: Generate only models still has chopper reference

* Bump package version
  • Loading branch information
fryette committed Nov 30, 2020
1 parent de71c55 commit d70e79a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.4.4

* Fixed issue with build_only_models flag
* **BREAKING**: fix misspelling with `overridden` word. If you use it, please add additional `d`.

# 1.4.3

* Fixed error with ref in allOf and bool values in enums
Expand All @@ -13,7 +18,7 @@

# 1.4.0

* Added support of int in request fields and models fields (Previosly was only integer)
* Added support of int in request fields and models fields (Previously was only integer)

# 1.3.9

Expand Down Expand Up @@ -73,14 +78,14 @@

# 1.2.0

* Enums becobe being generated in separate file
* Enums become being generated in separate file
* Fixed Issue ([#58](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/58))
* Fixed some bugs

## 1.1.0

* Fixed issues with Enums usage
* Fixed issues witn enum naming name
* Fixed issues with enum naming name
* Fixed some bugs

## 1.0.10
Expand All @@ -93,7 +98,7 @@

## 1.0.8

* Fixed not standart request parameter Type names
* Fixed not standard request parameter Type names
* Added output message in case of formatting error

## 1.0.7
Expand All @@ -108,7 +113,7 @@

## 1.0.5

* Added usage of autoformatting code
* Added usage of auto formatting code

## 1.0.4

Expand Down Expand Up @@ -140,7 +145,7 @@

* Add more info to readme
* Fix warnings
* Add codecoverage(codecov)
* Add code coverage(codecov)

## 1.0.0

Expand Down
21 changes: 10 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: swagger_dart_code_generator

version: 1.4.3
version: 1.4.4

homepage: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator
repository: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator
Expand All @@ -11,25 +11,24 @@ description: Have you been turned into a problem with writing code for Http
functionality you have been looking for.

environment:
sdk: '>=2.8.0 <3.0.0'
sdk: ">=2.8.0 <3.0.0"

dependencies:
build: ^1.3.0
build: ^1.5.1
path: ^1.7.0
markdown: ^3.0.0
recase: ^3.0.0
json_annotation: ^3.1.0
build_runner: ^1.10.1
meta: ^1.1.8
build_config: ^0.4.2
recase: ^3.0.1
json_annotation: ^3.1.1
build_runner: ^1.10.6
meta: ^1.2.4
build_config: ^0.4.3
remove_from_coverage: ^1.0.7
universal_io: ^1.0.1
dart_style: ^1.3.7
dart_style: ^1.3.10

dev_dependencies:
json_serializable: ^3.5.0
flutter_test:
sdk: flutter
pedantic: ^1.7.0
pedantic: ^1.9.2
test: any

0 comments on commit d70e79a

Please sign in to comment.