Revision history for Catmandu-MARC

0.104   2013-12-2020
  - Exporter::MARC now skips also skips empty strings by default
  - improved marc_map pod

0.103   2013-12-18
  - Exporter::MARC skips undef (sub)fields by default

0.102   2013-12-10
  - Importer::MARC skips empty fields

0.101   2013-12-04
  - fix importer tests

0.1     2013-12-03
  - consume MARC::Record objects

0.09    2013-10-31
  - fixed export formatting bug

0.08    2013-09-27
  - inline marc_map

0.07    2013-09-17
  - fixed the underscore subfields in non-control fields
  - adding backwards compatibility

0.06    2013-06-28
  - marc_remove fix
  - marc_map -split option

0.05    2013-06-19
  - marc_map exclude subfields syntax

0.0401  2013-06-17
  - remove given/when statements

0.04    2013-06-14
  - faster marc_xml fix

0.0304  2013-03-26
  - import confess

0.0303  2013-03-13
  - fix MARCXML namespace

0.0302  2013-03-13
  - fix perl version im marc_map test

0.0301  2013-03-12
  - safe substr outside string in marc_map

0.03    2013-02-26
  - compile marc_map fix

0.0201  2013-02-07
  - fix dependencies

0.02    2013-02-05
  - MARCXML exporter
  - make MARC record key configurable everywhere

0.0109  2013-02-01
  - fix MARC21 xml export

0.0108  2013-01-22
  - fix leader in xml export

0.0107  2013-01-11
  - fix creation of undef value with nonexisting $append key

0.0106  2012-11-09
  - fix _id field value

0.0105  2012-10-10
  - fix missing uppercase subfield datafield

0.0104  2012-10-09
  - only allow alphanumeric fields in MARCXML export
  - utf8 fixes

0.0103  2012-06-14
  - add configurable identifier field (default 001)
  - add virtual '_' to every field to make USMARC|MicroLIF|XML and ALEPHSEQ output equal

0.0102  2012-05-25
  - fix indicator bug

0.0101  2012-05-16
  - fix control field bug

0.01    2012-05-04
  - initial release