You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.embed
tag.Bug Fixes
The undefined image url tag is fixed. It supports both the previos and newer versions.
data.file
anddata.file.url
.Fixed Block not being parsed should throw an exception #24 with feature update 1.
Fixed Conditional params problem #21, a different parser instace to be created with different parser functions.
This discussion was created from the release Feature Updates & Bug Fixes.
Beta Was this translation helpful? Give feedback.
All reactions