@neocompose/cli 0.8.0 → 0.9.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/neo.mjs +4462 -1298
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@
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.1] - 2026-07-24
11
+
12
+ ### Fixed
13
+
14
+ - Avoid synthesizing `partial: false` on member kinds that do not support the
15
+ field, so prospective animation validation accepts ordinary project members.
16
+
17
+ ## [0.9.0] - 2026-07-23
18
+
19
+ ### Added
20
+
21
+ - Round-trip Neo object animation clips, `Partial<T>` sparse values,
22
+ `FunctionRef` symbols, constructor `id:` projections, and UI-mode
23
+ `NSFunction` metadata through format-4 project source.
24
+ - Advance the project-schema document contract to 3.5.
25
+
10
26
  ## [0.7.6] - 2026-07-22
11
27
 
12
28
  ### Fixed