Skip to content

Commit

Permalink
v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Dec 18, 2023
1 parent 83479c7 commit ddd2c02
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .changes/16.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 16.0.0 - 2023-12-19
### Added
* [#21](https://github.com/TheSpyder/rescript-nodejs/21) Timers.Promises from NodeJS 16
* [#22](https://github.com/TheSpyder/rescript-nodejs/22) The `Event` module now includes 2 and 3 argument variants of `fromString` and `fromSymbol` for use ReScript 11 uncurried mode
### Changed
* [#12](https://github.com/TheSpyder/rescript-nodejs/12) BREAKING: Record types are now used where possible. Requires ReScript 10.
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20231211-034512.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20231210-063131.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Changed-20231219-095815.yaml

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


No releases yet, this file will be updated when generating your first release.
## 16.0.0 - 2023-12-19
### Added
* [#21](https://github.com/TheSpyder/rescript-nodejs/21) Timers.Promises from NodeJS 16
* [#22](https://github.com/TheSpyder/rescript-nodejs/22) The `Event` module now includes 2 and 3 argument variants of `fromString` and `fromSymbol` for use ReScript 11 uncurried mode
### Changed
* [#12](https://github.com/TheSpyder/rescript-nodejs/12) BREAKING: Record types are now used where possible. Requires ReScript 10.
31 changes: 20 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-nodejs",
"version": "15.0.0",
"version": "16.0.0",
"scripts": {
"build": "rescript",
"clean": "rescript clean",
Expand All @@ -12,6 +12,25 @@
"test-start": "onchange --await-write-finish 1000 --initial 'lib/js/{test,src}/**/*.bs.js' -- yarn test",
"test-watchexec": "watchexec -r -d 0 -w src -w test -e res -- yarn test"
},
"description": "Node bindings for ReScript",
"license": "MIT",
"devDependencies": {
"@dusty-phillips/rescript-zora": "^4.0.0",
"changie": "^1.17.0",
"onchange": "^7.1.0",
"pta": "^1.2.0",
"rescript": "^10.1.4",
"zora": "^5.2.0"
},
"files": [
"docs",
"examples",
"lib/js",
"src",
"test",
"bsconfig.json",
"CHANGELOG.md"
],
"keywords": [
"rescript",
"nodejs"
Expand All @@ -23,15 +42,5 @@
"type": "git",
"url": "git://github.com/TheSpyder/rescript-nodejs.git"
},
"description": "Node bindings for ReScript",
"license": "MIT",
"devDependencies": {
"@dusty-phillips/rescript-zora": "^4.0.0",
"changie": "^1.17.0",
"onchange": "^7.1.0",
"pta": "^1.2.0",
"rescript": "^10.1.4",
"zora": "^5.2.0"
},
"packageManager": "[email protected]"
}

0 comments on commit ddd2c02

Please sign in to comment.