Skip to content

Releases: samthor/fast-text-encoding

June 2020

Choose a tag to compare

@samthor samthor released this 16 Jun 00:57
  • Supports passing ArrayBuffer directly
  • Includes XHR fastpath for some browsers

April 2020

Choose a tag to compare

@samthor samthor released this 22 Apr 01:43
e4ec606
  • don't wrap Uint8Array if already provided (tiny speed boost)
  • includes sourcemap

March 2020

Choose a tag to compare

@samthor samthor released this 06 Mar 04:48
  • Supports very long strings in decoder
  • Supports null bytes in encoder
  • Ignore/drop encoding param for encoder, support other "UTF-8" string variants in decoder
  • Works on IE11 without polyfill