Skip to content

Releases: bisterix-studio/parley

2.0.1

01 Feb 16:56
8abdab2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Jul 08:10
4910048

Choose a tag to compare

What's Changed

Breaking Changes

  • FactInterface changed to ParleyFactInterface.
  • Within each Fact definition, the execute method is renamed to evaluate and the type of the ctx parameter is now ParleyContext.
  • Within each Action definition, the execute method is renamed to run and the type of the ctx parameter is now ParleyContext.
  • Parley.start_dialogue is replaced by Parley.run_dialogue and the ctx parameter is of type: ParleyContext.
  • ParleyDialogueSequenceAst.process_next is replaced by ParleyDialogueSequenceAst.next and the ctx parameter is of type: ParleyContext.

Please follow the upgrade guide here.

Full Changelog: 1.0.0...2.0.0

1.0.0

08 Jul 14:42
fcaed46

Choose a tag to compare

What's Changed

  • Initial release

New Contributors

Full Changelog: https://github.com/bisterix-studio/parley/commits/1.0.0