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

Changes for version 0.015 - 2018-02-12

  • Added
    • Allow `null` as a value for optional fields. Now we can specify optional fields as `type: [ "<type>", null ]` and these fields are correctly parsed from the existing schema.
      • This fixes validation errors where data could be inserted into the database but not read back out because the JSON::Validator correctly asserted that the data was not allowed to be `null`.
  • Fixed
    • Fix error when collection in URL is invalid. This seemed to cause very strange errors throughout the application.

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