- Fix a small oversight in
formatter.lua
- Made formatter a callable table.
formatter.bold('example') == formatter('bold', 'example')
- Fix issue in package.lua (thanks lit)
- Rewrote the package
- Added
dumpto aid in printing large tables - Added
colorizewhich allows you to get colored strings without printing them - Added
formatterwhich allows you to format text such as underlining or boldening - Improved the printing algorithm to allow printing colored text alongside uncolored text
- Fixed a small oversight in
color-print.lua
- Initial release
- Published wrong package to lit.