Releases: slub/php-mods-reader
Releases · slub/php-mods-reader
Release list
0.5.0
What's Changed
- Change comment for
$queryvariable by @beatrycze-volk in #22 - Get the element by index by @beatrycze-volk in #23
- Minor improvements in attribute's classes by @beatrycze-volk in #24
- [MAINTENANCE] Update PHPStan workflow to support multiple PHP versions by @beatrycze-volk in #26
- [MAINTENANCE] Add .idea to .gitignore by @beatrycze-volk in #25
- [FEATURE] Add class for querying by parameters by @beatrycze-volk in #27
- [TEST] Rename TitleInfoReader test file and add test annotations by @beatrycze-volk in #28
- [TEST] Use dedicated
assertCountfor test assertions by @beatrycze-volk in #29 - [MAINTENANCE] Fix duplicate 'the' in docblock comments by @beatrycze-volk in #30
Full Changelog: v0.4.0...v0.5.0
0.4.0
What's Changed
- Make
RelatedItemto extendModsReaderby @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
ModsReaderby @beatrycze-volk in #20 - Update README for ver. 0.4.0 by @beatrycze-volk in #21
Full Changelog: v0.3.0...v0.4.0
0.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
IncorrectValueInAttributeExceptionand use it for validation by @beatrycze-volk in #14 - Fix remaining PHPStan warnings by @beatrycze-volk in #15
- Fix PHP docs for
ModsReaderclass by @beatrycze-volk in #16 - Implement
PhysicalDescriptionelement and its children by @beatrycze-volk in #17
Full Changelog: v0.2.0...v0.3.0
0.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