blockfrost-client-core 0.2.0.0 → 0.4.0.0
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Blockfrost.Client.Core: nextPage :: Paged -> Paged
Files
- CHANGELOG.md +4/−0
- blockfrost-client-core.cabal +1/−1
- src/Blockfrost/Client/Core.hs +1/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+# Version [0.4.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.3.1.0...v0.4.0.0) (2022-03-09)++* Re-export `nextPage`+ # Version [0.2.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.1.0.0...v0.2.0.0) (2021-10-29) * Dropped `Alonzo` environment
blockfrost-client-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-client-core-version: 0.2.0.0+version: 0.4.0.0 synopsis: blockfrost.io common client definitions / instances description: HasClient for our auth homepage: https://github.com/blockfrost/blockfrost-haskell
src/Blockfrost/Client/Core.hs view
@@ -17,6 +17,7 @@ , page , paged , allPages+ , nextPage , projectFromEnv , projectFromEnv' , projectFromFile