The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for CatalystX-ExtJS

1.101570 2010-06-06
  - Fixed bogus bug where C::View::JSON prepends the BOM when agent = Safari
  - Fixed meta to not include example/tutorial libs
  - Fixed #57373 (Global configuration doesn't work as documented)

1.101560 2010-06-05
  - Ext.Direct support
  - Ext.Direct API Controller
  - REST uses now path_to to find form files instead of hard-coded path
  - added example (run 'perl -Ilib example/script/myapp_server.pl')
  - added tutorial
  - added tutorial app (run 'perl -Ilib tutorial/script/myapp_server.pl')
  - caching is disabled in debug mode
  - improved performance (using Moose attributes and config file caching)
  - caching is disabled in debug mode
  - ditch Subrequest in favor of visit()
  - works with latest C::R::REST
  - Got rid of C::R::REST dispatcher in ::REST class
  - SELECT ... FOR UPDATE for update & delete
  - use transactions

0.11 2010-01-03
  - Order by me.* (fixes ambiguous errors)

0.10 2009-12-08
  - Silence debug messages
  - fixed failing test on win32 (#500002, thanks kmx)

0.09 2009-09-17
  - removed hack to ignore empty file and password fields
    this can now be achieved via ignore_if_empty in formfu
  - the object is now stashed after creating it
    you can access it via $c->stash->{object}
  - the form object is now on the stash and can easily be
    manipulated

0.08 2009-09-12
  - introduced parameter validation in list context

0.07 2009-09-10
  - yet another missing prereq

0.06 2009-09-07
  - yet another missing prereq

0.02 - 0.05
  - fixed versioning problems
  - added new prereqs

0.01 2009-08-27
  - first official cpan release