Releases: slub/php-mods-reader
Releases · slub/php-mods-reader
v0.4.0
What's Changed
- Make
RelatedItem
to extendModsReader
by @beatrycze-volk in #18 - Check for values existence in
getValues()
function by @beatrycze-volk in #19 - Add functions to get first and last element to
ModsReader
by @beatrycze-volk in #20 - Update README for ver. 0.4.0 by @beatrycze-volk in #21
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Implement functions in Subject class and its child element classes by @beatrycze-volk in #8
- Implement functions in RecordInfo class and its child element classes by @beatrycze-volk in #9
- Implement functions in OriginInfo class and its child element classes by @beatrycze-volk in #10
- Implement functions in Part class and its child element classes by @beatrycze-volk in #11
- Adjust CopyInformation to match MODS documentation by @beatrycze-volk in #12
- Fix return for
getValues()
by @beatrycze-volk in #13 - Add
IncorrectValueInAttributeException
and use it for validation by @beatrycze-volk in #14 - Fix remaining PHPStan warnings by @beatrycze-volk in #15
- Fix PHP docs for
ModsReader
class by @beatrycze-volk in #16 - Implement
PhysicalDescription
element and its children by @beatrycze-volk in #17
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Update PHPdocs for classes by @beatrycze-volk in #1
- Add tests for ModsReader by @beatrycze-volk in #2
- Implement Language element by @beatrycze-volk in #3
- Implement functions in Location class and its child element classes by @beatrycze-volk in #4
- Implement functions in TitleInfo class by @beatrycze-volk in #5
- Implement functions in Name class and its child element classes by @beatrycze-volk in #6
- Update README file by @beatrycze-volk in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release