Feature Updates & Bug Fixes
Feature Updates
parser.parseStrict()
strictly checks for parser functions. It will return an error, if any of the parser function is missing. Theparser.parse()
is still supported and works as well.
2.+ parser.validate()
returns a list of missing parser functions, if any. In case all the functions are provided it returns an empty array.
- Support for the
embed
tag.