- Template option
:symbolize_keys
that allows hash keys to string or symbols. Default totrue
.
- Performance improvement: Don't parse the source again if it is already a Nokogiri document (Parser).
- Entirely removed Hashie dependency. All keys are now symbolized in the Parser (bonus: smaller memory footprint).