MIT licensed by Typeable.io contributors
Maintained by [email protected]
This version can be pinned in stack with:dom-parser-3.1.0@sha256:92fbb7b9e8baf0015db04b4683d59a4a25d9f0bde23441e6ae8bfb86eec51b48,3162

dom-parser

Build Status

Simple monadic DOM parser

Changes

CHANGELOG

HEAD

3.1.0

Added

  • Additional builds with GHC 8.0.2 and 8.2.1
  • Compatibility with GHC 8.4.1

3.0.0

  • GHC 8 compatible release

Removed

  • open-union dependency

2.0.0

Added

  • NameMatcher and ElemMatcher as more flexible mechanisms for matching names and elements instead of just matching by name.
  • Class FromAttribute and some default instances

Changed

  • DomTraversable renamed to Buildable
  • Combinators use NameMatcher and ElemMatcher
  • Documentation improved

1.0.0

  • Added support for parsing attributes
  • Changed public interface for ‘parseContent’
  • Added useful functions
  • Dropped unnecessary dependency from shakespeare

0.1.0

  • Public release