Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

16.1.0 - 2024-03-10

Added

  • #26 Fs.lstatSync and lstatSyncWith

Fixed

  • #23 Corrected VM method signatures runInContext, runInNewContext and runInThisContext

16.0.0 - 2023-12-19

Added

  • #21 Timers.Promises from NodeJS 16
  • #22 The Event module now includes 2 and 3 argument variants of fromString and fromSymbol for use ReScript 11 uncurried mode

Changed

  • #12 BREAKING: Record types are now used where possible. Requires ReScript 10.