Skip to content

Commit

Permalink
v0.206000
Browse files Browse the repository at this point in the history
    [ BUG FIXES ]
    * GH #1090, #1406: Replace HTTP::Body with HTTP::Entity::Parser in
      Dancer2::Core::Request. (Russell @veryrusty Jenkins)
    * GH #1292: Fix multiple attribute definitions within Plugins
      (Nigel Gregoire)
    * GH #1304: Fix the order by which config files are loaded, independently
      of their filename extension (Alberto Simões, Russell @veryrusty Jenkins)
    * GH #1400: Fix infinite recursion with exceptions that use circular
      references. (Andre Walker)
    * GH #1430: Fix `dancer2 gen` from source directory when Dancer2 not
      installed. (Tina @perlpunk Müller - Tina)
    * GH #1434: Add `validate_id` method to verify a session id before
      requesting the session engine fetch it from its data store.
      (Russell @veryrusty Jenkins)
    * GH #1435, #1438: Allow XS crush_cookie methods to return an arrayref
      of values. (Russell @veryrusty Jenkins)
    * GH #1443: Update copyright year (Joseph Frazer)
    * GH #1445: Use latest HTTP::Headers::Fast (Russell @veryrusty Jenkins)
    * PR #1447: Fix missing build requires (Mohammad S Anwar)

    [ ENHANCEMENTS ]
    * PR #1354: TemplateToolkit template engine will log (at debug level)
      if a template is not found. (Kiel R Stirling, Russell @veryrusty Jenkins)
    * GH #1432: Support Content-Disposition of inline in
      send_file() (Dave Webb)
    * PR #1433: Verbose testing in AppVeyor (Graham Knop)

    [ DOCUMENTATION ]
    * GH #1314: Documentation tweaks (David Precious)
    * GH #1317: Document serializer configuration (sdeseille)
    * GH #1386: Add Hello World example (Gabor Szabo)
    * PR #1408: List project development resources (Steve Dondley)
    * PR #1426: Move performance improvement information from Migration guide
      to Deployment (Pedro Melo)
  • Loading branch information
cromedome committed Apr 20, 2018
1 parent ae3abfc commit 254ef08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.206000 2018-04-19 22:09:46-04:00 America/New_York

[ BUG FIXES ]
* GH #1090, #1406: Replace HTTP::Body with HTTP::Entity::Parser in
Dancer2::Core::Request. (Russell @veryrusty Jenkins)
Expand Down
25 changes: 3 additions & 22 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dancer2 - Lightweight yet powerful web application framework

# VERSION

version 0.206000\_02
version 0.206000

# DESCRIPTION

Expand Down Expand Up @@ -79,27 +79,6 @@ complete outline on where to go for help.
[Dancer2::Manual::Migration](https://metacpan.org/pod/Dancer2::Manual::Migration) provides the most up-to-date instruction on
how to convert a Dancer (1) based application to Dancer2.

## Project Development

These are resources to help you contribute to the Dancer2 open source project. We welcome you
and encourage you to join us.

- Dancer2 Git Guide

The [Git Guide](https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md) has step-by-step instructions for
setting up a development environment and making contributions to Dancer2's GitHub repository.

- Advancing Dancer2

[Visit our website](http://perldancer.org/contribute) to learn how you can contribute your talents and resources even if
you aren't a programmer.

- Policy

The [Dancer2::Policy](http://search.cpan.org/perldoc?Dancer2%3A%3APolicy) man page outlines broad Standards of Conduct
for our developers and the wider Dancer2 community.


# FUNCTIONS

## my $runner=runner();
Expand Down Expand Up @@ -219,6 +198,7 @@ Returns the current runner. It is of type [Dancer2::Core::Runner](https://metacp
mokko
Nick Patch
Nick Tonkin
Nigel Gregoire
Nikita K
Nuno Carvalho
Olaf Alders
Expand All @@ -242,6 +222,7 @@ Returns the current runner. It is of type [Dancer2::Core::Runner](https://metacp
Shlomi Fish
Slava Goltser
Snigdha
Steve Dondley
Tatsuhiko Miyagawa
Tina Müller
Tom Hukins
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_holder = Alexis Sukrieh
copyright_year = 2018
main_module = lib/Dancer2.pm

version = 0.206000_02
version = 0.206000

[NextRelease]
filename = Changes
Expand Down

0 comments on commit 254ef08

Please sign in to comment.