alloy@0.12.0
·
139 commits
to main
since this release
@alloy-js/core
Bug Fixes
- #134 Support readonly collection in
<For>eachprop.
Features
- #114 instantiateSymbolInto now mirrors both instance and static members (including nested static hierarchies), and no longer errors on static-only sources.
Breaking Changes
- #127 Use a scheduler for effects. Effects are no longer run instantly but are queued to run after the current effect finishes. This significantly reduces effect calls due to coalescing multiple updates and also enables more recursive patterns.
@alloy-js/java
No changes, version bump only.
@alloy-js/json
No changes, version bump only.
@alloy-js/csharp
No changes, version bump only.
@alloy-js/typescript
Bug Fixes
- #121 JS Doc comment close with
*/instead of**/
Features
- #117 Add nullish to TS Symbol flags
- #125 Automatically enter a type context when inside of interface, function type, type declaration, etc. This allow referenced used in there to automatically add the
typekeyword in the import - #124 Add
typeprop onReferencecomponent to mark this reference as a type only reference allowing imports to be specialized in type import
@alloy-js/create
No changes, version bump only.