File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v1.7.0] ( https://github.com/ash-project/ash_json_api/compare/v1.6.6...v1.7.0 ) (2026-06-23)
15+
16+
17+
18+
19+ ### Features:
20+
21+ * Add field visibility DSL (#440 ) by olivermt [ (#440 )] ( https://github.com/ash-project/ash_json_api/pull/440 )
22+
23+ ### Bug Fixes:
24+
25+ * Apply field_names mapping to OpenAPI filter schema (#444 ) by [ @barnabasJ ] ( https://github.com/barnabasJ ) [ (#444 )] ( https://github.com/ash-project/ash_json_api/pull/444 )
26+
27+ * Filter hidden fields from result when using the field hiding dsl (#442 ) by olivermt [ (#442 )] ( https://github.com/ash-project/ash_json_api/pull/442 )
28+
29+ ### Improvements:
30+
31+ * serialize non-resource-structs by [ @zachdaniel ] ( https://github.com/zachdaniel )
32+
1433## [ v1.6.6] ( https://github.com/ash-project/ash_json_api/compare/v1.6.5...v1.6.6 ) (2026-05-21)
1534
1635
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshJsonApi.MixProject do
99 The JSON:API extension for the Ash Framework.
1010 """
1111
12- @ version "1.6.6 "
12+ @ version "1.7.0 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments