Skip to content

v1.1.0

Compare
Choose a tag to compare
@TheFellow TheFellow released this 18 Dec 00:07
· 9 commits to master since this release

This minor version bump adds some very valuable new features that come into play if your Value objects start to get larger and are composed of collections of other Value objects.

There are two new extension methods AsValues which behaves like a Yield for the entire sequence, and AsGroup which behaves like a Group for the entire sequence.

Take a look at the ReadMe for this version, examples and discussion are there; or, download the code and peruse the tests yourself!