We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789ed6b commit 459a22aCopy full SHA for 459a22a
CHANGELOG.md
@@ -7,13 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [0.2.0] - 2020-10-14
9
10
+### Added
11
+- Support for `int64` (#9)
12
+- Support for registering `void` methods (#8)
13
+
14
+### Changed
15
+- Differ between empty lists and calls with no params (#12)
16
+- Enable and fix compiler warnings (#11)
17
18
### Fixed
19
- Remove `#include "common.h"` inside `"common.h"`
20
- Allow strings as error object
21
22
23
## [0.1.0] - 2019-07-02
24
25
26
- Initial implementation of 1.0 and 2.0 server
27
- Initial implementation of 1.0 and 2.0 client
28
- Test suite for server and client
0 commit comments