v1.5 Refactor transformation logic into per-field methods
This release represents a fairly substantive change for Transformer classes where all logic related to deriving values for TIMDEX fields has been moved into methods dedicated to those fields. Records were compared before and after the refactor, confirming that values remain the same pre-refactor, except in some cases where minor improvements or bug fixes were applied.
What's Changed
- Field method ADR by @ehanson8 in #174
- Update exception handling by @ehanson8 in #175
- Add 1st set of Datacite field methods by @ehanson8 in #178
- Timx 283 oaidc field method refactor by @jonavellecuerdo in #177
- Add 2nd set of Datacite field methods by @ehanson8 in #181
- Timx 287 ead field method refactor 1 by @jonavellecuerdo in #185
- Timx 287 ead field method refactor 2 by @jonavellecuerdo in #187
- Add final set of Datacite field methods by @ehanson8 in #189
- Timx 287 ead field method refactor 3 by @jonavellecuerdo in #190
- Field method refactor for Ead transform by @jonavellecuerdo in #192
- Add 1st set of DspaceMets field methods by @ehanson8 in #191
- Add final set of DspaceMets field methods by @ehanson8 in #193
- Add 1st set of DspaceDim field methods by @ehanson8 in #194
- Timx 282 dspacedim fmr judgment day by @ehanson8 in #196
- Timx 285 aardvark fmr by @ehanson8 in #198
- Complete Aardvark field method refactor by @ehanson8 in #199
- Timx 288 marc field method refactor by @jonavellecuerdo in #200
- Timx 288 marc field method refactor 2 by @jonavellecuerdo in #201
- Timx 288 marc field method refactor 3 by @jonavellecuerdo in #202
- Timx 288 marc field method refactor 4 by @jonavellecuerdo in #203
- Timx 288 marc field method refactor 5 by @jonavellecuerdo in #204
- Timx 291 orchestration by @ehanson8 in #205
- Timx 332 dedupe function by @jonavellecuerdo in #206
- Maintenance updates by @jonavellecuerdo in #207
- Address liteary form control field bug by @ghukill in #208
- TIMX400 - new POPUPVINYL holdings location by @ghukill in #209
Full Changelog: v1.4.1...v1.5