Sha256: 4994190ceea58079901eb501b99b4afe7f82aa397c6f2f5f81660712e4b5af80
Contents?: true
Size: 1.99 KB
Versions: 12
Compression:
Stored size: 1.99 KB
Contents
## Unreleased Features: - [329](https://github.com/graphiti-api/graphiti/pull/329) Propagate `extra_fields` to related resource links. - [242](https://github.com/graphiti-api/graphiti/pull/242) Bump `jsonapi-renderer` to `~0.2.2` now that (https://github.com/jsonapi-rb/jsonapi-renderer/pull/36) is fixed. - [158](https://github.com/graphiti-api/graphiti/pull/158) Filters options `allow_nil: true` Option can be set at the resource level `Resource.filters_accept_nil_by_default = true`. By default this is set to false. (@zeisler) - [157](https://github.com/graphiti-api/graphiti/pull/157) Using attribute option schema: false. This option is default true and is not effected by only and except options. (@zeisler) Fixes: - [282] Support model names including "Resource" - [313](https://github.com/graphiti-api/graphiti/pull/313) Sort remote resources in schema generation ## 1.1.0 Features: - [#126](https://github.com/graphiti-api/graphiti/pull/126) Render helpful user-facing errors when a write payload is invalid (@wadetandy) Fixes: - [#136](https://github.com/graphiti-api/graphiti/pull/136) Fix remote belongs_to links (@richmolj) Misc: - [#123](https://github.com/graphiti-api/graphiti/pull/123) Throw better error when polymorphic type not found. ## 1.0.3 Fixes: - [#130](https://github.com/graphiti-api/graphiti/pull/130) Run query blocks in resource context (@richmolj) ## 1.0.2 Fixes: - [#125](https://github.com/graphiti-api/graphiti/pull/125) Fix destroy with validation errors (@mihaimuntenas) ## 1.0.1 Fixes: - [#127](https://github.com/graphiti-api/graphiti/pull/127) Avoid Rails eager loading edge case with polymorphic resources (@richmolj) ### master (unreleased) Features: - [#153](https://github.com/graphiti-api/graphiti/pull/153) Add after_graph_persist hook. This hook fires after the graph of resources is persisted and before validation. (@A-Boudi) <!-- ### [version (YYYY-MM-DD)](diff_link) --> <!-- Breaking changes:--> <!-- Features:--> <!-- Fixes:--> <!-- Misc:-->
Version data entries
12 entries across 12 versions & 1 rubygems