Skip to content

Latest commit

 

History

History
143 lines (66 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

143 lines (66 loc) · 6.14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.8 (2023-12-12)

Features

  • support multple procedure arguments (#10) (edce887)

Chore

0.1.7 (2023-03-16)

Features

  • export R19Error and isR19ErrorLike helper (b70d57f)
  • wrap r19-specific errors with R19Error (bb88cad)

Bug Fixes

  • don't wrap procedure-thrown errors (bb5e242)
  • remove isR19ErrorLike() (95cf7c9)

Documentation

0.1.7-alpha.0 (2023-03-15)

Features

  • add onError event handler (7da6924)

Documentation

  • document onError event handler (2c558db)
  • update docs to reflect MessagePack usage (c600aaa)

0.1.6 (2023-01-17)

Bug Fixes

  • properly close middleware using next() (#7) (756fe88)

0.1.5 (2023-01-17)

Bug Fixes

  • declare package as side-effect-free (fb91d2a)

Refactor

0.1.4 (2023-01-13)

Bug Fixes

  • change serialization format from FormData to MessagePack (#5) (408c5cb)

Chore

  • add all exports to Size Limit config (58141fb)

0.1.3 (2023-01-04)

Features

Bug Fixes

Chore

  • deps: update dependencies (1eaa3c9)

0.1.2 (2022-12-17)

Bug Fixes

0.1.1 (2022-12-16)

Bug Fixes

  • don't bundle formdata-node (3a9edb7)
  • export OmittableProcedures (#2) (b3ea7b9)
  • expose TypeScript types for r19/client entry (e69f583)

Refactor

  • replace node-fetch's FormData and Blob with formdata-node (#3) (32b1a63)

0.1.0 (2022-12-15)

Features

Bug Fixes

  • use published vite-plugin-sdk (cf0d318)

Documentation

Chore