Skip to content

Releases: bikibird/ishml

ISHML Release 0.2.2

01 Mar 20:19
Compare
Choose a tag to compare

Added cached tags to phrases.

ISHML Release 0.2.1

07 Dec 23:34
Compare
Choose a tag to compare

This release includes a new text generation feature. See https://whitewhalestories.com/tutorials/phrases1.html to get started.

ISHML Release 0.2.0

03 Dec 16:40
Compare
Choose a tag to compare
ISHML Release 0.2.0 Pre-release
Pre-release

Text generation API completed.

ISHML Release 0.1.9

31 Jul 18:48
Compare
Choose a tag to compare

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

31 Jul 00:01
Compare
Choose a tag to compare

Fixed issue with lexicon search involving regex and separator matching empty string

ISHML Release 0.1.5

30 Jul 23:50
Compare
Choose a tag to compare

Rebuilt ISHML.JS

ISHML Release 0.1.4

30 Jul 23:18
5b65863
Compare
Choose a tag to compare

Updated documentation

ISHML Release 0.1.3

30 Jul 23:15
Compare
Choose a tag to compare

Fixed handling of separators for a regex lexicon search.

ISHML Release 0.1.2

15 Dec 19:56
Compare
Choose a tag to compare
  1. Added support for regular expression matching.
  2. Added support for custom error handling in the event of a rule mismatch.
  3. The API is now exposed through global object ishml, not ISHML.
  4. ishml.Parser.analyze no longer takes an options argument. Instead, the options are set directly on rules.
  5. Added many new options for configuring ishml.Rule.

See updated API documentation and tutorials at https://whitewhalestories.com for more details.

Initial Release

14 Dec 19:08
07029ea
Compare
Choose a tag to compare

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.