File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## major.minor.patch (yyyy.mm.dd)
99
10+ ## 1.0.4 (2025.06.18)
11+
12+ ### Fixed
13+ * Refactor ` renderer.ex ` , ` client.ex ` and operation schemas for consistently returning appropriate types [ PR #33 ] ( https://github.com/jaeyson/open_api_typesense/pull/33 ) .
14+
15+ ### Added
16+ * [ Poison] ( https://hex.pm/packages/poison ) library for custom json decoder.
17+ * Use fork version of [ ` open-api-generator ` ] ( https://github.com/jaeyson/open-api-generator ) , for adding ` default ` value in ` defstruct ` declarations.
18+ * Module (` OpenApiTypesense.Converter ` ) for maps/structs with mixed keys to full atom key conversions.
19+
1020## 1.0.3 (2025.06.16)
1121
1222### Chore
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule OpenApiTypesense.MixProject do
33
44 @ source_url "https://github.com/jaeyson/open_api_typesense"
55 @ hex_url "https://hexdocs.pm/open_api_typesense"
6- @ version "1.0.3 "
6+ @ version "1.0.4 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments