Skip to content

v0.5.0

Compare
Choose a tag to compare
@erwanlr erwanlr released this 24 Apr 11:33
· 372 commits to master since this release
  • New versioning
  • Target#urls_from_page and Target#in_scope_urls renamed to Target#uris_from_page and Target#in_scope_uris. They also return/yield Addressable::URI instead of String. This reduces the object allocation of Addressable::URI in implemented scanners, and makes it easier to manipulate them (rather than having to re-parse the String with Addressable) - #91
  • Target#in_scope? can now take an Addressable::URI or String as argument (was only String before)