kawhi-0.3.0: changelog.md
# Changelog
## 0.3.0
### Summary
Added parse-only APIs.
### API Changes
- `splitRows`
- `splitRow`
- `splitRowsGeneric`
- `splitRowGeneric`
- `StatsBytes`
## 0.2.2
Updated to add HTTP headers required by NBA Stats.
## 0.2.1
Updated to support [aeson-1.0.0.0](https://hackage.haskell.org/package/aeson-1.0.0.0).
## 0.2.0
### Summary
Updated the top-level module name.
### API Changes
NBA.Stats -> Data.NBA.Stats
## 0.1.0
### Summary
Updates have been made to support [http-client-0.5.0](https://hackage.haskell.org/package/http-client-0.5.0).
### API Changes
The Utility functions have been removed as they are no longer useful.