Changelog - Oppenjaimer/LbelDB.js GitHub Wiki
v0.3.0
Sept. 14, 2020 - Code
- Now data are always displayed as a string
- Changed how arrays are displayed (added a space after each comma)
- Fixed how objects are displayed. No more
[object Object]s
v0.2.0
Sept. 10, 2020 - Code
- Added an
updateC function, just like updateR but for columns.
- Added a way of accessing columns by their labels.
- Now columns can be represented as objects, not just arrays.
- Gave
returnC a boolean parameter, object. When true, the column or columns data will be returned as an object.
- Changed some errors and fixed
returnC documentation.
v0.1.0
Sept. 1, 2020 - Code