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

Changes for version 1.003 - 2018-03-28

  • Added
    • Added a `yancy.openapi` helper to get at the Mojolicious::Plugin::OpenAPI object for useful purposes. Thanks @mohawk2!
  • Fixed
    • Fixed a bunch of spurious warnings in the tests. Thanks @mohawk2!
    • Fixed missing dependencies on required modules. This should help fix test failures in CPAN Testers and strange errors from users. Thanks @0xAF for reporting this!
    • Fixed missing tests for date/time fields and array of types.
    • Fixed warnings about invalid formats from JSON::Validator.
    • Fixed field config documentation to explain what the field config values mean.

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