llnode v3.2.0 Release Notes
Release Date: 2020-05-04 // about 6 years ago-
Notable Changes
- ➕ Added support for Node.js v14
Commits
- 🏗 [
4918962bee] - build : add v14 to the test matrix (Matheus Marchini) #361 - [
c86eb4356c] - src : update RegExp type constant for V8 8.1 (Matheus Marchini) #361 - [
dd57bfb8af] - src : boxed double fields for V8 8.1 (Matheus Marchini) #358 - [
fdddce0d2c] - doc : fix supported version comment on README (Matheus Marchini) #356 - [
7b9598e9da] - tools : git ignore core dumps (Matheus Marchini) #308 - [
8e2a55c82e] - src : update SFI script accessor for V8 8.1 (Matheus Marchini) #352 - [
364e034686] - src : fix some warnings and erroneous PRINT_DEBUG (Matheus Marchini) #354 - [
461e83aa0c] - src : improve Error message on LoadPtr (Matheus Marchini) #351 - [
1948512b5e] - tools : add script with commands to facilitate dev (Matheus Marchini) #339
Previous changes from v3.1.0
-
Notable Changes
- Now llnode can identify Promise objects on the heap
Commit
- [
991c731deb] - src : add rudimentary Promise support (Matheus Marchini) #272 - [
83c810faa0] - src : fix getopt format string (Ben Noordhuis) #347 - [
8bf15c079f] - src : fix typo on execArgv description (Stefan Nilsson) #343 - [
bd3a1c7eac] - meta : add policy to land PRs without approval (Matheus Marchini) #336