The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.009 - 2018-01-07

  • Added
    • Added `read_schema` method to all backends. This reads the database tables in the backend and produces an OpenAPI schema ready to be used for configuration.
    • Added `read_schema` configuration key. If true, Yancy will read the backend schema and merge it in with your configuration. This allows for less repetition when building a Yancy application.
      • This exposes _all_ of your data to Yancy, so you should only do this when you have added appropriate authentication and authorization to prevent malicious use.
    • Added `x-hidden` collection configuration to hide collections from the Yancy web app. This does not prevent API use, but does prevent data from being shown before it is ready.

Documentation

Modules

Embed a simple admin CMS into your Mojolicious application
A simple CMS for administrating data
A backend for DBIx::Class schemas
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
A backend for SQLite using Mojo::SQLite
A test backend for testing Yancy
A simple REST controller for Mojolicious
A controller to show a user only their content
A simple auth module for a site