@neocompose/cli 0.48.3 → 0.49.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.49.0] - 2026-09-11
|
|
4
|
+
|
|
5
|
+
- Require every constructed object's non-nullable members to be supplied by a member default, constructor, or initializer. Missing values are now compile errors.
|
|
6
|
+
- Treat an override with no local default (including a null default carrier) as inheriting its base member default.
|
|
7
|
+
- Keep generic type arguments separate from member defaults. Pull no longer adds instance initializers from binding defaults.
|
|
8
|
+
- Allow pulling incomplete stored objects so their construction errors can be repaired locally.
|
|
9
|
+
|
|
3
10
|
## [0.48.3] - 2026-09-10
|
|
4
11
|
|
|
5
12
|
- Show inherited generic binding defaults in implicit constructions, so sparse
|