Releases: Mike96Angelo/Bars
Releases · Mike96Angelo/Bars
v1.6.0
v1.0.0
Bars v1.0.0
- Bars is using its own view renderer, instead of virtual-dom.
- This give better performance and more reliable rendering without loosing DOM state.
v0.9.0
Bars v0.9.0
- Better dot paths:
obj.prop
. - Bracket lookups:
obj[key]
.
v0.8.1
Bars v0.8.1
- App.appendTo
v0.8.0
Bars v0.8.0
- Bars App.
- Bars Compiled variants.
v0.7.0
Bars v0.7.0
- HTML Properties.
v0.6.3
Bars v0.6.3
- Context-Maped variable can be chain lookuped ....
v0.6.2
Bars v0.6.2
- Re-enabled preCompile.
v0.6.1
Bars v0.6.1
- Blocks allow multiple arguments.
- Context Maps / Assignments.
v0.5.3
Bars v0.5.3
- Using
virtual-dom
as an experiment (we will be building your own custom rendering system in the future).