@@ -8,12 +8,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
### Added
10
10
11
+ - Added info to contributors (CONTRIBUTING.md).
12
+ ([ 62949a1] ( https://github.com/scriptotek/php-marc/commit/62949a1b2e1c309e3bf8bb58f9f8f138c0398d46 ) )
13
+ - Added initialization from SimpleXMLElement object through the new methods
14
+ ` Collection:fromSimpleXMLElement($obj) ` and ` Record:fromSimpleXMLElement($obj) ` .
15
+
16
+ ### Fixed
17
+
18
+ - Improved documentation and support for IDE code analysis.
19
+ ([ #15 ] ( https://github.com/scriptotek/php-marc/issues/15 )
20
+ by [ @rudolfbyker ] ( https://github.com/rudolfbyker ) )
21
+
22
+ ## [ 2.0.2] - 2019-09-13
23
+
24
+ ### Added
25
+
11
26
- Added new method ` Field::asLineMarc() ` to return a line mode Marc string
12
27
representation of the field.
28
+ ([ ba20a6d] ( https://github.com/scriptotek/php-marc/commit/ba20a6deadc9402bb65807cd63e33797d2893dea ) )
13
29
14
30
### Fixed
15
31
16
32
- Fixed the ` Subject::getParts() ` method.
33
+ ([ 1fe8408] ( https://github.com/scriptotek/php-marc/commit/1fe8408e49c6c3afba9ec379b441c82f64ce0336 ) )
34
+ - Added additional subject subfield codes that were missing.
35
+ ([ 7908616] ( https://github.com/scriptotek/php-marc/commit/79086165dfce9b9d2f490d38e9f50f70fef5641f ) )
36
+ - Added 852 $i and $j to ` Location.callCode ` .
37
+ ([ cba1508] ( https://github.com/scriptotek/php-marc/commit/cba15083422bb2ac812b6b355341feab2cff308a ) )
38
+ - Fixed the string representation of the ` Location ` class.
39
+ ([ 74652a3] ( https://github.com/scriptotek/php-marc/commit/74652a3bf4cc3e9fe3c916057a0a9bd47419f601 ) )
17
40
18
41
## [ 2.0.1] - 2019-01-09
19
42
@@ -90,7 +113,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
90
113
- ` Record::fromString ` now throws a ` RecordNotFound ` exception rather than an ` ErrorException ` exception if no record was found.
91
114
- ` Record::getType ` now throws a ` UnknownRecordType ` exception rather than an ` ErrorException ` .
92
115
93
- [ Unreleased ] : https://github.com/scriptotek/php-marc/compare/v2.0.1...HEAD
116
+ [ Unreleased ] : https://github.com/scriptotek/php-marc/compare/v2.0.2...HEAD
117
+ [ 2.0.2 ] : https://github.com/scriptotek/php-marc/compare/v2.0.1...v2.0.2
94
118
[ 2.0.1 ] : https://github.com/scriptotek/php-marc/compare/v2.0.0...v2.0.1
95
119
[ 2.0.0 ] : https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
96
120
[ 1.0.1 ] : https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1
0 commit comments