Skip to content

📦 v2.2.0

Choose a tag to compare

@PioBeat PioBeat released this 05 Sep 11:43
· 92 commits to main since this release

Changes

Refactoring

  • Bigraph & Signature Builders:
    • Simplified method names for more concise usage (see below).
    • Removed prefix "Default" from "Dynamic"Signature/Control classes.

Fixes

  • Removed all -SNAPSHOT references to meet Maven Central requirements (bighuggies and io.r2dbc:r2dbc-proxy).
  • Added project name metadata to pom of bigraph-converter.

Migration Guide 2.1.2 → 2.2.0

The following breaking changes were introduced as part of the refactoring.

Method Renames for PureBigraphBuilder

  • createRoot()root()
  • addChild()child()
  • addSite()site()
  • createBigraph()create()
  • createOuterName()createOuter()
  • createInnerName()createInner()
  • linkToOuter()linkOuter()
  • linkToInner()linkInner()
  • etc.

Other Renames

  • DefaultDynamicSignatureDynamicSignature
  • DefaultDynamicSignature#addControl()DynamicSignature#add()
  • DefaultDynamicControlDynamicControl