Skip to content

Releases: haath/Chance.NET

Implement generation attributes for enums and custom objects

06 Sep 13:17
Compare
Choose a tag to compare
v2.1.0

Implement generation attributes for enums and custom objects

Fix xml docs not getting produced for all target frameworks

25 Aug 14:50
3c9bea5
Compare
Choose a tag to compare

Object generation attributes overhaul.

02 Jul 14:51
Compare
Choose a tag to compare

Same as what is described in the pre-release, with fixes to certain places where removing the null defaults caused problems.

Object generation attributes overhaul.

18 Jun 08:56
Compare
Choose a tag to compare
Pre-release

Restructured most of the generation method parameters to better reflect on their generated attribute definitions. Mostly required replacing all null default values that indicated the use of defaults with a non-null equivalent that was also described in the comments to produce the default behavior.

Also hid all static helper methods as they were semantically incorrect for the Chance class and added comment documentation wherever it was missing.