feat!: update to 7.0.0
(#51)
ComposableRequest is now “structured
cuncurrency-first”, while still retaining support
for Combine
Publisher
s.
We’re now also leveraging resultBuilder
s to
simplify the code and shorten the amount of rows.
- chore(deps): bump actions/checkout from 2 to 3 (#49)
Bumps actions/checkout from 2 to 3.
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
…
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- chore(deps): bump metcalfc/changelog-generator from 1.0.0 to 3.0.0 (#48)
Bumps metcalfc/changelog-generator from 1.0.0 to 3.0.0.
updated-dependencies:
- dependency-name: metcalfc/changelog-generator
dependency-type: direct:production
update-type: version-update:semver-major
…
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: update README.md and GitHub Actions
chore(lint): lint new code
chore(actions): remove CodeCo and add back tests
feat: add inheritance inside EndpointBuilder
feat: add Static
to appear inside a chain
feat: add Loop
init
to loop once
feat: add array
accessory to AnyDecodable
fix: remove ambiguity in EndpointBuilder
fix: remove Loop
iteration ambiguities
fix: propagate loop cancellation
feat: add ForEach
iterator
feat: simplify OffsetProvider
namings
feat: add store(in:)
Endpoint
accessory
feat: add Future
feat: modernize Storage
feat: add HandleEvents
chore: add convenience accessories to Storage
feat: add AnyDecodable
-specific Response
init
feat: add EndpointResolver
for custom networking
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>