New:
- Added io.display.grid method for visually focused collections of data, usually with an emphasis on images.
- Added
isFilterableandisSortableprops to io.display.table and io.select.table for disabling filtering and sorting if desired — this can be useful for tables with asynchronous data. - Added quiet logging level to the Interval client to reduce terminal console logging, enable by adding
logLevel: "quiet"property to theIntervalconstructor. - The string shorthand for
columnsandaccessorKeyvalues in io.display.table and io.select.table are now type checked against your input data. Rest assured knowing that your columns are defined in your data!
Fixed:
- Errors in asynchronous method state change handlers like io.display.table's
getDatafunction are now properly displayed in both the host terminal console and the web dashboard (#19).