Releases: drubiodev/LadrillosJS
Releases · drubiodev/LadrillosJS
Release list
v2.0.0-beta.2.2
update version
v2.0.0-beta.3.4
adding new logo image
2.0.0-beta.3.1
v2.0.0-beta.3.1 adding new logo image
v2.0.0-beta.2
v2.0.0-beta.1.1
LadrillosJS v2.0.0-beta.1.1 introduces a complete TypeScript rewrite with significant performance enhancements and developer experience improvements. This release features automatic reactivity for variable assignments (e.g., count++ now triggers re-renders), a powerful global event bus ($emit/$listen) for cross-component communication, simplified two-way data binding with the $bind attribute, and enhanced framework utilities ($state, $setState, $querySelector). Performance is boosted with LRU caching for both components and compiled functions.