Skip to content

2.18.0

Compare
Choose a tag to compare
@budibase-devops-bot budibase-devops-bot released this 09 Feb 09:04
· 2633 commits to master since this release

What's Changed

Note
As part of the migration to isolated-vm, we have enforced strict-mode in our JS execution engine. This means that any scripts not conforming to strict mode will fail in versions 2.18.0 onwards. For example global variable assignment on the global context without keywords:

myFunction = function (data) {
聽 聽 return "foo"
}

You can read more about strict-mode here.

Full Changelog: 2.17.8...2.18.0