You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yancy v1.088 - 2021-12-18
[Added]
- Added "join" configuration to Yancy controller. This allows for easy
adding of related data to a basic route.
[Fixed]
- Fixed join handling on the Memory backend from the additions made in
1.086.
Yancy v1.087 - 2021-12-14
[Added]
- Added "query" and "query_p" methods to Yancy::Backend to run raw
queries on the backend. This can be used when one needs more power
than can be provided by Yancy's backend A
8000
PI.
Yancy v1.085 - 2021-12-03
[Added]
- Override the default model class by passing in a string containing
the name of the model class to use.
[Fixed]
- Fixed some bugs with model/schema interactions
- Joins now always use schema names, not property names
Yancy v1.084 - 2021-11-03
*WARNING*: The automatically-generated OpenAPI spec in the Yancy
Editor is deprecated and will be removed in a future release. Use
Yancy::Plugin::OpenAPI instead.
Yancy v1.082 - 2021-10-29
[Added]
- Added scheme annotations to Yancy::Model. Now you can pass in
a schema structure with documentation and it will be correctly
propagated. This is one step closer to Yancy using Yancy::Model for
everything internally.
[Fixed]
- Fixed examples to upgrade Yancy to fix JSON::Validator issue
Yancy v1.081 - 2021-10-26
DEPRECATED: Filters (input/output). Using Yancy::Model is a much
better way to achieve the same thing. See Yancy::Guides::Model.
Over the next few releases, Yancy's internals will begin to use the
model API exclusively. Existing filters will work until v2.
[Added]
- Added 'yancy.model' helper to get a model object from the current
schema.
- Moved validation to Yancy::Model::Schema. All create/set operations
now flow through Yancy::Model::Schema.