Skip to content

Fluxzero 1.61.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 21:15

1.61.0 (2025-12-20)

Features

  • feat(entity): validate `@​Apply` compatibility during legality checks (89267a0)

    Fluxzero now verifies that at least one `@​Apply` method is compatible with the current entity state.

    Compatibility is determined structurally from the `@​Apply` method signature,
    with explicit opt-outs via Entity<T>, nullable aggregate parameters, or
    `@​Apply(ignoreCompatibilityCheck = true)`.

    This behavior is enabled by default and can be disabled using the
    `fluxzero.assert.legal.apply-compatibility` property.