Releases: balder-dev/balder
Releases · balder-dev/balder
v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- feat(connections.py): introduce new connection types
PowerConnection,DCPowerConnectionandACPowerConnectionand insert them in global connection tree by @matosys in #139 - docs(*): fix broken links and use :ref: for all internal links by @matosys in #141
Full Changelog: 0.1.2...0.2.0
v0.1.2
v0.1.1
Release v0.1.0
First official Release
v0.1.0b14
What's Changed
Full Changelog: 0.1.0-beta.13...0.1.0-beta.14
v0.1.0b13
What's Changed
- refactor environment for skip and ignore functionality by @matosys in #114
- simplify implementation and optimize pylint by @matosys in #115
- Rework
covered_by()decorator and functionality by @matosys in #116 - refactor(connection.py): extract protected method
_is_directly_contained_in()by @matosys in #117 - clear mechanism for unresolved parametrized tests by @matosys in #118
- refactor code to bring pylint score to one and disable
continue-on-errorflag for pylint builds by @matosys in #119 - refactor internally and separate
utils.pyfile into own module by @matosys in #120 - refactor internally and remove duplicate code for accessing outer class for devices by @matosys in #121
- refactor environment and use metaclass for storing outer class of
Device/VDeviceby @matosys in #122 - build(deps): bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #113
Full Changelog: 0.1.0-beta.12...0.1.0-beta.13
v0.1.0b12
What's Changed
- refactor internal code
- fix wrong vdevice reference bug for setups/scenarios with inheritance by @matosys in #112
Full Changelog: 0.1.0-beta.11...0.1.0-beta.12