Skip to content

Latest commit

 

History

History
481 lines (334 loc) · 33.3 KB

CHANGELOG.md

File metadata and controls

481 lines (334 loc) · 33.3 KB

Changelog

v1.3.1 (2020-06-04)

Full Changelog

📈 Dependency updates

Closed issues:

  • Update dependency com.olegpy:better-monadic-for:plugin->default(compile) #190

Merged pull requests:

v1.3.0 (2020-04-22)

Full Changelog

⚠️ Breaking changes

📈 Dependency updates

Closed issues:

  • Fixes microsite theme #252

Merged pull requests:

v1.2.2 (2020-03-10)

Full Changelog

Closed issues:

  • Add cross build for Scala 2.13 #216
  • Update dependency org.spire-math:kind-projector:plugin->default(compile) #164

Merged pull requests:

v1.2.1 (2019-10-29)

Full Changelog

Closed issues:

  • Update Cats 2.0.0 and Monix 3.0.0 #211

Merged pull requests:

v1.2.0 (2019-09-16)

Full Changelog

Closed issues:

  • Loosen type restrictions on liftIO #213
  • Tutorial missing something #204
  • Implement Fetch redesign in the actual microsite #201
  • Both versions home page for fetch #200
  • Fetch site for both versions - Scala - Kotlin #199

Merged pull requests:

v1.1.0 (2019-06-04)

Full Changelog

Closed issues:

  • Support for lifting F\[\_\]: Concurrent without related Data/DataSource into Fetch #188
  • Don't allow tests to fail because of network or environment issues #185
  • Support marking fetches as not to be served from cache #183
  • Support for lifting IO actions without related Data/DataSource into Fetch #181
  • Formatting with scalafmt #169
  • Use Simulacrum for implementing typeclasses and their syntax #59

Merged pull requests:

v1.0.0 (2019-02-27)

Full Changelog

Closed issues:

  • Small Redesign for trait DataSource #168
  • Parallel Joins #85
  • Identities with optional results #45

Merged pull requests:

v1.0.0-RC2 (2019-02-08)

Full Changelog

Closed issues:

  • Invalidating the cache #175
  • Consider renaming Env to Log #167
  • Make Query\#async accept a Either\[FetchError, A\] =\> Unit #107

Merged pull requests:

v1.0.0-RC1 (2018-09-18)

Full Changelog

Closed issues:

  • Publish the 0.7.3 release #153
  • Update version in docs #152

Merged pull requests:

v0.7.3 (2018-06-13)

Full Changelog

Closed issues:

  • StackOverflowError when many items to fetch? #149
  • Update to cats 1.0.0 #144

Merged pull requests:

v0.7.2 (2018-01-23)

Full Changelog

Merged pull requests:

v0.7.1 (2017-11-21)

Full Changelog

Merged pull requests:

v0.7.0 (2017-10-06)

Full Changelog

Merged pull requests:

v0.6.3 (2017-08-22)

Full Changelog

🐛 Bug Fixes

  • SOE with deep stack. #121

Merged pull requests:

v0.6.2 (2017-06-01)

Full Changelog

Closed issues:

  • Update dependency org.spire-math:kind-projector:plugin->default(compile) #126

Merged pull requests:

v0.6.1 (2017-04-19)

Full Changelog

Closed issues:

  • Updated to Monix 2.2.3 #112

Merged pull requests:

v0.6.0 (2017-03-17)

Full Changelog

🐛 Bug Fixes

  • Make sure that the splitted batches are run concurrently #108

Closed issues:

  • Migrate group id com.47deg #102

Merged pull requests:

v0.5.0 (2017-01-26)

Full Changelog

🚀 Features

  • Don't require passing an Option to an asynchronous query callback #61

🐛 Bug Fixes

  • Enforce users to declare a name for every DataSource #77

Closed issues:

  • Update to cats 0.9.0 #98
  • Create PDF documentation #97
  • Docs out of sync #92
  • Update to latest cats and monix #68

Merged pull requests:

v0.4.0 (2016-11-14)

Full Changelog

🚀 Features

  • Give users the ability to configure maximum batch sizes #41

Closed issues:

  • Publish version for Scala 2.12 #72

Merged pull requests:

v0.3.0 (2016-11-08)

Full Changelog

🚀 Features

  • Improve and document the environment information gathering #63

Closed issues:

  • Add Peter to contributors list #71
  • Release new stable version? #64

Merged pull requests:

0.3.0 (2016-07-25)

Full Changelog

🚀 Features

  • Track test coverage #56
  • Don't depend on the cache contents for simplifying joined trees #47

Closed issues:

  • Acknowledgments #42

Merged pull requests:

  • Fixed some docs #62 (raulraja)
  • Link to the in-depth docs at the end of the docs index #60 (ghost)
  • Bump 0.3.0 release #58 (ghost)
  • Add code coverage reporting #57 (ghost)
  • Support asynchronous data sources #54 (ghost)
  • Separate fetching a single identity and fetching many in DataSource #53 (ghost)
  • Fix feature warning, typo, tab #51 (williamho)
  • Don't depend on the cache contents for simplifying joined trees #50 (ghost)
  • Use Tomorrow theme #49 (ghost)
  • Add alternatives and acknowledgements #43 (ghost)
  • Update implicits.scala #40 (rafaparadela)

0.2.0 (2016-05-22)

Full Changelog

Closed issues:

  • Make README.md a mirror of the documentation #38
  • Improve DataSource\#fetch signature #35
  • Typecheck docs with tut #28
  • Add Authors file #22
  • Add License text and license headers #21
  • Add automatic formatting to the project #19
  • Contributing documentation #16
  • License #15
  • Support the same Scala versions as cats #14
  • Scala.js compatibility #13
  • Make the applicative and Cartesian instances for Fetch be automatically concurrent #12
  • Provide MonadError\[M, Throwable\] instances for Id and Eval #10
  • Documentation microsite #9
  • Scaladoc for API reference #8
  • Setup Continuous Integration #7
  • Improve DataSource.fetchMulti signature so implementors don't need to coerce #4
  • Abstract over return type for fetches #3
  • Ensure that the interpreter is stack-safe #2
  • Make possible to inject a prepopulated cache to Fetch.run #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator