ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
56 stars 40 forks source link

Inconsistency between hex code and hexdocs #106

Closed m0rt3nlund closed 10 months ago

m0rt3nlund commented 10 months ago

Describe the bug I think a newer version of the hexdocs are available than the code. The DSL for AshJsonApi.Resource includes "include_nil_values" in hexdocs, but version 0.33.1 code does not. https://hexdocs.pm/ash_json_api/AshJsonApi.Resource.Info.html#include_nil_values?/1 https://github.com/ash-project/ash_json_api/blob/v0.33.1/lib/ash_json_api/resource/info.ex#L1

To Reproduce Visit the provided URLs

Expected behavior The DSL properties to exist

** Runtime

zachdaniel commented 10 months ago

You are correct, I published the hexdocs with new changes. Sorry about that. Will publish a new version.