Skip to content

Releases: webpack/webpack-sources

v3.2.2

16 Nov 07:15
Compare
Choose a tag to compare

Bugfixes

  • Source Code is splitted into lines via custom code instead of using a RegExp
    • In weird edge cases the RegExp caused a Stack Overflow

v3.2.1

13 Sep 15:21
Compare
Choose a tag to compare

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

v3.2.0

02 Aug 10:04
Compare
Choose a tag to compare

Performance

  • add SourceMapSource.buffer for better performance
  • more efficient serialization of source mappings

Bugfix

  • avoid crashing when trying to compare the name with the original source, but there is no sourcesContent in SourceMap

v3.1.2

02 Aug 10:05
Compare
Choose a tag to compare

Bugfix

  • improve handling of invalid mappings (like zero sized or negative)

v3.1.1

02 Aug 10:05
Compare
Choose a tag to compare

equal to 3.1.0

v3.1.0

02 Aug 10:06
Compare
Choose a tag to compare

Bugfix

  • improve handling of null sources and sourceContents

Performance

  • faster streaming when only lines are mapped

v3.0.4

29 Jul 12:10
Compare
Choose a tag to compare

Bugfix

  • fix invalid mappings when multiple lines with multiple chunks are replaced

v3.0.3

29 Jul 12:10
Compare
Choose a tag to compare

Bugfix

  • restore backward-compat format for storing end position of replacements

v3.0.2

28 Jul 07:34
Compare
Choose a tag to compare

Bugfix

  • fix incorrect offset sign when doing replacements

v3.0.1

27 Jul 10:59
Compare
Choose a tag to compare

Bugfixes

  • fix ConcatSource off-by-1 bug