0.10.4
Changelog
- #230 [Bug] Tree-Shaking is not working properly
- Tags additional (everything else) functions as NO_SIDE_EFFECTS so that rollup (and webpack) can tree-shake
- Explicitly did not include all functions like isXXXX (specifically isNode) as this was causing the main entry-points
for @nevware21/ts-async to drop the node support code (as it's defined as a browser package) resulting in it not
supporting all environments as desired with a single package.
What's Changed
- [Bug] Tree-Shaking is not working properly #230 (Add More tags) by @nev21 in #235
- [Bug] Tree-Shaking is not working properly #230 (Minor Updates) #235 by @nev21 in #236
- [Release] Increase version to 0.10.4 by @nev21 in #237
Full Changelog: 0.10.3...0.10.4