Skip to content

v3.2.1

Compare
Choose a tag to compare
@sokra sokra released this 13 Sep 15:21
· 12 commits to main since this release

Bugfixes

  • RawSources with Buffers can now be concatenated with ConcatSource
  • Source Code is splitted into lines via custom code instead of using a RegExp
    • In weird edge cases the RegExp caused a Stack Overflow