Skip to content

Releases: mhweiner/express-typed-rpc

v2.0.0

29 Jan 23:52
Compare
Choose a tag to compare

2.0.0 (2024-1-29)

  • feat!: removed index to make it more clear where things should be imported from... (e0281aa)

BREAKING CHANGES

  • removed index to make it more clear where things should be imported from, see README example for correct usage

v1.4.0

29 Jan 23:21
Compare
Choose a tag to compare

1.4.0 (2024-1-29)

Bug Fixes

  • outdated node for github actions workflow (0c1a6e5)

Features

  • add client for node-http(s) (4afe232)

v1.3.2

18 Jul 20:33
Compare
Choose a tag to compare

1.3.2 (2023-07-18)

Bug Fixes

  • undefined getting returned as empty object (b593c83)

v1.3.1

05 Jul 18:53
Compare
Choose a tag to compare

1.3.1 (2023-07-05)

Bug Fixes

v1.3.0

05 Jul 17:57
Compare
Choose a tag to compare

1.3.0 (2023-07-05)

Features

  • removed build package accidentally being installed (e0ee673)

v1.2.0

05 Jul 17:55
Compare
Choose a tag to compare

1.2.0 (2023-07-05)

Features

  • better non-200 error response handling (f979588)

v1.1.1

08 Jun 08:09
Compare
Choose a tag to compare

1.1.1 (2023-06-08)

Bug Fixes

  • handle empty/void response (0a3e43d)

v1.1.0

31 May 05:44
Compare
Choose a tag to compare

1.1.0 (2023-05-31)

Features

  • improve handling of resolvers with no input (394549d)

v1.0.6

31 May 04:56
Compare
Choose a tag to compare

1.0.6 (2023-05-31)

Bug Fixes

  • add missing option for endpoint (67f61f3)

v1.0.5

30 May 22:29
Compare
Choose a tag to compare

1.0.5 (2023-05-30)

Bug Fixes

  • add missing option for endpoint (e660d58)
  • add missing option for endpoint (4c927ed)
  • update docs (cc2a814)