Skip to content

Releases: oarepo/oarepo-model-builder

Copy extra fields while extending from another model

02 Sep 07:59
5e1249c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.88...4.0.89

Fixed marshmallow backward incompatible change

21 Aug 09:41
0797270
Compare
Choose a tag to compare
Merge pull request #267 from oarepo/marshmallow-3.22-fix

Fixed marshmallow backward incompatible change

Added primary service to invenio config

01 Aug 08:38
2870117
Compare
Choose a tag to compare

What's Changed

  • Added primary service to invenio config by @mesemus in #266

Full Changelog: 4.0.86...4.0.87

Mapping for Invenio PID field

09 Jul 09:32
81271be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.85...4.0.86

Extensible lists & dicts in configuration

13 Jun 12:40
707ac44
Compare
Choose a tag to compare

What's Changed

  • Extensible lists & dicts in configuration by @mesemus in #264

Full Changelog: 4.0.84...4.0.85

html datatype

15 Apr 11:11
0eb82ff
Compare
Choose a tag to compare
4.0.84

Merge pull request #263 from oarepo/alzbetapokorna/be-271-add-html-ty…

4.0.83: Merge pull request #262 from oarepo/small_facet_template_fix

27 Mar 13:07
8be8e7c
Compare
Choose a tag to compare
Update invenio_record_search_options.py.jinja2

customizable args for model index field

21 Mar 13:21
3d4d2c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.81...4.0.82

edtf time types

13 Mar 12:09
2f0b476
Compare
Choose a tag to compare
Merge pull request #260 from oarepo/edtf_datetime

edtf time types

Fixed order of extend and use

29 Feb 20:15
1d64f2c
Compare
Choose a tag to compare

The previous order (evaluating extends & uses at the same time) caused that sometimes
extra properties were not registered and "swallowed" to extend's base schema.
Fixed by resolving "use" at first, then "extend", and repeating until there is nothing
to be resolved.