Skip to content

Releases: igor-sikachyna/webtrack

0.2.1

25 Nov 17:23
e2577f5
Compare
Choose a tag to compare

Changelog

  • 5032a4c Add tests to autoini package and update its logic (#3)
  • e2577f5 Fix incorrect comparison for OnlyIfUnique processing mode (#4)

0.2.0

14 Nov 18:55
b57273f
Compare
Choose a tag to compare

Changelog

0.1.0

08 Nov 17:46
Compare
Choose a tag to compare

Changelog

  • af703eb Added .ini parsing
  • d9c11d6 Added GitHub tests workflow
  • 19516d3 Added a README
  • be8ddef Added a basic test
  • 8acb2d6 Added a release workflow
  • 7e05c2a Added conversion from string to a number, started implementing MongoDB support
  • 77431e9 Added parallel query of the requested endpoints, implemented graceful termination
  • a60e405 Added parsing of the fetched HTML pages, updated default backend
  • bdd4981 Added status badges, updated release workflow permissions
  • 0ebaf60 Added the missing GitHub token
  • 44f254e Created goreleaser configuration
  • f707287 Ignore .vscode directory
  • fbcac57 Implemented storage of only unique values
  • d004094 Implemented value storage to MongoDB
  • b7ff6a4 Initial commit
  • a1d99a3 Remove unusued vscode file
  • 6ee4710 Update files included in a release, add config,ini by default
  • a28fc74 Updated config parsing to support reflection and arbitrary config types
  • 22e3066 Updated project structure, added HTML page fetch
  • ee343f5 Updated query delay calculation