Skip to content

Latest commit

 

History

History
129 lines (73 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

129 lines (73 loc) · 3.94 KB

Changelog

v0.2.0

compare changes

🚀 Enhancements

  • Support converting from node readable stream (#14)
  • base64: ⚠️ Support data: url first (e327558)

🩹 Fixes

  • base64: Always use utf8 safe encoding and decoding (8771f99)

💅 Refactors

  • ⚠️ Rename String type to Text (764f03b)

🏡 Chore

✅ Tests

⚠️ Breaking Changes

  • base64: ⚠️ Support data: url first (e327558)
  • ⚠️ Rename String type to Text (764f03b)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.1.1

compare changes

🚀 Enhancements

  • Add Base64 type support (#8)

🩹 Fixes

  • Fix toType mapping (#9)

📖 Documentation

  • Fix typo in readme (#11)

🏡 Chore

❤️ Contributors

v0.1.0

compare changes

💅 Refactors

  • ⚠️ Generate type maps (c2ff49e)

🏡 Chore

✅ Tests

⚠️ Breaking Changes

  • ⚠️ Generate type maps (c2ff49e)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.0.1

🚀 Enhancements

  • Support Response (#3)

🔥 Performance

  • Bun runtime native perf for readable stream utils (4ffbf37)

🩹 Fixes

  • Use ArrayBufferLike type for return types (81feabb)

💅 Refactors

  • Remove generic from ReadableStream types (9b00503)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)