[dancer-users] Dancer1 v1.3124 on its way to CPAN

Yanick Champoux yanick at babyl.dyndns.org
Sat May 10 17:23:52 BST 2014


Hi all,

A new release of Dancer1 has been cut, and is on its merry way to CPAN.

Beside the documentation improvements and general bug fixes, two 
highlights for this release:

	1. the bundled jQuery has been upgraded to v1.11.0.

	2. route sanity check has been modified for existence, not falsehood. 
The main impact is that the following now works:

		prefix "/foo" => {
			get ''  => { ... }; # matches '/foo'!

			get '/' => { ... }; # matches '/foo/'

			get '/bar' => { ... }; matches '/foo/bar'
		};

Full release log is below. As usual, a big, big thank to everybody who 
made this release possible. You all rock. :-)

Joy,
`/anick



1.3124 2014-05-09

     [ ENHANCEMENTS ]
     * Also check X-Forwarded-Proto. (GH#1015, Andy Jones)
     * Update bundle jQuery to v1.11.0. (GH#1018, Michal Wojciechowski)
     * Add session support to the skeleton config. (GH#1008. Gabor Szabo)

     [ BUG FIXES ]
     * Remove print statement in Dancer::ModuleLoad::require.
         (GH#1021, John Wittkoski)
     * Test was failing if JSON module was absent.
         (GH#1022, Yanick Champoux)
     * Allow for routes evaluating to false ('0', '', etc).
         (GH#1020, Yanick Champoux)

     [DOCUMENTATION]
     * Specify defaults in POD. (GH#1023, isync)
     * Fix doc for params(). (GH#1025, reported by Warren Young)

     [ MISC ]
     * Update mailing list url in README. (GH#1017, Racke)
     * Markdownify the README. (GH#986, Chris Seymour)



More information about the dancer-users mailing list