Skip to content

Releases: balder-dev/balderhub-data

v0.3.0

Choose a tag to compare

@matosys matosys released this 20 Jul 07:30

What's Changed

  • fix(SingleDataItem): fix issue in get_difference_error_messages() - consider optional lists too by @matosys in #30
  • fix(SingleDataItem): fix issue in get_difference_error_messages() - pass on allow_non_definable and validate_unique_identification_separately by @matosys in #31
  • feat: introduce and support new unordered list type UnorderedList by @matosys in #34

Full Changelog: 0.2.0...0.3.0

v0.2.0

Choose a tag to compare

@matosys matosys released this 15 Jul 08:40

What's Changed

  • feat: introduce new methods LookupFieldString.startswith and LookupFieldString.relative_to by @matosys in #28
  • fix(SingleDataItem): issue in except_fields of method get_all_fields_for() that are more nested or less nested than the fields determined by this method by @matosys in #29

Full Changelog: 0.1.1...0.2.0

v0.1.1

Choose a tag to compare

@matosys matosys released this 09 Jul 09:01

What's Changed

  • fix(SingleDataItem): issue in type determination methods when having a optional list type by @matosys in #27

Full Changelog: 0.1.0...0.1.1

v0.1.0

Choose a tag to compare

@matosys matosys released this 08 Jul 13:28

What's Changed

  • feat(utils): add repr() method to LookupFieldString by @matosys in #26

Full Changelog: 0.0.1...0.1.0

v0.0.1

Choose a tag to compare

@matosys matosys released this 01 Jul 10:04

First Initial Release

v0.0.1b8

v0.0.1b8 Pre-release
Pre-release

Choose a tag to compare

@matosys matosys released this 12 May 08:58

What's Changed

  • fix(contrib/auth): add missing instantiation of vdev Server.all_data in factory AutoDataParamProviderFactory by @matosys in #21
  • feat(contrib/auth): introduce attributes resolving_mode and enforcing_parameters to AutoDataParamProviderFactory by @matosys in #22

Full Changelog: 0.0.1b7...0.0.1b8

v0.0.1b7

v0.0.1b7 Pre-release
Pre-release

Choose a tag to compare

@matosys matosys released this 01 May 06:33

What's Changed

  • feat: introduce new contrib section for auth with ResourceForSpecificDataItem and DataItemParamProvider by @matosys in #20

Full Changelog: 0.0.1b6...0.0.1b7

v0.0.1b6

v0.0.1b6 Pre-release
Pre-release

Choose a tag to compare

@matosys matosys released this 19 Mar 15:56

What's Changed

  • fix(SingleDataItem): fix bug in creating not-definable version of SingleDataItem that is nested over more than 2 times by @matosys in #16
  • fix(SingleDataItem): ignore field if both sides are NOT_DEFINABLE in get_difference_error_messages() by @matosys in #17

Full Changelog: 0.0.1b5...0.0.1b6

v0.0.1b5

v0.0.1b5 Pre-release
Pre-release

Choose a tag to compare

@matosys matosys released this 19 Mar 13:59

What's Changed

  • Fix: wrong comparing specially for optional fields referencing another data-item type by @matosys in #15

Full Changelog: 0.0.1b4...0.0.1b5

v0.0.1b4

v0.0.1b4 Pre-release
Pre-release

Choose a tag to compare

@matosys matosys released this 12 Mar 14:05

What's Changed

  • introduce unit tests and add eq and getitem for ResponseMessageList by @matosys in #7
  • fix(utils): fix issue for subkey=None in SingleDataItem.get_all_fields_for() by @matosys in #8
  • feat(utils): introduce new eq method in SingleDataItemCollection by @matosys in #9
  • fix(SingleDataItem): fix inner-args count check of Union because of NOT_DEFINABLE in SingleDataItem.is_optional_field() by @matosys in #10
  • fix(SingleDataItem): rework implementation of SingleDataItem.get_field_data_type() to allow multiple nesting types and add new SingleDataItem.get_cleaned_field_data_type() by @matosys in #11
  • fix(SingleDataItem): integrate absolute flattening of ignore_field_lookup in get_difference_error_messages() by @matosys in #12
  • feat(SignalDataItem): allow default values of None for data class when marked as Optional by @matosys in #14

Full Changelog: 0.0.1b3...0.0.1b4