for Perl. Dancer2 is a complete rewrite based on Moo.
2024-12-08 03:15:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.1.2
Upstream changes:
1.1.2 2024-11-25 08:34:51-05:00 America/New_York
[ MISC ]
* PR #1715: Update deprecated download-artifact (dependabot)
* GH #1716: Remove Scope::Upper from list of recommended deps
(Russell @veryrusty Jenkins)
* PR #1718: Add Module::Pluggable as a requirement, excluding
broken versions (Russell @veryrusty Jenkins)
* PR #1719: Force install of Module::Pluggable so CI can successfully
run (Jason A. Crome, Russell @veryrusty Jenkins)
|
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-07-29 09:19:01 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.1.1
Upstream changes:
1.1.1 2024-07-18 19:48:00-04:00 America/New_York
[ BUG FIXES ]
* GH #1712: Fix use of send_as in templates (Andy Beverley)
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* PR #1706: Document missing logging hooks and log format option;
fix typo in logging test (Jason A. Crome)
|
2024-01-07 02:36:12 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.1.0
Upstream changes:
1.1.0 2023-12-11 20:28:26-05:00 America/New_York
[ ENHANCEMENTS ]
* GH #33: Named routes; add uri_for_route keyword (Sawyer X)
|
2023-10-22 06:28:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.0.0
1.0.0 2023-10-09 10:10:10-04:00 America/New_York
[ BUG FIXES ]
* GH #1663: Allow overriding of prefix in add_route (GeekRuthie)
* GH #1675: Stringify VERSION_FROM correctly in Makefile.PL (Jason
A. Crome)
* GH #1677: Don't deserialize multipart form data on post (Emil
Perhinschi)
* GH #1694: Update JS assets in Dancer2 app skel (Jason A. Crome)
[ ENHANCEMENTS ]
* PR #1682: Bump minimum version of Perl to 5.14 (Jason A. Crome)
[ DOCUMENTATION ]
* GH #1580: Document the purpose of the .dancer file (Jason A. Crome)
* GH #1669: Show correct usage of Dancer2::Core::Error (GeekRuthie)
* GH #1674: Fix POD for input_handle() (mauke)
* GH #1414: Add documentation resources to the doc map (Jason A.
Crome, Yanick Champoux)
* PR #1684: Remove shumphrey from core developers (Steven Humphrey)
* GH #1685: Document the versioning scheme and Dancer2 release
process (Jason A. Crome)
* PR #1688: Fixed various bugs/issues in Dancer2 Pod (Jason A. Crome)
* PR #1691: Update the contribution guidelines (Jason A. Crome)
* PR #1692: Change README extension .mkdn -> .md (Jason A. Crome)
[ DEPRECATED ]
* GH #1645: Deprecated Dancer2::Test (Jason A. Crome)
* GH #1646: Deprecated keyword: push_header (Jason A. Crome)
* GH #1647: Deprecated keyword: header (Jason A. Crome)
* GH #1648: Deprecated keyword: headers (Jason A. Crome)
* GH #1649: Deprecated keyword: context (Jason A. Crome)
* GH #1650: Deprecated: splat/capture named placeholders (Jason A.
Crome)
* GH #1651: Deprecated core Request instance method:
request->dispatch_path (Jason A. Crome)
* GH #1652: Deprecated keyword in plugins: plugin_setting (Jason A.
Crome)
* GH #1653: Deprecated keyword in plugins: dancer_app (Jason A. Crome)
* GH #1654: Deprecated keyword in plugins: request (Jason A. Crome)
* GH #1655: Deprecated keyword in plugins: var (Jason A. Crome)
* GH #1656: Deprecated keyword in plugins: hook (Jason A. Crome)
[ MISC ]
* GH #1659: Rename `master` branch to be `main` (Yanick Champoux)
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-04-29 10:03:22 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.400001
Upstream changes:
0.400001 2023-02-05 18:41:48-05:00 America/New_York
[ BUG FIXES ]
* PR #1247: Fix edge case in plugin compat (Sawyer X)
* GH #1621: Fix recursion error in TT after longjump (Andy Beverley,
Russell @veryrusty Jenkins)
* PR #1667: Remove failing module from GitHub Actions
config (Jason A. Crome)
[ ENHANCEMENTS ]
* GH #769, PR #829, #1662: Rename show_errors as show_stacktrace
(Nuno Ramos Carvalho, Sawyer X)
* GH #1594: Use Unicode::UTF8 if available (Sawyer X)
[ DOCUMENTATION ]
* GH #1657: Fix the Dancer2::DeprecationPolicy abstract (Jason A. Crome)
* GH #1661: Add 'gen' command to 'dancer2' runs (Steve Bertrand)
* PR #1671: Fix broken links in POD; avoid passive voice (Tom Hukins)
|