v8.0.0
<a name"8.0.0">
8.0.0 (2017-05-22)
Features
Breaking Changes
- Due to migration version automatic checks, you no longer need extra parameters for migration function:
- await file.script(service, pipeline, VERSION_KEY, appendLuaScript, { appendPreScript, appendPostScript });
+ await file.script(service);
(0dae9c22)