flagmint-js-sdk 1.2.23 → 1.2.24
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 +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
# Flagmint JavaScript SDK
|
|
2
2
|
|
|
3
|
-
**Version:
|
|
3
|
+
**Version: v1.2.24**
|
|
4
4
|
|
|
5
5
|
This SDK provides a javascript framework-agnostic client for evaluating feature flags, with pluggable caching (sync or async) and transport strategies (WebSocket or long-polling). It's designed for both browser and server-side Node.js environments.
|
|
6
6
|
|
|
7
|
+
## 📋 Release Notes
|
|
8
|
+
|
|
9
|
+
### v1.2.24
|
|
10
|
+
- ✨ Add `env` parameter to SDK configuration for explicit environment specification
|
|
11
|
+
- Allows users to pass environment as a variable when NODE_ENV or NEXT_PUBLIC_NODE_ENV cannot be reliably detected
|
|
12
|
+
- Improved environment resolution with fallback to auto-detection
|
|
13
|
+
|
|
7
14
|
## ✨ Key Features
|
|
8
15
|
|
|
9
16
|
- 🎯 **Framework-Agnostic**: Works with React, Vue, vanilla JS, Node.js, and more
|