Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 19:57
· 50 commits to master since this release

Changelog

Features

  • 295ef7c feat(css): add support for selectors
  • fcc29ad feat(internal): add uniqueid package
  • c4068b5 feat(rec): use microseconds instead of miliseconds

Bug fixes

  • dc058ca fix(svg): instantiate array outside of for loop

Others

  • 86a017a chore(): update examples
  • 5f36857 chore(examples): update examples
  • 9d3d337 refactor(asciicast): improve usability and documentation
  • 5ff272e refactor(color): use string array to improve performance
  • 2b8e436 refactor(logs): use zerolog
  • 62410db refactor(svg): move to internal package.
  • a6b79ca refactor(svg): reduce final file size
  • b5f4831 refactor(svg): use interface for better testing
  • 8d7d490 refactor(test): common helpers
  • 4360c80 test(svg): add basic tests