v2.0.0-beta.0
API
- add
buffer
method to Source - remove node and listNode methods from public API
- remove LineToLineMappedSource
- add SizeOnlySource
Bugfixes
- ConcatSource falls back to sourceAndMap when node() or listMap() is not available
- PrefixSource do no longer insert prefix in the middle of the line in some cases
Performance:
- avoid unnecessary sorting in ReplaceSource
- make exports lazy
Other
add Source types to hash