8000 Tags · preaction/Yancy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: preaction/Yancy

Tags

v1.088

Toggle v1.088's commit message
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.

v1.087

Toggle v1.087's commit message
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.

v1.086

Toggle v1.086's commit message
Yancy v1.086 - 2021-12-11

  [Fixed]

  - Yancy now allows foreign key relationships on any columns, not just
    the foreign table's primary key.

v1.085

Toggle v1.085's commit message
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

v1.084

Toggle v1.084's commit message
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.

v1.083

Toggle v1.083's commit message
Yancy v1.083 - 2021-10-31

  [Added]

  - Added Yancy::Backend::Memory, an in-memory backend to be used for
    testing.

v1.082

Toggle v1.082's commit message
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

v1.081

Toggle v1.081's commit message
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.

v1.080

Toggle v1.080's commit message
Yancy v1.080 - 2021-10-24

  [Fixed]

  - Upgraded Mojolicious::Plugin::OpenAPI requirement for new
    JSON::Validator requirement. Thanks @eserte for reporting this
    issue! [Github #138]

v1.079

Toggle v1.079's commit message
Yancy v1.079 - 2021-10-24

  [Fixed]

  - Fixed compatibility with JSON::Validator v5. Thanks @eserte for
    reporting this issue! [Github #137]
0