Release v2.1.0
🚀 Features
- Compiles now for
esm(usable in the browser) andcjs(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.mdprovides now more information (2f58bf1)
🧹 Refactor
- Code quality improved
- Use of TypeScript
typeinstead ofinterface(644a39e) - Type only imports (407d609)
- Node.js buffers replaced (e3a4972)
🔧 Chore
- Bumped dependencies
- New test framework
- Use
pnpmnow 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