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.