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 4f7e30f commit d23072fCopy full SHA for d23072f
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [1.4.0-beta.4] - 2022-01-21
8
- Ts2ocaml now emits builder function `[@js.builder]` for POJO interfaces.
9
10
## [1.4.0-beta.3] - 2022-01-17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ocsigen/ts2ocaml",
3
- "version": "1.4.0-beta.3",
+ "version": "1.4.0-beta.4",
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
"repository": {
"type": "git",
0 commit comments