Skip to content

@contract-case/dsl-java: v0.3.0

Latest
Compare
Choose a tag to compare
@TimothyJones TimothyJones released this 17 Oct 12:59
c4ac7d3

0.3.0 (2024-10-17)

⚠ BREAKING CHANGES

  • Now supports function implmentation mocks, supplied on the SetupInfo object. Breaking change as getInfo has been renamed to getMockSetup for consistency with other languages

Features

  • Now supports function implmentation mocks, supplied on the SetupInfo object. Breaking change as getInfo has been renamed to getMockSetup for consistency with other languages (426ee0b)

Bug Fixes

  • Correct issue where plugin module names weren't passed to the core (149ede1)
  • Fix hang if the provided trigger function needed to call back to ContractCase's core (6fefba5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @contract-case/case-connector bumped from 0.9.0 to 0.10.0