Skip to content

0.3.0: Table Objects Oh My!

Compare
Choose a tag to compare
@scottrhoyt scottrhoyt released this 18 Mar 19:16
· 121 commits to master since this release
Breaking
  • TextTable.addRow now takes an array instead of an argument list. This was to
    support TextTableObject.
Enhancements
  • TextTableObject allows for easy table creation from an array of objects.
  • Better SPM testing support.
Bug Fixes
  • None