- Major redesign of the Marc12 decoding section.
- Introduce the iterator
IterRecord
. - The Marc12 service return
RecordConf
,RecodInst
,RecordPubli
orRecordThesis
, depending on the content of the record. It can describe and institute, a publication, a conference talk/proceeding or a thesis. - Improved method
Record.oai()
. -
CheckAndFix
as well as tests have been adapted to the new class type. - Close #30 (closed).