Dorkgen Versions Save

Type-safe dork queries for search engines such as Google, Yahoo, DuckDuckGo & Bing

v1.3.1

3 years ago

Changelog

Bug fixes

  • Fix DuckDuckGo search URL (#21)

v1.3.0

3 years ago

Changelog

:warning: This release contains breaking changes

  • Rename .ToURL() to .URL()
  • Change OR operator value from OR to |
  • Add method QueryValues()
  • Add method Plain()
  • Add method And()
  • Rename methods to camel case

DuckDuckGo

  • Implement DuckDuckGo search engine

v1.2.0

3 years ago

Changelog

:warning: This release contains breaking changes

  • Rename .ToString() to .String()
  • Create NewGoogleSearch() method
  • Update .Group() interface to receive a GoogleSearch struct pointer
  • Update documentation

v1.0.3

4 years ago

Changelog

Refactor

  • Export EngineFactory struct
  • Move tags property into EngineFactory
  • Move concat function into EngineFactory

v1.0.2

4 years ago

Changelog

Bug fixes

  • Create missing intext tag

v1.0.1

4 years ago

Changelog

  • feat: implement intitle method

v1.0.0

4 years ago

Changelog

  • feat(google): group method
  • refactor: add group method to EngineFactory
  • refactor: remove vendor folder
  • fix: rename method ToUrl to ToURL
  • ci: setup coverage (#1)
  • chore: codeclimate config

v0.0.1

4 years ago

whoooooooo initial release!