Skip to content

Releases: webpack/webpack-sources

v3.3.3

20 Jun 15:25
Compare
Choose a tag to compare

Fixes

  • generate last column mapping even when source is missing for ConcatSource

v3.3.2

02 Jun 16:18
Compare
Choose a tag to compare

Fixes

  • [Types] Using HashLike name instead Hash

v3.3.1

02 Jun 14:57
Compare
Choose a tag to compare

Fixes

  • Always use a buffer to calculate the hash
  • [Types] Added debugId and ignoreList fields to RawSourceMap type

v3.3.0

23 May 18:23
Compare
Choose a tag to compare

Features

  • Added types
  • Added ability to reduce memory consumed

Performance

  • Avoid extra calculation for hash updates

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