Revision history for Perl extension Hustle::Table
0.4.0 Sat 5 Mar 2022 10:29:11 AEST
-
Removed usages of given/when and replaced with if/else/and
-
Matching is now always performed via a regex.
-
Uncached "online" dispatcher gained a 10-20% performance boost
-
Using Template::Plex template to make the code more readable
-
Removed unused code
0.3.0 Fri 10 Sep 2021 11:54:43 AEST
-
First argument to dispatched code ref is table entry not string being matched (< v0.2.3)
-
Updated test to utilise new first argument
-
Spelling fixes
0.2.3 Tue 3 Aug 2021 15:19:45 AEST
-
Added simple two element entry add
-
Constructor can take default handler directly
-
Spelling fixes
0.2.2
-
Fix error in existing test script
-
Added more comprehensive tests
-
Check for valid cache (hash ref) when adding entry
-
Check for defined matcher when adding entry
-
Allow adding a 'flattened' entry (4 element)
0.2.1 Wed 23 Jun 2021 15:42:57 AEST
-
Attempting to fix Tester errors.
-
Updated min perl version => 5.24
-
Added missing dep common::sense
0.2 Tue 22 Jun 2021 21:32:35 AEST
-
Spelling correction
-
Documentation formatting and fixes
-
Removal of unused exporting code
-
Adding missing dependencies on enum in Makefile.PL
-
Added MYMETA to distribution
0.1 Tue 22 Jun 2021 13:13:05 AEST
-
First release almost ready for CPAN