Releases: bikibird/ishml
ISHML Release 0.2.2
ISHML Release 0.2.1
This release includes a new text generation feature. See https://whitewhalestories.com/tutorials/phrases1.html to get started.
ISHML Release 0.2.0
Text generation API completed.
ISHML Release 0.1.9
Parser now filters out invalid interpretations if valid, complete interpretations are available.
The most up-to-date version of the documentation is at https://whitewhalestories.com.
ISHML Release 0.1.6
Fixed issue with lexicon search involving regex and separator matching empty string
ISHML Release 0.1.5
Rebuilt ISHML.JS
ISHML Release 0.1.4
Updated documentation
ISHML Release 0.1.3
Fixed handling of separators for a regex lexicon search.
ISHML Release 0.1.2
- Added support for regular expression matching.
- Added support for custom error handling in the event of a rule mismatch.
- The API is now exposed through global object ishml, not
ISHML. - ishml.Parser.analyze no longer takes an options argument. Instead, the options are set directly on rules.
- Added many new options for configuring ishml.Rule.
See updated API documentation and tutorials at https://whitewhalestories.com for more details.
Initial Release
This is the initial release of the ISHML API. ISHML is still under development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.