Releases: jiaola/marc4js
Releases · jiaola/marc4js
Added helper methods in Record
0.0.7
0.0.6
Release 0.0.5 MARC-8 encoding support
Added API support for using a third-party MARC8 converter to handle MARC8 encoded files.
0.0.4 MARC-in-JSON parser/transformer
A parser and a transformer are added in this release to support the MARC-in-JSON format. The parse is based on a sax-like JSON parser API called clarinet and can parse large number of JSON MARC records without saving them in the memory.
0.0.3 MARCXML support
A parser and a transformer to support MARCXML is added in this release. The parser is based on a sax parser (sax-js). When using the Stream or Pipe API, one can process large MARCXML files without saving all the records in memory.
0.0.1 First ever release
This is the first release of the marc4js module. It contains a ISO2709 MARC parser and transformer. It also supports the MRK text format by MarcEdit.