Skip to content

ISHML Release 0.1.2

Compare
Choose a tag to compare
@bikibird bikibird released this 15 Dec 19:56
· 373 commits to master since this release
  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.