@neocompose/cli 0.19.6 → 0.20.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.
- package/CHANGELOG.md +15 -0
- package/dist/neo.mjs +1794 -159
- package/package.json +1 -1
- package/skills/neocompose-cli/SKILL.md +1 -1
- package/skills/neocompose-cli/references/cli-development.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.20.0] - 2026-08-02
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- NeoScript project source can declare first-class typed delegate members and
|
|
8
|
+
author stored delegate values as either a compatible member target or an
|
|
9
|
+
inline closure.
|
|
10
|
+
- Animation segment tracks can bind their typed `Selector` delegate directly,
|
|
11
|
+
including constructor initializers and inherited generic selector types.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Project format 4 carries first-class delegate member, value, and callable
|
|
16
|
+
type information through pull, validation, lowering, push, and Unity export.
|
|
17
|
+
|
|
3
18
|
## [0.19.6] - 2026-08-02
|
|
4
19
|
|
|
5
20
|
### Changed
|