The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.10 - 2016-10-28

  • ENHANCEMENTS
    • Add search options for Less Than, Less Than or Equal To, Greater Than, and Greater Than or Equal To (joshrabinowitz)
    • Searches default to equality test of key_column (joshrabinowitz)
    • /widgets/add?field=value sets field value in form (joshrabinowitz)
    • Improved tests check html generated from sqlite (joshrabinowitz)
    • Update dependency versions in Makefile.PL (joshrabinowitz)
    • Allow records to be editable and not addable, and vice-versa (joshrabinowitz)
    • New hooks: delete_row_pre_delete, delete_row_post_delete (joshrabinowitz)
    • Allow display of any column to be customised, and allow customised columns based on DB columns to be sortable (based on the raw value in the DB) (joshrabinowitz)
  • BUG FIXES
    • EXLOCK => 0 when creating temp file for SQLite DB tests - to avoid test failures on *BSD systems (Issue #80, thanks to eserte)

Modules

very simple CRUD (create/read/update/delete)

Provides

in lib/Dancer/Plugin/SimpleCRUD.pm