You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# CHANGELOG.md
2
2
3
3
## unrelease
4
+
-**Variable System Improvements**: URL and POST parameters are now immutable, preventing accidental modification. User-defined variables created with `SET` remain mutable.
5
+
-`$variable` now looks up SET variables first, then URL parameters. This ensures SET variables always take precedence.
6
+
-`:variable` looks up SET variables first, then POST parameters.
7
+
-`sqlpage.variables('get')` returns only URL parameters as JSON
8
+
-`sqlpage.variables('post')` returns only POST parameters as JSON
9
+
-`sqlpage.variables('set')` returns only user-defined variables as JSON
10
+
-`sqlpage.variables()` returns all variables merged together, with SET variables taking precedence
11
+
- Deprecation warnings added for ambiguous cases where both URL and POST parameters exist with the same name
0 commit comments