Skip to content

Action Split

Compare
Choose a tag to compare
@BOLL7708 BOLL7708 released this 24 Apr 19:47
· 53 commits to master since this release

Full Changelog: v8.0.3...v8.0.5

Action Split

This is another refactoring to prepare for the upcoming conversion to Node. It effectively splits the Actions into data and logic, so that the browser based components can import and use only the data component, without running the logic part which would cascade in a whole range of imports, some only made to run in Node. In theory.