Releases: thecodedrift/botscripten
Releases · thecodedrift/botscripten
v1.0.0
1.0.0 (2020-03-03)
- ✨ Feat: Creates a single botscripten engine showing features (76ddeb5)
- ♻️ Refactor: Moves to semantic-release (4fa7f91)
- fix (parser) Changes passages to an object collection (508af0f)
Bug Fixes
- changed link extraction to use white logic (05e8937)
- comments require multiline regex and end-of-string match (d521e82)
- updated output to include proofing mode (414b17e)
chore
- Changes name from "chatbook" to "botscripten" (5f6f392)
Features
- Updates the botscripten to a single format (d69312f)
BREAKING CHANGES
- Users should uninstall BotscriptenViewer and just use the new Botscripten by itself
- The move to semantic release forced us to require a node version >= 10.18. The
engine field was updated. If you're using node LTS beyond this version, no changes are required. - From release 0.5.0 onward, @aibex/chatbook will be deprecated, pointed
to the new "botscripten" package - the change from an array to an object requires
migration. If you were iterating over the array, you should now iterate
over the Object.keys() of the object instead.