Skip to content

Version 0.2.3 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@joethephish joethephish released this 30 Mar 10:06
· 882 commits to master since this release

Breaking changes:

  • ChoiceInstance is now Choice, while the old (internally used) Choice is now ChoicePoint, making the public-facing API more friendly.
  • choiceText and choiceIndex members are now just text and index.

Other improvements:

  • Include XML documentation in Windows release for use in Visual Studio.
  • Fix for incorrect naming conflicts for labels (named knots, stitches, gathers, choices) in entirely different scopes.
  • Parse errors in include files no longer cause a incorrect "file not found" error.
  • Removed silly synonyms for true and false which were indocumented and causing problems, and added error message for when you name a knot parameter using a reserved word.
  • A couple of smaller bug fixes