-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
20 lines (16 loc) · 768 Bytes
/
CHANGELOG
File metadata and controls
20 lines (16 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 1.0.1
- fixes: fixed typescript definitions
# 1.0.0
- features: typescript support added
- docs: updated response types in rpc wrapper docs with correct ones, added typescript usage example, added typescript definitions.
- chore: refactored exports to be used also as es6 modules
# 0.9.0
- fixes: typo fix in 'use strict' directive
- features: travis builds and lgtm verifications added
- docs: usage docs updated, jsdocs for classes written
# 0.8.0
- fixes: fixed default error params, restricted code param, fixed issues in rpc response message, bug fixes in rpc service class
- tests: added unit tests for all classes in src
- features: made utils exportable, added getObjectFunctions method
# 0.1.0
- features: rpc wrapper functionality for any object/class