v1.0.0
-
We are now 1.0 and committed to semver going forward. 1.0 release is still expected to be substantially backwards compat with previous versions.
-
ActiveRecordWrapper works again (on ActiveRecord 5.2.x or 6.0.x).
- It may not be fully backwards compat wtih the last time ActiveRecordWrapper worked, which was a pretty old version of Rails -- but should be close
-
oai identifieres are now being generated/expected with a colon between namespace and prefix, rather than slash. This is now in conformance with oai-pmh guidelines. While this could be backwards-incompat for some uses, it should not effect those using via blacklight-oai-provider, as that gem was already patching for this behavior. See #73
-
Can now customize
identifier_field
, instead of hard-coded toid
, also works with ActiveRecordWrapper. #76