@siremzam/sentinel 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,11 +28,10 @@ This library was built from a different starting point:
|
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
31
|
-
### What's New in 0.
|
|
31
|
+
### What's New in 0.4.1
|
|
32
32
|
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
- Standalone example (`examples/standalone/`) — no HTTP server needed
|
|
33
|
+
- **Async conditions without opt-in** — No more `asyncConditions: true` flag. Use `evaluateAsync()`, `explainAsync()`, or `permittedAsync()` when you have async conditions; the engine detects them and throws a clear error if you use the sync API by mistake.
|
|
34
|
+
- `asyncConditions` option deprecated (will be removed in v2)
|
|
36
35
|
|
|
37
36
|
See the full [CHANGELOG](./CHANGELOG.md).
|
|
38
37
|
|