Releases: SethSharp/odds-api
Releases · SethSharp/odds-api
v1.1.0
v1.0.0
What's Changed
- Fill in rest of sports by @SethSharp in #2
- Fix bookmakers helper by @SethSharp in #3
- Add Tests by @SethSharp in #4
New Contributors
- @SethSharp made their first contribution in #2
Full Changelog: v1.0.0-alpha.1.4.4...v1.0.0
v1.0.0-alpha.1.4.4
- Adds helper to breakdown an array of event ids into a comma separated string
v1.0.0-alpha.1.4.3
- Improves README documentation
- Add response helper to easily extract JSON from a response
v1.0.0-alpha.1.4.2
- Correctly formats date to ISO
v1.0.0-alpha.1.4.1
Fixed bug: Using value rather then name on the SportsEnum
in the sport event endpoint
v1.0.0-alpha.1.4
- Adds endpoint to get events for sport
- Adds ISO format helper
v1.0.0-alpha.1.3
Major improvements to wrapper, allowing functions to chain and build the query in a much better way.
v1.0.0-alpha.1.2.3
Pass params to sport event odds endpoint
v1.0.0-alpha.1.2.2
Fixes endpoints to use value of pass through sport enum:
- Scores for Sport
- Odds for event
and adds AFL to SportsEnum