Skip to content

Releases: phosxd/Blueprint

2.0.0

26 Jun 17:48

Choose a tag to compare

A bunch of bug fixes & a few new features!

  • Added errors which are returned by the Blueprint.match method via a BlueprintMatch object. This will help greatly for finding why certain values didn't match up to the Blueprint.

  • Added bool parameter set type. This should have been implemented at launch.

  • Added step base parameter. This lets you ensure the value size/length is a multiple of some number.

  • Added base class reference for type parameter. So now you can ensure the value is of a certain class.

  • Fixed "optional" parameter in parameter sets not working properly.

  • Fixed various bugs with matching ints & floats, and when validating them in Blueprints.

  • Fixed various mistakes in documentation & examples.

  • Other changes... View commit descriptions for more details.

1.0.0

19 Jun 14:39

Choose a tag to compare

Initial release.

Please report any bugs or issues in the issues section! I am also very open to suggestions.

Edit:

DO NOT USE. Major bugs and issues with this release, use v2.0.0 instead.