Skip to content

v0.1.0b11

Latest
Compare
Choose a tag to compare
@matosys matosys released this 30 Jan 13:25

BREAKING CHANGES!!!

PLEASE NOTE: With that release, connections need to be made with &/| instead of old list/tuple approach.

You can connect elements by OR with ConnectionA | ConnectionB (replaces [ConnectionA, ConnectionB])
If you want to connect some elements by AND: ConnectionA & ConnectionB (replaces (ConnectionA, ConnectionB))

Please check out the new documentation about it.

Please checkout #107 and #108.

Since Balder has not yet been officially released, no major version change will be made.

What's Changed

  • build(deps): bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #105
  • ci(.readthedocs.yml): add missing configuration to readthedocs.yml by @matosys in #106
  • introduce new And- & OrConnectionRelation objects and allow usage of & / | for Connection relations instead of old tuple approach by @matosys in #107
  • replace tuple approach implementation also internally by @matosys in #108
  • simplify implementation generally and increase pylint index to 0.95 by @matosys in #109

Full Changelog: 0.1.0-beta.10...0.1.0-beta.11