@neocompose/cli 0.49.0 → 0.50.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
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.50.1] - 2026-09-12
4
+
5
+ - Reuse schema and symbol indexes while compiling a push, including migration bodies, and compile each changed member body once. Bulk scripted changes no longer rebuild the complete project for every body.
6
+
7
+ ## [0.50.0] - 2026-09-11
8
+
9
+ - Expose tile placement assets with `@tile(VoidTile)` or `@tile(asset: VoidTile)`. Pull emits the tile class beside each placement; authored bindings resolve to the existing asset metadata.
10
+ - Add tile asset validation, completion, and class navigation to the shared language service.
11
+
3
12
  ## [0.49.0] - 2026-09-11
4
13
 
5
14
  - Require every constructed object's non-nullable members to be supplied by a member default, constructor, or initializer. Missing values are now compile errors.