Dancer
view release on metacpan or search on metacpan
- GH #809: Require all necessarily modules in Dancer::Config. (John
Wittkoski)
[DOCUMENTATION]
- GH #784: Synopsis fix in Dancer::Error. (Alex C)
- Document session_domain in Dancer::Config. (David Precious)
- Pod fixes in abstract session. (David Precious)
- Synopsis fix in Dancer::Test. (Stefan Hornburg <Racke>)
[ENHANCEMENTS]
- GH #799: New test function: response_redirect_location_is. (Martin
Schut)
- send_file now accepts an IO::Scalar. (David Precious)
- Clean up $VERSION. (Damien Krotkine)
1.3098 2012-07-28
[DOCUMENTATION]
- Fix escaping on some docs (Stefan Hornburg @racke).
[ENHANCEMENTS]
- New keyword 'plugin_args' exported by Dancer::Plugin to provide a
consistent way with Dancer 2 to obtain arguments from a plugin keyword.
(Alberto Simões).
- Add 'execute_hook' and deprecate 'execute_hooks' for homogeneity with
Dancer 2.
- send_file will do the right thing if given an IO::Scalar object (David
Precious, prompted by Ilya Chesnokov).
1.3097 2012-07-08
[ENHANCEMENTS]
- New keywords 'register_hook' and 'execute_hooks' exported by
Dancer::Plugin to provide a consistent way with Dancer 2 to declare and
run hooks from within a plugin (Alexis Sukrieh, idea from David
Precious).
1.3096 2012-07-06
- Codename: Chop Hooey // Neil Hooey **
[ENHANCEMENTS]
- Finally released, thanks to Neil Hooey bugging my sorry ass.
1.3095_02 2012-07-03
[BUG FIXES]
- fix exception tests in some cases (GH #734) (Damien Krotkine & katkad )
[DOCUMENTATION]
- Clarify serialization in introduction POD (Mark A. Stratman)
- Typo fix (Sam Kington)
[ENHANCEMENTS]
- If YAML does not load, Dancer::Config now reports why (Ovid)
1.3095_01 2012-06-22
[BUG FIXES]
- Don't assume returned references are blessed when considering
continuations (Neil Hooey, GH-778)
- Malformed/missing cookies caused warnings (James Aitken/LoonyPandora,
GH-782 and GH-783)
- Avoid potential crash in t/14_serializer/06_api.t if tmp dir is replaced
when %ENV gets cleared (Adam Kennedy)
- Properly initialize %callbacks to default empty hashref in _send_file
if not provided (Gary Mullen)
[DOCUMENTATION]
- Update Ubic service example (Vyacheslav Matyukhin)
- Silly typo fixing (Paul Fenwick)
- Typo in Dancer::Test file upload example (Jonathan "Duke" Leto)
- UTF-8 fixes in POD (ambs)
[ENHANCEMENTS]
- Add UTC timestamp options for logger_format (Alex C - perlpong).
- Tests can now run in parallel (Richard Simões).
- dancer_version keyword added (Damien "dams" Krotkine).
- New session_domain paramter allows you to set the domain of the default
session cookie (William Wolf)
1.3095 2012-04-01
[BUG FIXES]
- Small fix to skip tests when YAML is not available. (Sawyer X)
[ENHANCEMENTS]
- Added 'info' log level for messages that should always go to the logs
but aren't really debug, warning or error messages (Ovid)
1.3094 2012-03-31
[BUG FIXES]
- GH #763: Fix exceptions in ajax routes clobbering layout (ilmari)
- GH #748 & GH 647: Don't force override environment from PLACK_ENV
(jwittkoski)
- GH #762: fix param parsing lacking limit on split (leejo)
- GH #758: Fix Dancer::Test: make sure the request is properly converted
to a response. (Ovid)
- GH #729: Fix dancer exception composition, and message pattern
application (Damien Krotkine)
- GH #752: Exceptions raised in hooks were not propagated back to the
route code, but instead canceleld and replaced by a Dancer halt
exception. That was wrong. Now it is fixed, exceptions raised in hooks
can be properly caught in route code. (Damien Krotkine)
- Be more flexible in single vs. mutliple values in key hiding. (Sam
Kington)
- Use isa() for checking relationships instead of ref() in Dancer::Test.
(Ovid)
[DOCUMENTATION]
- Explain in POD that if there are multiple fields with the same name,
params('fieldname') returns an arrayref of them (alexrj).
- GH #750: Fix in Dancer::Deployment: appdir needs to be set before
calling load_app (Paul Johnson)
- Update 'before' hook document (David Cantrell).
[ENHANCEMENTS]
- Added 'strict_config' option to have the config return an object instead
of a hashref. (Ovid)
- GH #708: Added support for query strings in dancer_request (Jacob
Rideout)
- It's possible for the user to set the environments directory using a new
environment variable (DANCER_ENVDIR) or using `set envdir => $path`
- Sort hash keys when serializing references in log messages (Ovid).
1.3093 2012-02-29
[BUG FIXES]
( run in 0.777 second using v1.01-cache-2.11-cpan-39bf76dae61 )