4.1.0 | Community Release
What's Changed
Breaking Change
We've doubled down on developer experience and made our app even easier to integrate! Engineers can now just import('lightning-flow-scanner-core')
as a dependency, no more importing of out directory!
End users can now enjoy a snappier response from all the apps as the overall package size is reduced from ~1.4MB to ~400 KB that's a whole megabyte gone!
Tests are also now up-to-date with industry standards and runs on Mocha 10, Chai 5, Ts-node latest on a commonjs project!
Releases can now be done with 2 clicks from Github Actions
- feat: migrate to mocha 5 by @junners in #115
- Feature/v4.0.0 by @junners in #116
- chore: add push tag as an example by @junners in #117
Full Changelog: v3.22.0...v4.1.0