Skip to content

Releases: webpack/webpack-sources

v2.0.0-beta.8

20 Aug 07:47
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Bugfixes

  • fix crash when Source in CachedSource returns null map

v2.0.0-beta.7

20 Aug 07:47
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

Performance

  • cache Buffers instead of string in CachedSource cache for map()

v2.0.0-beta.6

08 Nov 09:50
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

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)

v2.0.0-beta.5

22 Oct 12:36
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

Bugfixes

  • fix updateHash for SourceMapSource

Changes

  • increase minimum node.js version to 10

v2.0.0-beta.3

06 Aug 14:20
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

Based on 1.4.3

v2.0.0-beta.2

05 Aug 11:49
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Based on 1.4.2

v1.4.2

05 Aug 11:44
Compare
Choose a tag to compare

Bugfixes

  • validate name before using it in SourceMapSource

v1.4.1

31 Jul 13:35
Compare
Choose a tag to compare

Bugfixes

  • fix crash introduced by last version
  • reduce code style for node.js 4 support

v1.4.0

31 Jul 09:50
Compare
Choose a tag to compare

Features

  • Support "identity" mappings for SourceMapSource
  • add option to SourceMapSource to show/hide intermediate source code

Bugfixes

  • fix size() method for binary sources

v2.0.0-beta.1

05 Aug 11:50
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Based on 1.3.0