Notes on Node.js 10.x LTS
This commit is contained in:
@@ -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}`.
|
||||
|
||||
Reference in New Issue
Block a user