2.3.31
Released on
Added
Added enum support to Prisma PHP ORM
This release introduces support for enums in the Prisma PHP ORM, allowing for more robust data modeling and validation.
Introduced advanced batch and aggregation methods
This release adds several new methods to the Prisma PHP ORM, including createMany, updateMany, deleteMany, upsert, aggregate, and groupBy. These methods provide more flexibility and power when working with your database.
2.3.30
Released on
Added
Stable Reactivity Release: Now with pp-for Loop Support and Bug Fixes
The pp-for attribute now enables robust for loop support in templates, allowing you to easily iterate over arrays and objects directly in your markup.
2.3.24
Released on
Added
Stable Reactivity Release: Now with Conditional (if) Support and Bug Fixes
This release marks the reactivity library as stable, introducing conditional (if) support and resolving key bugs. You can now use state, effect, and ref with improved reliability and flexibility for building dynamic, responsive app features.
2.3.16
Released on
Added
Reactivity stable release: introducing new features for enhanced state management
Introduced support for reactivity in app methods such as state, effect, and ref, enabling more dynamic and responsive application behavior.
2.1.4
Released on
Added
Introduce Reactivity with JavaScript Objects
Enable reactivity using JavaScript objects to facilitate seamless data sharing between components and tags.
Added
Component Initialization and Prop Sharing
Introduce a streamlined component initialization process that propagates from parent to child, enabling efficient and seamless sharing of props between components.