» Version | » Information |
---|---|
1.4.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.4.1 Release date: 2019-11-13 12:36 UTC Release state: stable Release uploaded by: dbs Changelog: 1.4.1 * Reintroduce include_path to composer.json Dependencies:
|
1.4.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.4.0 Release date: 2019-11-12 13:31 UTC Release state: stable Release uploaded by: dbs Changelog: 1.4.0 * Update File_MARC_Lint to match MARC::Lint 1.52 (thanks Demian Katz) * Warn about out-of-range skip indicators (thanks Demian Katz) * Support initialization from SimpleXMLELement object (thanks Dan Michael O. Heggø) * Fix Travis-CI support (thanks Daniel O'Connor) * Tweak composer.json to support Composer 2.0 * Silence PEAR style errors and warnings in File/MARCBASE.php Dependencies:
|
1.3.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.3.0 Release date: 2018-09-27 13:45 UTC Release state: stable Release uploaded by: dbs Changelog: 1.3.0 * Support reading MARC-in-JSON serializations * Fix positions using MARC_List's appendNode method (thanks Waldemar Bartikowski!) Dependencies:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.2.0 Release date: 2017-12-04 06:06 UTC Release state: stable Release uploaded by: dbs Changelog: 1.2.0 * Support injection of extended Record class (thanks Dan Michael O. Heggø!) * Support regular expression matching of subfields (thanks Waldemar Bartikowski!) * Fix deletion of multiple subfields at once (thanks Dan Michael O. Heggø!) Dependencies:
|
1.1.5 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.1.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.1.5 Release date: 2017-01-23 11:53 UTC Release state: stable Release uploaded by: dbs Changelog: 1.1.5 * Drop support for PHP 5.3 and 5.4 Dependencies:
|
1.1.4 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.1.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.1.4 Release date: 2017-01-23 11:44 UTC Release state: stable Release uploaded by: dbs Changelog: 1.1.4 * Fix insertField() behaviour, which could truncate records (reported by Andreas Roussos) * Docs correction for Data_Field (thanks Daniel Walter) Dependencies:
|
1.1.3 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.1.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.1.3 Release date: 2016-08-30 23:38 UTC Release state: stable Release uploaded by: dbs Changelog: 1.1.3 * Add a getContents() convenience method, contributed by Carsten Klee Dependencies:
|
1.1.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.1.2 Release date: 2015-09-01 15:58 UTC Release state: stable Release uploaded by: dbs Changelog: 1.1.2 * Fetch pear_exception from Packagist [danmichaelo] Dependencies:
|
1.1.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.1.1 Release date: 2014-01-28 20:46 UTC Release state: stable Release uploaded by: dbs Changelog: 1.1.1 * Add MARC-in-JSON serialization fix for subfield 0 json_encode() limitation (thanks to Bill Dueber for reporting the bug) Dependencies:
|
1.1.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.1.0 Release date: 2014-01-19 17:05 UTC Release state: stable Release uploaded by: dbs Changelog: 1.1.0 * Enable namespaces in MARCXML handling (thanks Carsten Klee!) * Remove skip check for Structures/Linked_List Dependencies:
|
1.0.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.0.2 Release date: 2013-11-28 05:58 UTC Release state: stable Release uploaded by: dbs Changelog: 1.0.2 * Update MARC_Lint rule set (thanks Demian Katz!) Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.0.1 Release date: 2013-10-30 21:07 UTC Release state: stable Release uploaded by: dbs Changelog: 1.0.1 * Fix bug in MARC binary serialization of subfields with a value of '0' Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-1.0.0 Release date: 2013-10-04 16:42 UTC Release state: stable Release uploaded by: dbs Changelog: 1.0.0 * First stable release! Dependencies:
|
0.8.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.8.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.8.0 Release date: 2013-10-03 00:17 UTC Release state: beta Release uploaded by: dbs Changelog: 0.8.0-beta * Drop Structures_LinkedList dependency in favour of SplDoublyLinkedList. This bumps the minimum PHP version up to 5.2.0. Dependencies:
|
0.7.3 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.7.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.7.3 Release date: 2013-09-13 18:34 UTC Release state: beta Release uploaded by: dbs Changelog: 0.7.3-beta * Merge patch from Karen Coombs (librarywebchic@gmail.com) adding default namespace to record elements Dependencies:
|
0.7.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.7.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.7.2 Release date: 2013-09-04 00:15 UTC Release state: beta Release uploaded by: dbs Changelog: 0.7.2-beta * Fix bug #19845 - Record::toXML() returns nothing Dependencies:
|
0.7.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.7.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.7.1 Release date: 2012-04-07 19:15 UTC Release state: beta Release uploaded by: dbs Changelog: 0.7.1-beta * Make Validate_ISPN an optional dependency Dependencies:
|
0.6.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.6.2 Release date: 2011-02-08 21:39 UTC Release state: beta Release uploaded by: dbs Changelog: 0.6.2-beta * Improve handling of bad leader data, including declared length and overly long leaders in MARCXML Dependencies:
|
0.6.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.6.1 Release date: 2010-08-15 13:44 UTC Release state: beta Release uploaded by: dbs Changelog: 0.6.1-beta * Correct layout per bug #17704 Dependencies:
|
0.6.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.6.0 Release date: 2010-08-14 18:48 UTC Release state: beta Release uploaded by: dbs Changelog: 0.6.0-beta * Add two flavours of JSON output from File_MARC_Record: toJSON() and toJSONHash() Dependencies:
|
0.5.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.5.2 Release date: 2010-08-05 15:22 UTC Release state: beta Release uploaded by: dbs Changelog: 0.5.2-beta * Enable File_MARC_Record to be invoked with a null constructor again, useful for building MARC records from scratch * Add a test to check that the null constructor works to avoid future regressions Dependencies:
|
0.5.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.5.1 Release date: 2010-07-31 04:15 UTC Release state: beta Release uploaded by: dbs Changelog: 0.5.1-beta * Explicitly cast results to strings to avoid returning XML objects when File_MARCXML is in effect; problem doesn't show up in the PHP CLI, but does cause problems on the Web Dependencies:
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.5.0 Release date: 2010-07-31 03:50 UTC Release state: beta Release uploaded by: dbs Changelog: 0.5.0-beta * Drop MARCFLAT as it is unmaintained and, to my knowledge, unused * Add the ability to generate a proper collection of MARCXML records * Factor out some of the common toXML()-related methods to a new base class * Add tests of the new toXML() functionality for both MARC and MARCXML sources Dependencies:
|
0.4.4 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.4.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.4.4 Release date: 2009-12-17 21:29 UTC Release state: beta Release uploaded by: dbs Changelog: 0.4.4-beta * Enable MARCXML to handle bad tags, to match MARC * Handle corner case where only one indicator might have been provided Dependencies:
|
0.4.3 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.4.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.4.3 Release date: 2009-11-12 22:50 UTC Release state: beta Release uploaded by: dbs Changelog: 0.4.3-beta * Fix bug #16783 - handle bad MARC tags via warnings instead of bubbling an exception all the way up Dependencies:
|
0.4.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.4.2 Release date: 2009-09-28 02:26 UTC Release state: beta Release uploaded by: dbs Changelog: 0.4.2-beta * Fix bug #16642 - MARCXML files return keys of an invalid type Dependencies:
|
0.4.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.4.1 Release date: 2009-09-23 16:19 UTC Release state: beta Release uploaded by: dbs Changelog: 0.4.1-beta * Fix suggested by Dan Field (surfrdan @ gmail.com) for addWarnings() typo Dependencies:
|
0.4.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.4.0 Release date: 2009-09-22 20:31 UTC Release state: beta Release uploaded by: dbs Changelog: 0.4.0-beta * Add formatField() convenience method to File_MARC_Field (courtesy Mark Matienzo @ matienzo.org) * Move from split() to explode() to avoid PHP 5.3 deprecation warning (courtesy bertrand.zuchuat @ rero.ch) Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.3.0 Release date: 2009-02-25 18:28 UTC Release state: beta Release uploaded by: dbs Changelog: 0.3.0-beta * Add isControlField() and isDataField() convenience methods to File_MARC_Field Dependencies:
|
0.2.3 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.2.3 Release date: 2008-11-08 15:28 UTC Release state: beta Release uploaded by: dbs Changelog: 0.2.3-beta * Handle single-record MARC21XML files with "record" as the root element Dependencies:
|
0.2.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.2.2 Release date: 2008-10-30 12:01 UTC Release state: beta Release uploaded by: dbs Changelog: 0.2.2-beta * Address PEAR Coding Standard violations (mostly whitespace) - closes bug# 14923 * Include MARCFLAT.php in distribution package * Update copyright dates Dependencies:
|
0.2.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.2.1 Release date: 2008-10-30 08:38 UTC Release state: beta Release uploaded by: dbs Changelog: 0.2.1-beta * Fix a raw warning that could occur if record length in leader did not match actual record length Dependencies:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.2.0 Release date: 2008-10-30 05:29 UTC Release state: beta Release uploaded by: dbs Changelog: 0.2.0-beta * Don't throw exceptions while parsing MARC data, because MARC data quality is uniformly bad; just add parsing errors to a warnings array on the MARC record * Fix some documentation errors (thanks to Mark Jordan @ SFU for pointing these out) * Add a test for setIndicator() and for escaping data in toXML() Dependencies:
|
0.1.2 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.1.2 Release date: 2007-02-24 23:44 UTC Release state: alpha Release uploaded by: dbs Changelog: 0.1.2-alpha * Correct warnings raised by Zend Code Analyzer (thanks to Christophe Gesche's codecheck script) Dependencies:
|
0.1.1 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.1.1 Release date: 2007-01-01 23:22 UTC Release state: alpha Release uploaded by: dbs Changelog: 0.1.1-alpha * Add rudimentary File_MARC_Record->toXML() method for converting MARC21 records to MARCXML format * Add File_MARCXML class for reading MARCXML records Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install File_MARC-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_MARC-0.1.0 Release date: 2006-11-03 11:27 UTC Release state: alpha Release uploaded by: dbs Changelog: 0.1.0-alpha * Split each class out into its own file * Do not return anything from constructors Dependencies:
|