This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
Version 2.0.0
It is time to bump up the version to 2.x for the Context Parser, as the original version 1.x has evolved by separating the code base into 2 classes of Fast Parser and Parser for different design objectives. The first one aims for speed/performance while the second one aims for features.
And we standardize the API name as "contextualize" for context analysis.
The new version of Context Parser supports
- Context analysis of the input stream based on the HTML5 WHATWG specification
- Events driven preWalk and postWalk for feature extension.
- Input pre-processing, canonicalization and voiding of IE conditional comments of the input stream for addressing cross browser compatibility