File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
-
8
7
## [ Unreleased]
9
8
9
+ None yet
10
+
11
+ ## [ 2.0.0] - 2018-10-23
12
+
10
13
### Added
11
14
12
15
- Added new helper methods to ` HoldingsRecord ` : ` getLocation() ` and ` getLocations() ` for 852 fields.
@@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
24
- Added a ` mapSubFields() ` method to the ` Field ` class.
22
25
- Made the ` Record ` class JSON serializable.
23
26
- Added a ` getType() ` and ` getTag() ` method to ` Classification ` .
27
+
24
28
### Changed
25
29
26
30
- Changed the ` Field::sf() ` method to return ` NULL ` , not an empty string,
@@ -72,7 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
72
76
- ` Record::fromString ` now throws a ` RecordNotFound ` exception rather than an ` ErrorException ` exception if no record was found.
73
77
- ` Record::getType ` now throws a ` UnknownRecordType ` exception rather than an ` ErrorException ` .
74
78
75
- [ Unreleased ] : https://github.com/scriptotek/php-marc/compare/v1.0.1...HEAD
79
+ [ Unreleased ] : https://github.com/scriptotek/php-marc/compare/v2.0.0...HEAD
80
+ [ 2.0.0 ] : https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
76
81
[ 1.0.1 ] : https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1
77
82
[ 1.0.0 ] : https://github.com/scriptotek/php-marc/compare/v0.3.2...v1.0.0
78
83
[ 0.3.2 ] : https://github.com/scriptotek/php-marc/compare/v0.3.1...v0.3.2
You can’t perform that action at this time.
0 commit comments