Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.98 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2021-08-19)

Features

  • add basic N-API exercises (c48d2c7)
  • allowing access to goingnative as library (3f427b4)

Bug Fixes

  • timing: pre-warming the the vm with the binary code to make sure the execution can be measured. (81fc044)
  • timing: pre-warming the the vm with the binary code to make sure the execution can be measured. (0d72080), closes #98
  • ui: fixing display of solution files (5ff1ca8)

2.0.8 (2020-05-14)

Bug Fixes

  • offloading_the_work: fix Nan::Callback#Call deprecation warning (5e098e4)
  • use Nan::Utf8String instead v8::String::Utf8Value (a9d58b9)
  • am_i_ready: update node versions (8e9a028)
  • am_i_ready: update test package (8e01af6)
  • lib/solution: remove map-async dependency (b098e8a)