Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match with state - fixes #121 #133

Merged
merged 5 commits into from
Apr 1, 2023
Merged

Commits on Mar 29, 2023

  1. Add: Match methods with state object.

    Add `Match<TState, TMatchOutput>` and `Match<TState>` for variant and specific methods which accept a `state` object and pass it to the provided functions.
    panoukos41 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bb17235 View commit details
    Browse the repository at this point in the history
  2. Fix: UnionMayBeEmpty test

    Refactor the method to generate properly for an empty union and ensure all current tests are passing.
    panoukos41 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8d5d8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ad1ea View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Add: Tests for new state methods

    Add tests for `Variant` and `Specific` methods with `state` object.
    panoukos41 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a90d113 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    d05fbc5 View commit details
    Browse the repository at this point in the history