Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 01:53
· 44 commits to main since this release

Changelog

  • 5b61699 chore: cosmetic changes
  • fce30c0 doc: update benchmarks
  • 0e12c99 chore: fix lint error
  • 74ebc44 Merge pull request #3 from iamd3vil/feat/buffer-pool
  • bac3aec fix: Properly escape invalid characters before writing to the buffer.
  • 20364a6 feat: Add field logger to avoid locking.
  • f672fe9 feat: improve performance of colored logs
  • 582b572 fix: Fix panic incase of concurrent colored loggging.
  • e0cb9b1 chore: cosmetic changes
  • 28e15f5 Merge pull request #1 from iamd3vil/feat/perf
  • 629d1eb feat: Improve performance by writing directly to a buffer.
  • 620797b feat: init
  • 5410e05 Initial commit