Skip to content

Releases: taxfyle/FxKit

0.9.2

31 Mar 23:06
95e8588

Choose a tag to compare

What's Changed

  • Skip generating Match method for unions when there are generic members by @jeffijoe in #35

Full Changelog: 0.9.1...0.9.2

0.9.1

19 Jan 10:43
68dcc72

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

12 Dec 10:56
19c9470

Choose a tag to compare

What's Changed

  • Improve documentation and update Node to v22 by @luis-bernal in #31
  • Upgrade dependencies, test projects to .NET 10 by @jeffijoe in #32
    • This also upgrades the Roslyn SDK from 4.x to 5.0, which shouldn't be a breaking change to consumers, but we're bumping FxKit from 0.8 to 0.9 just in case, to indicate a potential breaking change.

New Contributors

Full Changelog: 0.8.6...0.9.0

0.8.6

06 Jun 15:36
e543ca9

Choose a tag to compare

What's Changed

  • Use regular comments for the auto-generated tag by @jeffijoe in #30

Full Changelog: 0.8.5...0.8.6

0.8.5

11 Feb 17:32
a3f69da

Choose a tag to compare

What's Changed

  • feat: Support Or and OrElse operations on options. by @radyz in #29

New Contributors

  • @radyz made their first contribution in #29

Full Changelog: 0.8.4...0.8.5

0.8.4

01 Jan 13:55
aaef39c

Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

27 Nov 13:19
05f1a5e

Choose a tag to compare

What's Changed

  • Use declared accessibility for generated enum match extension class by @jeffijoe in #26

Full Changelog: 0.8.2...0.8.3

0.8.2

26 Nov 13:03
3ac2ab9

Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

25 Nov 22:38
a83c29f

Choose a tag to compare

What's Changed

  • Support nullable annotations in lambda and union generators by @jeffijoe in #24

Full Changelog: 0.8.0...0.8.1

0.8.0

01 Sep 22:41
fe5bde8

Choose a tag to compare

What's Changed

  • Refactor LambdaGenerator to do incremental generation correctly by @jeffijoe in #22
  • Support nesting and generics for union types by @jeffijoe in #23

Full Changelog: 0.7.4...0.8.0