Releases: akiomik/squawks
Releases · akiomik/squawks
v0.3.0
v0.2.1
v0.2.0
Changelog
- fdbac1e Bump version to v0.2.0
- f4cbe4f Fix README.md
- b3c9998 Change csv coordinates to latitude and longitude
- d704936 Fix README.md
- 249f8e2 Add url option
- 01cd395 Add geocode option
- b508baf Use coordinates instead of geo
- ab680f2 Improve location metadata
- e9e1cb0 Add twitter/search.go
- e41ed55 Remove coordinates from csv
- 5b62d92 Bump version to v0.2.0-SNAPSHOT
v0.1.1
Changelog
- 6708f53 Bump version to v0.1.1
- f08982b Fix geo and coordinates
- eeec9ae Merge pull request #2 from akiomik/akiomik-patch-1
- 1e9c403 Add CodeQL badge to README.md
- 0e2c9a0 Merge pull request #1 from akiomik/akiomik-patch-1
- 71505aa Add codeql.yml
- 79a934e Remove unused functions
- 98403ab Add top option
- a13dcb5 Refactor tests for Adaptive#FindCursor
- 8355e36 Refactor tests for RubyDate#Unmarshall
- e7cd81a Refactor tests for Client#Search
- 0a35c65 Add NewJsonResponse
- 9a496a1 Refactor tests for Client#GetGuestToken
- b32c6d1 Refactor tests for Client#SearchAll
- ca9ae0c Change ErrorResponse#Error
- 26bf47d Add test for Client#SearchAll
- 10c164c Add Iso8601Date
- b7b6f49 Add SearchQuery
- b1e586b Add Record type
- 1379fbc Update README.md
- 07d1b32 Bump version to v0.1.1-SNAPSHOT
v0.1.0
Changelog
- f91133a Bump version to 0.1.0
- 80ecc72 Use goreleaser
- f6e8e61 Improve test messages
- 0b5459e Add filter option
- 45a2aba Add lang option
- f23e0a8 Update README.md
- a65f828 Update usage
- dbd9b33 Fix for staticcheck
- 87314d9 Add guest token rotation
- 7805c17 Don't use panic
- 697a541 Add Client#GetGuestToken
- c7a0ae5 Add json package
- 63d09ab Add ErrorReponse#Errors()
- cf06dc3 Add error reponse to Client#Search
- 8081994 Rename AdaptiveJson to Adaptive
- 1f95f38 Improve Client
- 2f9da68 Use restly
- c97e952 Improve Client
- cec77b2 Add Client#GetJson
- 0a5f240 Use go 1.18
- 07b7fda Add coverage task to Makefile
- d92278c Add tests for Client
- 3fd4ee6 Use httpmock
- 2f5e5fe Add tests for RubyDate#Unmarshall
- 50aa339 Add test for Version
- 0fa58ed Fix license headers
- bb58599 Use build tags
- cea9b9e Use uint64 instead of int64
- 08e985c Add out option
- 032a62e Add csv exporter
- 5b86749 Rename text option to query
- 64cb7d9 Improve error logs
- 91e1764 Update short desc
- 8ebf0f3 Add from and to support
- 7f3804e Add tests for RubyDate
- 09c2705 Add tests for AdaptiveJson
- eba4360 Add tests for Query
- 8bbc9e8 Add Query#IsEmpty
- ffd8360 Add Client#SearchAll
- 3a100a4 Add since and until support
- 6331ee9 Add user-agent support
- 722148d Add Errors to AdaptiveJson
- 397ad00 Add dependabot.yml
- fb3410f Add FUNDINDG.yml
- 7923d62 Update README.md
- d2ac9e9 Use go 1.17.x
- 7b3042a Add ci on github actions
- 28fd9d9 Use staticcheck
- 2a1c949 Add initial client
- c96fa1e Initial commit