v0.2.0
This release contains a rewrite of Loki's Scheduler, which is responsible for planning and executing batch transformations across complex source trees. Compared to the original implementation, it is more flexible, enables handling of more dependency types (data dependencies, type dependencies as well as control flow dependencies) and is faster. Additional capabilities of pruning the dependency graph have been added as part of this, and the new discovery mechanism may make changes to Scheduler config files necessary. See the expanded documentation section for more details.
No other changes are included in this release and in case of problems we advise to report them as issues and stay on v0.1.7 in the meantime.
What's Changed
- The new Scheduler by @reuterbal in #213
- Update Github actions to get rid of node.js warnings by @reuterbal in #257
Full Changelog: v0.1.7...v0.2.0