@xnoxs/flux-lang 3.2.0 → 3.2.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/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ---
9
9
 
10
+ ## [3.2.1] — 2026-06-24
11
+
12
+ ### Changed
13
+ - README.md fully rewritten to match web app documentation — all sections now in sync: Decorators, Private Fields, full Stdlib reference (58 new functions), Type Checks, Async Utils, Self-Hosting, v3 type system features
14
+
15
+ ---
16
+
10
17
  ## [3.2.0] — 2026-06-24
11
18
 
12
19
  ### Added