Skip to content

Latest commit

 

History

History
199 lines (111 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

199 lines (111 loc) · 2.91 KB

aspi

1.1.0-beta.1

Minor Changes

  • 33d35a3: updated pipe function -> chain instead of method based

1.1.0-beta.0

Minor Changes

  • 2b5b067: re releasing the package, major api change, following proper semver, we can delete the prev package as it was not used anywhere.

1.1.0

Minor Changes

  • 9859ddd: fix in types and new url method

1.0.0

Major Changes

  • ce72dd4: first release

Minor Changes

  • 919e90a: wrong types for result
  • 3ba8b43: parseError support
  • 1f32b1f: custom error for json parse failure
  • 1e56194: json parse error yield either result or the value
  • 27be8ee: text api
  • fc8a8e6: types fix for custom error
  • 2b59531: body as input
  • 3acc3bd: success channel to include response and request object
  • f1f1acb: readme update
  • 3ca04b6: this.request to obtain request
  • 0008024: partial retry config for better control
  • fa46908: change in types of error req
  • f614e30: retry policy
  • 646936b: simplfied error tag mgmt
  • 05c98f1: zod support
  • 85434c2: global error config
  • 2e035ab: method and updated request object
  • ac7aae5: first release
  • fbb929d: finalized retryWhile

Patch Changes

  • c77bc99: missing dist
  • 4a300a9: readme
  • af8b817: commit fixes
  • b1266ef: unused dep
  • 4b7b60d: updated jsdocc

0.1.0-next.23

Minor Changes

  • fbb929d: finalized retryWhile

0.1.0-next.22

Minor Changes

  • f1f1acb: readme update

0.1.0-next.21

Minor Changes

  • 3acc3bd: success channel to include response and request object

0.1.0-next.20

Minor Changes

  • 85434c2: global error config

0.1.0-next.19

Minor Changes

  • 1e56194: json parse error yield either result or the value

0.1.0-next.18

Patch Changes

  • b1266ef: unused dep

0.1.0-next.17

Minor Changes

  • 1f32b1f: custom error for json parse failure

0.1.0-next.16

Minor Changes

  • 0008024: partial retry config for better control

0.1.0-next.15

Minor Changes

  • f614e30: retry policy

0.1.0-next.14

Minor Changes

  • 27be8ee: text api

0.1.0-next.13

Minor Changes

  • 646936b: simplfied error tag mgmt

0.1.0-next.12

Minor Changes

  • 2b59531: body as input

0.1.0-next.11

Patch Changes

  • 4b7b60d: updated jsdocc

0.1.0-next.10

Minor Changes

  • fc8a8e6: types fix for custom error

0.1.0-next.9

Patch Changes

  • 4a300a9: readme

0.1.0-next.8

Minor Changes

  • 3ba8b43: parseError support

0.1.0-next.7

Patch Changes

  • af8b817: commit fixes

0.1.0-next.6

Minor Changes

  • 05c98f1: zod support

0.1.0-next.5

Minor Changes

  • 2e035ab: method and updated request object

0.1.0-next.4

Minor Changes

  • 3ca04b6: this.request to obtain request

0.1.0-next.3

Minor Changes

  • fa46908: change in types of error req

0.1.0-next.2

Minor Changes

  • 919e90a: wrong types for result

0.1.0-next.1

Patch Changes

  • c77bc99: missing dist

0.1.0-next.0

Minor Changes

  • ac7aae5: first release