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

Changes for version 1.000 - 2018-03-15

  • Added
    • Added basic filtering to the editor web app
    • Added `x-ignore` to completely remove collections from the API (when these collections would otherwise be added by `read_schema`)
    • Allow any unique constraint to be used as the Yancy key for a collection. This solves some problems where a table had a unique constraint, but no primary key.
    • Added an example application, and some integration tests to go with it. More example applications will be built later.

Documentation

How to configure Yancy
How to run Yancy without writing Perl code

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
Basic controller for displaying content
An OpenAPI REST controller for the Yancy editor
A controller to show a user only their content
A simple auth module for a site
Utilities for Yancy