Releases: webpack/webpack-sources
Releases · webpack/webpack-sources
v3.3.3
Fixes
- generate last column mapping even when source is missing for ConcatSource
v3.3.2
Fixes
- [Types] Using
HashLike
name instead Hash
v3.3.1
Fixes
- Always use a buffer to calculate the hash
- [Types] Added
debugId
and ignoreList
fields to RawSourceMap type
v3.3.0
Features
- Added types
- Added ability to reduce memory consumed
Performance
- Avoid extra calculation for hash updates
v3.2.2
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
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
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
Bugfix
- improve handling of invalid mappings (like zero sized or negative)
v3.1.0
Bugfix
- improve handling of null sources and sourceContents
Performance
- faster streaming when only lines are mapped