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

Changes for version 1.011 - 2018-10-27

  • BREAKING
    • The new schema helper (added in v1.009) no longer allows accessing fields in a schema. The second argument is now used to add new collections.
  • Added
    • Added new argument to `schema` helper to allow adding new collections. This allows plugins and apps to add their own collections during startup after Yancy configuration has been read.
  • Fixed
    • Fixed tests failing due to Mojolicious::Plugin::OpenAPI v2.00 by increasing dependent version to 2.01.
    • Removed extra Bootstrap 4 from the distribution example apps
    • Fixed form plugin field title and description not appearing correctly
    • Fixed detecting boolean fields when reading the schema for MySQL, SQLite, and DBIC backends

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 role to give a synchronous backend useful Promises methods
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
Generate form HTML using various UI libraries
Generate forms using Bootstrap 4
Utilities for Yancy