Skip to content

Commit 8982d87

Browse files
committed
release v1.0.3
1 parent 57fd0c1 commit 8982d87

4 files changed

Lines changed: 11 additions & 153 deletions

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.3 (2025.06.16)
11+
12+
### Chore
13+
14+
* Add few documents tests
15+
* Add custom encoder for JSON encoding all schemas.
16+
* Typespecs and client definitions to use snake casing for consistency.
17+
* Add custom renderer plugin for OpenAPI code gen.
18+
* Use fork version for open-api-generator, with added `default` field for generated schema.
19+
1020
## 1.0.2 (2025.06.08)
1121

1222
### Fixed

config/dev.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,12 @@ config :open_api_typesense,
1212

1313
config :oapi_generator,
1414
default: [
15-
# processor: OpenApiTypesense.Plugins.Processor,
1615
renderer: OpenApiTypesense.Plugins.Renderer,
17-
# naming: [
18-
# field_casing: :snake
19-
# ],
2016
output: [
2117
base_module: OpenApiTypesense,
2218
location: "lib/open_api_typesense",
2319
operation_subdirectory: "operations/",
2420
schema_subdirectory: "schemas/",
2521
schema_use: OpenApiTypesense.Encoder
26-
# extra_fields: [__info__: :map]
2722
]
2823
]

lib/open_api_typesense/plugins/processor.ex

Lines changed: 0 additions & 147 deletions
This file was deleted.

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.2"
6+
@version "1.0.3"
77

88
def project do
99
[

0 commit comments

Comments
 (0)