Releases: bisterix-studio/parley
Releases · bisterix-studio/parley
2.0.1
What's Changed
- Remove showcase from nav bar by @jonnydgreen in #15
- Fix homepage label by @jonnydgreen in #16
- Improve first-time use UX and add some error handling where there is no Dialogue Sequence present by @jonnydgreen in #23
- Fix register fact docs by @jonnydgreen in #25
- Fix: Next dialogue button ignores joystick input by @bozjator in #34
- Fix exported build issues caused by editor-only APIs by @bozjator in #32
- Add docs for custom contexts by @jonnydgreen in #20
- Bump version to 2.0.1 by @jonnydgreen in #35
New Contributors
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Add Jump Nodes and future proof some interfaces by @jonnydgreen in #13
- Fix getting started docs by @jonnydgreen in #14
Breaking Changes
FactInterfacechanged toParleyFactInterface.- Within each Fact definition, the
executemethod is renamed toevaluateand the type of the ctx parameter is nowParleyContext. - Within each Action definition, the
executemethod is renamed torunand the type of the ctx parameter is nowParleyContext. Parley.start_dialogueis replaced byParley.run_dialogueand the ctx parameter is of type:ParleyContext.ParleyDialogueSequenceAst.process_nextis replaced byParleyDialogueSequenceAst.nextand the ctx parameter is of type:ParleyContext.
Please follow the upgrade guide here.
Full Changelog: 1.0.0...2.0.0
1.0.0
What's Changed
- Initial release
New Contributors
- @jonnydgreen made their first contribution in #1
Full Changelog: https://github.com/bisterix-studio/parley/commits/1.0.0