Releases: osaton/do-proxy
Releases · osaton/do-proxy
v1.3.4
1.3.4 (2023-05-31)
Bug Fixes
- add
DurableObjectNamespace.jurisdiction
types (4866f7e)
- deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (3cf49fe)
v1.3.3
1.3.3 (2023-01-10)
Bug Fixes
- extract methods also from parent prototypes (ff22646), closes #10
v1.3.2
1.3.2 (2023-01-08)
Bug Fixes
- fix
tsup
output file names (5f3d58f)
Performance Improvements
- memoize stub proxy factory for performance gains (c09ef55)
v1.3.1
1.3.1 (2023-01-04)
Bug Fixes
batch
returns a promise (3b95bb5)
- fix
batch
method callback return type checks (d339cbf)
v1.3.0
1.3.0 (2023-01-03)
Features
- docs: add todo app example (8a8523b)
- examples: add todo-class example (6f50928)
v1.2.2
1.2.2 (2023-01-03)
Bug Fixes
- docs: change install command (28f6d4c)
v1.1.1
Changes
- Added
DOProxy.wrap
static methods which deprecates DOProxy.from
. We get better types with this change without generics and more familiar DurableObjectNamespace
API
- Added
id: DurableObjectId
and stub: DurableObjectStub
to DurableObjectStubProxy
- Add proper return types for
DurableObjectStubProxy.batch
method