You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ new options.wrap property that's more powerful with auto, single-line, multi-line or number (for switching to multi-line at the specified length) 4a964b2
🔀 old options.lineLength is now removed in favor of options.wrap4a964b2
🔀 consistent styling of array index and object key in consoleTable()2760ab8
🔀 the default cell horizontal spacing is now 2 spaces (an option for that coming soon)
🐛 consoleTable() cell padding is incorrectly +1 space on the right 88d9b92
🐛 consoleTable() last column doesn't have a left border 7a3743e
🐛 tables with one column and one row don't render right and bottom borders respectively e115aa9
🐛 empty object has two empty spaces between the brackets 529fe82
🐜 add ConsoleObject to possible types in consoleGroup({ header }) option 9334997