We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a1442 commit 9015bb9Copy full SHA for 9015bb9
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [v0.4.0] - 2021-01-14
10
+
11
### Added
12
- Value methods for checking value kind (is string, number, array etc)
13
- C formatting via `clang-format` to aid future development
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
### Changed
16
18
- Use g++ (default for cgo) for linux builds of the static v8 lib
19
-## [v0.3.0]
20
+## [v0.3.0] - 2020-12-18
21
22
23
- Support for Windows via [MSYS2](https://www.msys2.org/). Thanks to [@neptoess](https://github.com/neptoess)
0 commit comments