Skip to content

Releases: sbertix/ComposableRequest

v5.3.3

17 Oct 22:02
f192c0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.1...5.3.3

v5.3.2

21 Jan 22:04
24a013c
Compare
Choose a tag to compare

Bug fixes

  • fix an issue with delay not being applied correctly

v7.0.0

16 Jan 15:56
1510263
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.1...7.0.0

v6.0.1

27 Aug 20:12
db7e6b5
Compare
Choose a tag to compare

Bug Fixes

  • add completion-based future (db7e6b5)

v6.0.0

27 Aug 18:50
0fa17ce
Compare
Choose a tag to compare

Bug Fixes

  • solve namespace naming conflicts (c31ac93)

Features

  • refactor the entire Request chain
  • add a Receivable promise (dd36fae)
  • add dependency to kean/Future (278377d)

v5.3.1

26 May 16:05
d4f0198
Compare
Choose a tag to compare

Bug Fixes

  • support unwrapped Instruction in iteration (19343f6)

v5.3.0

25 May 16:41
564ec8f
Compare
Choose a tag to compare

Features

  • concat: add native composition in Provider (3249ba1)
  • pager: conform to Combine-like custom Delay (50953d7)

v5.2.1

22 May 10:02
Compare
Choose a tag to compare

Bug Fixes

  • allow access to Reference definitions (d740425)

v5.2.0

22 May 09:47
Compare
Choose a tag to compare

Features

  • pager: add custom delay between pages (52fbbd8)

v5.1.0

18 May 16:52
Compare
Choose a tag to compare

Changes

  • feat: add Instruction support in Pager
  • fix(deps): fix keychain implementation