Skip to content

0.3.0

Compare
Choose a tag to compare
@fimad fimad released this 31 Jan 10:36
· 124 commits to master since this release
  • Added benchmarks and many optimizations.
  • The select method is removed from the public API.
  • Many methods now have a constraint that the string type parametrizing
    TagSoup's tag type now must be order-able.
  • Added scrapeUrlWithConfig that will hopefully put an end to multiplying
    scrapeUrlWith* methods.
  • The default behaviour of the scrapeUrl* methods is to attempt to infer the
    character encoding from the Content-Type header.