Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@nyxb nyxb released this 20 May 16:53
· 4 commits to main since this release

πŸš€ Enhancements

  • tests: Add tsconfig.json file to tests directory This commit adds a tsconfig.json file to the tests directory. The file extends the configuration from the root directory and includes the current directory. This allows for better configuration of the TypeScript compiler for the tests. (47754a8)
  • tabletron): add new function to replace terminalColumns πŸ“¦ chore(package.json): add @types/node as a dev dependency πŸ› fix(index.ts: Change default export to tabletron The new function tabletron replaces the old terminalColumns function. It has the same functionality but with a new name. The package.json file now includes @types/node as a dev dependency. The default export in index.ts is now tabletron instead of terminalColumns. (89039bc)
  • demo.gif: Add demo.gif to showcase the application's functionality A new demo.gif file has been added to the .github/assets directory. This file showcases the functionality of the application and can be used for promotional purposes. (1b29caa)
  • README.md): add documentation for tabletron package πŸ› fix(auto-resize.ts: Replace deprecated terminalColumns function with tabletron The README.md file now includes comprehensive documentation for the tabletron package, including installation instructions, usage examples, and API documentation. The auto-resize.ts example file has been updated to use the tabletron function instead of the deprecated terminalColumns function. (174a332)

🏑 Chore

  • .gitignore: Add coverage directory to ignore list This commit adds the coverage directory to the ignore list in the .gitignore file. This is done to prevent the coverage reports generated by the test suite from being committed to the repository. (49b144f)

βœ… Tests

  • terminal-columns.test.ts): add tests for terminalColumns function ✨ feat(terminal-columns.test.ts: Add tests for various edge cases, padding, alignment, processing, static widths, percent widths, content-width, auto, and breakpoints. This commit adds tests for various edge cases, padding, alignment, processing, static widths, percent widths, content-width, auto, and breakpoints. The tests ensure that the terminalColumns function works as expected and that it handles different scenarios correctly. (27e0645)
  • terminal-columns.test.ts): add tests for terminalColumns function ✨ feat(terminal-columns.test.ts: Add tests for various edge cases, padding, alignment, processing, static widths, percent widths, content-width, auto, and breakpoints. This commit adds tests for various edge cases, padding, alignment, processing, static widths, percent widths, content-width, auto, and breakpoints. The tests ensure that the terminalColumns function works as expected and that it handles different scenarios correctly. (8b684fe)

🎨 Styles

  • github-tabletron.png: Add cover image for GitHub repository The cover image for the GitHub repository has been added. This image will be displayed at the top of the repository's main page. (e79214c)

❀️ Contributors