Skip to content

Release v2.1.0

Choose a tag to compare

@JulianWowra JulianWowra released this 06 Jul 11:01
v2.1.0
ff56bdf

🚀 Features

  • Compiles now for esm (usable in the browser) and cjs (for older Node.js) (935eede)
  • Files are now bundled (935eede)

🩹 Bug fixes

  • Wrong 7bit encoding when default Data Coding Schema is used (#21)

📖 Docs

  • Rolling out JS-Doc documentation for the entire project (38e3452)
  • README.md provides now more information (2f58bf1)

🧹 Refactor

  • Code quality improved
  • Use of TypeScript type instead of interface (644a39e)
  • Type only imports (407d609)
  • Node.js buffers replaced (e3a4972)

🔧 Chore

  • Bumped dependencies
  • New test framework
  • Use pnpm now as package manager (7eadcac)
  • Updated Github Actions
  • Providing new files to maintain code quality (12d78e3)
  • Moved repository ownership to @JulianWowra (46d092c)

Full Changelog: v2.0.2...v2.1.0