@neocompose/cli 0.8.0 → 0.9.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/neo.mjs +4461 -1298
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@
7
7
  - Document the final relation-only world layer-link contract and keep the
8
8
  format-4 Hello World corpus free of the retired value-side binding field.
9
9
 
10
+ ## [0.9.0] - 2026-07-23
11
+
12
+ ### Added
13
+
14
+ - Round-trip Neo object animation clips, `Partial<T>` sparse values,
15
+ `FunctionRef` symbols, constructor `id:` projections, and UI-mode
16
+ `NSFunction` metadata through format-4 project source.
17
+ - Advance the project-schema document contract to 3.5.
18
+
10
19
  ## [0.7.6] - 2026-07-22
11
20
 
12
21
  ### Fixed