Skip to content

v0.6.0

Compare
Choose a tag to compare
@astoilkov astoilkov released this 09 Feb 16:09
· 71 commits to main since this release
  • ✨ inline objects/arrays in consoleTable() 77a71da 4a964b2
  • ✨ 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.wrap 4a964b2
  • 🔀 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

v0.5.0...v0.6.0