Skip to content

v0.5.0

Compare
Choose a tag to compare
@Jcparkyn Jcparkyn released this 19 Jun 04:17
· 64 commits to main since this release

Changed

  • BREAKING CHANGE: Removed public constructors for Query that were previously deprecated.
  • BREAKING CHANGE: Renamed MutationEndpoint<T> to ResultlessEndpoint<T> for better consistency. The old MutationEndpoint<T> has been marked as obsolete, and left in temporarily to make migration easier. Also removed Mutation<T> and <UseMutationEndpoint/>, which can safely be replaced with Query<T, Unit> and <UseEndpoint/>.
  • Moved some of the methods on Query<T> to extension methods, so that they would also work on the equivalent Query<Unit, T> class.
  • Lots of improvements to documentation and samples.
  • More tests.

Fixed

  • Fixed some issues that arise when Skip and Arg parameters of UseEndpoint are changed simultaneously.

Full Changelog: v0.4.0...v0.5.0