Skip to content

Commit 1e2ef5d

Browse files
committed
release v1.0.4
1 parent 887166f commit 1e2ef5d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)