Breaking changes:
ChoiceInstance
is nowChoice
, while the old (internally used)Choice
is nowChoicePoint
, making the public-facing API more friendly.choiceText
andchoiceIndex
members are now justtext
andindex
.
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
andfalse
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