Notes on Node.js 10.x LTS

This commit is contained in:
Bryan Ashby
2018-11-05 22:49:27 -07:00
parent a14c0f42af
commit 8182146574
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
This document attempts to track **major** changes and additions in ENiGMA½. For details, see GitHub.
## 0.0.9-alpha
* Development is now against Node.js 8.x LTS. While other Node.js series may continue to work, you're own your own and YMMV!
* Development is now against Node.js 10.x LTS. While other Node.js series may continue to work, you're own your own and YMMV!
* Fixed `justify` properties: `left` and `right` values were formerly swapped (oops!)
* Menu items can now be arrays of *objects* not just arrays of strings.
* The properties `itemFormat` and `focusItemFormat` allow you to supply the string format for items. For example if a menu object is `{ "userName" : "Bob", "age" : 35 }`, a `itemFormat` might be `|04{userName} |08- |14{age}`.