===== * swagger-to-elm-client ignores formData parameters gracefully * Added `no_samples` flag to swagger-to-elm-client and swagger-to-go-server to avoid generating sample files.
2.3.0
===== * swagger-to-elm-client allows non-JSON endpoints * swagger-to-elm-client uses standard library for encoding URLs
2.2.4
===== * swagger-to-py-client sets the correct type for the optional properties to make the generated code compliant with mypy 0.630
2.2.3
===== * Fixed swagger-to-py-client to include suffixes in the names of intermediate representations of the optional properties in ``X_from_obj``
2.2.2
===== * swagger-to-py-client suffixes values parsed from an object to avoid conflicts with ``path`` field * swagger-to-py-client adds type assertions to make the generated code compliant with mypy 0.630
2.2.1
===== * Fixed that anonymous types of body parameters are named in intermediate representation.