Skip to content

Releases: romain-cambonie/serenity-http-client

v3.0.0

14 Sep 15:41
ce6a7f6
Compare
Choose a tag to compare

3.0.0 (2022-09-14)

Features

  • changed base HttpClient contract to command pattern (#36) (ce6a7f6)

BREAKING CHANGES

  • all contracts have changed

Co-authored-by: Romain Cambonie romain.cambonie@gmail.com

v2.0.0

14 Sep 08:44
ec48e2f
Compare
Choose a tag to compare

2.0.0 (2022-09-14)

Features

  • port: reverted params contract to any as typing introduce problems (#35) (ec48e2f)

BREAKING CHANGES

  • port: url makers must be updated

Co-authored-by: Romain Cambonie romain.cambonie@gmail.com

v1.0.0

02 Sep 11:13
aa6364f
Compare
Choose a tag to compare

1.0.0 (2022-09-02)

Bug Fixes

Features

  • added cjs for usage in node and as a dependencies in e2e (#8) (5509c55)
  • added missing targetUrls into HttpClient interface (#12) (b4ab09e)
  • altered package.json config to work with node (#9) (2c712ed)
  • axios in dependencies (#7) (a1e7797)
  • ci: semantic release (#19) (4228ef3)
  • initial commit (2947acf)
  • initial extracted code (7231706)
  • release and publish tagged commits to npm (#14) (e079c1e)
  • tooling (#13) (51a7b16)
  • tooling: add commitlint with nested config (#18) (f23df32)
  • tooling: ci and tooling (#11) (eadfb7f)
  • type declaration (#5) (42b7446)
  • typed config to remove merge error between adapterConfig and instance… (#10) (0f7d798)
  • updated to lastest code version (#6) (155b066)