Skip to content

v2.0.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@sokra sokra released this 08 Nov 09:50

Features

  • expose everything needed for serialization as public methods

Performance

  • cache utf-8 conversion
  • allow keeping Buffer instead of string and only convert it lazily
  • add optimization step to ConcatSource which converts strings to RawSources (which cache)