Skip to content

v8.0.0

Choose a tag to compare

@AVVS AVVS released this 22 May 20:22

<a name"8.0.0">

8.0.0 (2017-05-22)

Features

  • migrations: check version of migration if it is a function (#238) (0dae9c22)

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)