Skip to content

2.0.0

Latest

Choose a tag to compare

@phosxd phosxd released this 26 Jun 17:48

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.