Dancer2-Plugin-Interchange6
view release on metacpan or search on metacpan
Revision history for Dancer2::Plugin::Interchange6
0.204 Sat 6 Jun 16:35:29 CEST 2020
[TESTS]
* Set explicit DANCER_VIEWS so that tests pass with Dancer2 >= 0.300001
0.203 Wed 3 Aug 17:25:41 CEST 2016
[ENHANCEMENTS]
* Main plugin needs access to the Schema's current_user so move stashing
of user in Schema from Routes to main plugin class.
[BUG FIXES]
* Add dep on Scalar::Utils for weaken method.
[TESTS]
* Remove pg_enable_utf8 from Pg tests - closes issue #1.
* Omit BUILD from pod-coverage.
0.202 Wed 22 Jun 15:10:19 CEST 2016
[ENHANCEMENTS]
* add basic support for Product combine and extra (Peter Mottram)
[TESTS]
* add tests for Product's combine attribute (Peter Mottram)
* more work to try and address DH issue #1 (Peter Mottram)
0.201 Tue 7 Jun 15:00:22 CEST 2016
[TESTS]
* add dbug to Pg tests to help chase gh issue #1
0.200 Tue 31 May 17:39:57 CEST 2016
** New Dancer2 port of Dancer::Plugin::Interchange6 **
NOTE: all earlier change log entries refer to the Dancer1 plugin
[ENHANCEMENTS]
* Conversion to Dancer2 (Peter Mottram).
* Switch from Class::Load to Module::Runtime (small speed improvement).
[TESTS]
* 100% code coverage reached.
* Stop using Test::Roo. Instead we use Module::Find to find test classes
and switch back to Test::More and Test::WWW::Mechanize::PSGI.
* Test classes can be run individually using environment variable
TEST_CLASS_ONLY set to a comma-separated list of classes.
0.120 Wed May 25 12:42:30 2016 CEST
[ENHANCEMENTS]
* Adjust to new 'combine' and 'extra' attributes (Peter Mottram).
* Rework load_saved_products method in Cart (Peter Mottram):
- load old carts and related products in a single query
- update/add Cart::Product objects in cart not just in database
- delete old CartProducts after manipulation of current cart is complete
[TESTS]
* Make disabled_cart_and_checkout.t RELEASE_TESTING only
(Peter Mottram, GH #55).
0.111 Wed Mar 16 14:48:26 2016 CET
( run in 2.329 seconds using v1.01-cache-2.11-cpan-5a3173703d6 )