Skip to content

Releases: jiaola/marc4js

Added helper methods in Record

07 Mar 20:20
Compare
Choose a tag to compare
0.0.9

bump version to 0.0.9

0.0.7

20 Nov 03:07
Compare
Choose a tag to compare

Made mrk_parser to ignore blank lines

0.0.6

19 Nov 03:58
Compare
Choose a tag to compare

Included testing for node.js 4.0 and 4.1
Fixed EventEmitter issue that cause the message: "warning: possible EventEmitter memory leak detected"

Release 0.0.5 MARC-8 encoding support

26 Mar 11:07
Compare
Choose a tag to compare

Added API support for using a third-party MARC8 converter to handle MARC8 encoded files.

0.0.4 MARC-in-JSON parser/transformer

02 Mar 21:41
Compare
Choose a tag to compare

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

02 Mar 21:44
Compare
Choose a tag to compare

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

02 Mar 21:45
Compare
Choose a tag to compare

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.