Skip to content

Releases: balder-dev/balder

v0.2.3

07 May 07:34

Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

v0.2.2

29 Apr 06:04

Choose a tag to compare

What's Changed

  • fix(collector): string device references have not been replaced in parent scenarios/setups by @matosys in #152

Full Changelog: 0.2.1...0.2.2

v0.2.1

26 Apr 14:44

Choose a tag to compare

What's Changed

  • fix(controllers): use inspect.getmembers() on types, not on instances by @matosys in #146

Full Changelog: 0.2.0...0.2.1

v0.2.0

18 Feb 14:16

Choose a tag to compare

What's Changed

  • feat(connections.py): introduce new connection types PowerConnection, DCPowerConnection and ACPowerConnection and 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

06 Feb 07:58

Choose a tag to compare

What's Changed

  • Fix incorrect display of stdout with --show-discarded CLI argument by @matosys in #138

Full Changelog: 0.1.1...0.1.2

v0.1.1

09 Jan 10:27

Choose a tag to compare

What's Changed

  • fix: missing vdevive feature replacement after variation by @matosys in #135

Full Changelog: 0.1.0...0.1.1

Release v0.1.0

25 Oct 15:11

Choose a tag to compare

First official Release

v0.1.0b14

16 May 12:13

Choose a tag to compare

What's Changed

  • fix issue with fixtures in non collected classes by @matosys in #123

Full Changelog: 0.1.0-beta.13...0.1.0-beta.14

v0.1.0b13

24 Mar 06:42

Choose a tag to compare

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-error flag for pylint builds by @matosys in #119
  • refactor internally and separate utils.py file 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/VDevice by @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

14 Feb 07:30

Choose a tag to compare

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