Skip to content

Feature Updates & Bug Fixes

Compare
Choose a tag to compare
@pavittarx pavittarx released this 18 May 06:34
· 17 commits to master since this release

Feature Updates

  1. parser.parseStrict() strictly checks for parser functions. It will return an error, if any of the parser function is missing. The parser.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.

  1. Support for the embed tag.

Bug Fixes

  • The undefined image url tag is fixed. It supports both the previos and newer versions. data.fileand data.file.url.

  • Fixed #24 with feature update 1.

  • Fixed #21, a different parser instace to be created with different parser functions.