All Versions
19
Latest Version
Avg Release Cycle
171 days
Latest Release
1469 days ago

Changelog History
Page 2

  • v0.2.1 Changes

    • Made Scraper an instance of MonadPlus.
  • v0.2.1.1 Changes

    • ๐Ÿ“š Cleanup stale instance references in documentation of TagName and AttributeName.
  • v0.2.0 Changes

    • โœ‚ Removed the StringLike parameter from the Selector, Selectable, AttributePredicate, AttributeName, and TagName types. Instead they are now agnostic to the underlying string type, and are only constructable with Strings and the Any type.
  • v0.2.0.1 Changes

    • ๐Ÿ›  Fixed examples in documentation and added an examples folder for ready to compile examples. Added travis tests to ensures that examples remain compilable.
  • v0.1.3 Changes

    • โž• Add the html and html scraper primitives for extracting raw HTML.
  • v0.1.3.1 Changes

    • Tighten dependencies and drop download-curl all together.
  • v0.1.2 Changes

    • 0๏ธโƒฃ Make scrapeURL follow redirects by default.
    • ๐Ÿ”ฆ Expose a new function scrapeURLWithOpts that takes a list of curl options.
    • ๐Ÿ›  Fix bug (#2) where image tags that do not have a trailing "/" are not selectable.
  • v0.1.1 Changes

    • Tighten dependencies on download-curl.
  • v0.1.0 Changes

    • First version!