Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Tags: Fitbit/jsonrpc-ts

Tags

3.1.1

Toggle 3.1.1's commit message
tag: 3.1.1 

3.1.0

Toggle 3.1.0's commit message
tag: 3.1.0 

3.0.3

Toggle 3.0.3's commit message
tag: 3.0.3 

3.0.2

Toggle 3.0.2's commit message
tag: 3.0.2 

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make io-ts/fp-ts dependencies (#27) Signed-off-by: Liam McLoughlin <lmcloughlin@fitbit.com>

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update all dependencies (#26) Signed-off-by: Liam McLoughlin <lmcloughlin@fitbit.com>

2.1.0

Toggle 2.1.0's commit message
tag: 2.1.0 

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to TypeScript 3.2 and fix protocol types (#9) TypeScript 3.2 brings typed `Function.call`, which has revealed a deficiency in our JSON-RPC type definitions. The `params` argument for the `RequestHandler` and `NotificationHandler` callbacks was incompatible with `undefined` in its union, even though an incoming RPC request could have its `params` property omitted. Correct this mistake by including `undefined` in the `RPCParams` union type. Finish fixing #5 by also allowing `params` to be omitted for notifications. Fix the unit tests which did not catch this issue before.

1.0.2

Toggle 1.0.2's commit message
tag: 1.0.2