The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.06      2011-03-07 23:02:08 America/Denver
          [Enchantments]
          - mojito.conf with mojito_local.conf and $ENV{MOJITO_CONFIG} override option.
          - Expose /public/feed and /public/page views 
          

0.05      2011-03-07 08:26:26 America/Denver
          [Enchantments]
          - Digest Authentication required on all non /public URLs
          - implemented script/add_user.pl to add users to the DB for page access.
          - enabled setting both the db and collection in the DB role.
            Now we can get to a 'bench' database and a 'users' collection.
          
          [Refactor]
          - Middleware for Mojito object
          - Controller golfing
          - renamed notes database to 'mojito'
          
0.04      2011-02-28 22:43:00 America/Denver
          [Refactor]
          - A Mojito object is now a derived class of Mojito::Page.
            
0.03      2011-02-27 20:47:52 America/Denver
          [Enchantments]
          - base URL implemented so app can be mounted at root or not.
          - Added Mojito::Middleware so Mojito objects can be wrapped
            into the application.
          - Created Tatsumaki version of Mojito.
          
          [Refactor]
          - Created and implemented a Mojito "meta" object to handle 
            the bulk of route bodies.
            

0.02      2011-02-15 20:56:33 America/Denver
          [Enchantments]
          - Auto save and simplified button choices as a result
          - more rows to fallback to when vertical autoresize fails

          [Remedies]
          - Support multiple cpan shortcuts within one document

0.01      2011-02-15 00:36:58 America/Denver
          [Remedies]
          - Exclude Fixture from require modules since it's in the dist.
          
0.001     2011-02-15 00:09:43 America/Denver
          Initial Release