Skip to content

Releases: sundowndev/dorkgen

v1.3.1 release

04 Mar 13:37
c660219
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix DuckDuckGo search URL (#21)

v1.3.0 release

09 Dec 07:21
2e9c2ae
Compare
Choose a tag to compare

Changelog

⚠️ This release contains breaking changes

Google Search

  • 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 release

15 Jun 09:17
0a517b5
Compare
Choose a tag to compare

Changelog

⚠️ 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 release

25 Apr 13:38
9ae2785
Compare
Choose a tag to compare

Changelog

Refactor

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

v1.0.2 release

16 Mar 17:56
a74a941
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Create missing intext tag

v1.0.1 release

28 Feb 17:55
Compare
Choose a tag to compare

Changelog

  • feat: implement intitle method

v1.0.0 release

26 Feb 15:01
c500ff3
Compare
Choose a tag to compare

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 release

24 Feb 19:54
489d5e6
Compare
Choose a tag to compare

whoooooooo initial release!