Skip to content

Commit 0cb5500

Browse files
authored
feat: add allowDataLoss option and remove ensureCompiledOnStartup (#546)
Introduces a new compilation configuration with an `allowDataLoss` option designed for rapid iteration platforms. This change also removes the `ensureCompiledOnStartup` option, replacing it with a compilation option, which is a breaking change. The update affects both `@pgflow/core` and `@pgflow/edge-worker` packages.
1 parent 8e7fa36 commit 0cb5500

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@pgflow/core': minor
3+
'@pgflow/edge-worker': minor
4+
---
5+
6+
New compilation config with allowDataLoss option for rapid iteration platforms. Breaking: ensureCompiledOnStartup removed in favor of compilation option.

0 commit comments

Comments
 (0)