Blog

Interchange6::Schema release v0.102

Racke cooked up a new release yesterday - yay!

Here are some of the highlights that have been added so far this year:

  • Schema has new user_locale and current_user attributes which can be used to stash locale and User object of logged in user.
  • New support for partial shipments.
  • New MediaNavigation link table to allow media to be associated with Navigation elements.
  • ProductReview class has been replaced with more generic ProductMessage so we can use it for other message types associated with products.

See the Changelog for full details.

Posted on 4 March 2016 by SysPete [Permalink]

Dancer::Plugin::DataTransposeValidator

I just release a new Dancer and Dancer2 plugin for Data::Transpose::Validator:

Dancer::Plugin::DataTransposeValidator

This plugin provides easy access to DTV with configuration stored in individual rules files so that the DTV configuration doesn't clutter up your routes.

We're already using this for the Perl Dancer Conference 2015 website and maybe it will end up being the subject of a talk at the conference - we'll see.

Posted on 1 September 2015 by SysPete [Permalink]

Types::PerlVersion

Just released Types::PerlVersion to the CPAN. A simple Moo(se)-compatible Perl::Version type constraint for Type::Tiny.

Enjoy!

Posted on 1 May 2015 by SysPete [Permalink]