Releases: asimpleidea/website-poller
Releases · asimpleidea/website-poller
v0.3.2
v0.3.1
Remove Debug
lines, so that users will not see such lines when using the package.
v0.3.0
Headers
in the Page
struct is just a map[string]string
instead of a map[string]string
.
v0.2.1
GetID()
to return the ID of a poller.Poller
interface moved to a separate file.pagePoller
struct moved to a separate file.
v0.2.0
This new version brings a more polished and clean way of using the poller and includes tests and workflows.
- Provide Headers
- Generate random user agent with go-randomdata if user provides no user agents
- Repository is now only a package
- Custom errors
- Removed unused files, structures and/or fields
v0.1.6
- Remove
Name
fromWebsitePage
- Add
WebsiteName
for the name of the website - Add
ProductName
for the name of the product polled
v0.1.5
Add Name
field in WebsitePage
struct.
v0.1.4
YAML tags are now added for unmarshaling fields from YAML files.
v0.1.3
A bug that was preventing a user agent to be used if the length was 1
is now fixed.
v0.1.2
Package is now autopoller
.