Revision history for Net-Jifty

0.06    Mon Mar 17 13:15:09
        Add directory filters for use by applications and subclasses
            Basically, each directory in your path can have a .jifty file
            with config in it. Each file is Hash::Merge'd. This lets your
            app have whatever context you want, based on where you are.
        appname is no longer required
        Add validate_action_args method and have ->act, ->create, etc use it
            if the strict_arguments attribute is true
                idea and proof of concept by John SJ Anderson

0.05    Mon Dec 21 01:56:40
        Removed canonicalize_action and canonicalize_model
        Allow search arguments to be arrayrefs, to facilitate using hashes for
            them. e.g: 'id => [1, 5]' is equivalent to 'id => 1, id => 5'

0.04    Mon Dec 7 15:28:23
        Work around an HTTP::Cookies bug with 'localhost'
        Add support for /=/search/
        Fixes to create and act

0.03    Wed Nov 28 17:03:17
        Fix support for DELETE/PUT (patch by HANENKAMP)
        Workaround for a Jifty redirect bug (patch by HANENKAMP)
        Internals cleanups

0.02    Wed Nov 21 16:45:38 2007
        Support for config files
        Some date/time and email methods

0.01    Tue Nov 20 22:25:37 2007
        First version, released on an unsuspecting world.

