Data-TableReader

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Version 0.021 - 2024-05-02
 - Use ->table_search_results->{...}{row} instead of {row_idx}
 - Allow initializing TableReader 'fields' attribute with Field objects
   (had only been allowing strings and hashrefs)
 - Decoder::Mock now correctly handles empty tables (no rows)

Version 0.020 - 2024-04-30
 - Rename on_validation_fail -> on_validation_error
   The action codes are the same, but the callback has different arguments.
   Old callbacks applied using the attribute name 'on_validation_fail' will
   continue to work.
 - New iterator attribute 'dataset_idx', for keeping track of which dataset
   you're on.
 - Unimplemented Iterator->seek now dies as per the documentation.
   (no built-in iterator lacked support for seek, so unlikely to matter)

Version 0.015 - 2024-04-27
 - Better support for fields sharing name, with Field->addr (refaddr) and
   TableReader->field_by_addr
 - Decoder iterators now have ->row attribute



( run in 0.314 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )