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

Changes for version 0.005 - 2017-12-12

  • Added
    • Added footer with Yancy version and link to Github
    • Added `plugins` configuration to standalone app
    • Added UI feedback after saving/adding items and error messages on failure
    • Added `order_by` to backends and API. Now we can sort the results we get from the collection.
    • Added Markdown editor for fields containing Markdown (`"format": "markdown"`)
    • Added field filters (`x-filter`) to allow for hashing of passwords
    • Added auto-index templates to the standalone app. This allows for building a single template for `/<collection>/<id>`.
    • Added search query to list backend method
  • Fixed
    • Fixed forms not displaying if an `example` was not added to the collection
    • Fixed no list columns displaying without `x-list-columns`. Now there are some default column names that will show up in the list.
    • Fixed missing documentation for:
      • Yancy::Backend
      • Plugin helpers

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 test backend for testing Yancy
A simple REST controller for Mojolicious