Skip to content

Releases: unjs/undio

v0.2.0

01 May 14:58
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

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

🩹 Fixes

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

💅 Refactors

  • Rename String type to Text (764f03b)

v0.1.1

30 Apr 09:15
@pi0 pi0
d06d6e5
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Base64 type support (#8)

🩹 Fixes

  • Fix toType mapping (#9)

📖 Documentation

  • Fix typo in readme (#11)

🏡 Chore

❤️ Contributors

v0.1.0

29 Mar 17:40
@pi0 pi0
Compare
Choose a tag to compare

compare changes

💅 Refactors

v0.0.1

26 Mar 18:03
@pi0 pi0
Compare
Choose a tag to compare

🚀 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)