1.7.0 π
The predominant change in this version is the compatibility with ink v0.8.1. This was a lot of work and most of it was done by @ephread β thanks!
Everything should be working just fine but if you notice something strange, please let us know.
This version also includes a number of smaller changes:
story.state.toJson
is nowstory.state.ToJson
, just like in the C# version. But don't worry,toJson
works as well. Thanks to @russellquinn for this fix!- Fixed a bug that could loose some data while loading a save, thanks to @losttrout for this one
- Fixed a bug preventing lists to be saved/restored properly, thanks @losttrout again
- Another bug: detecting when we're out of an external function evaluation, fixed by @joningold
- Added the
!?
string operator, by @joningold again! - Fixed a bug related to integers in lists, more @joningold-ing
- Shuffles where not random all the time β fixed by @NQNStudios
- And finally, the
InkList
class i now exported, so you canimport
it just like theStory
class and use it in your javascript code. I did this one, yay!
Thanks again to everyone who contributed to this release, and happy inking!