Skip to content

Releases: Mike96Angelo/Bars

v1.6.0

13 Feb 17:49
Compare
Choose a tag to compare

Bars v1.6.0

  • Conditional Operators.
  • Context allows non-objects as data.
  • Soft-lookups.
  • Debug error warning for runtime.

v1.0.0

18 Jan 02:28
Compare
Choose a tag to compare

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

12 Jan 03:18
Compare
Choose a tag to compare

Bars v0.9.0

  • Better dot paths: obj.prop.
  • Bracket lookups: obj[key].

v0.8.1

11 Jan 23:15
Compare
Choose a tag to compare

Bars v0.8.1

  • App.appendTo

v0.8.0

11 Jan 22:29
Compare
Choose a tag to compare

Bars v0.8.0

  • Bars App.
  • Bars Compiled variants.

v0.7.0

11 Jan 00:22
Compare
Choose a tag to compare

Bars v0.7.0

  • HTML Properties.

v0.6.3

10 Jan 16:07
Compare
Choose a tag to compare

Bars v0.6.3

  • Context-Maped variable can be chain lookuped ....

v0.6.2

10 Jan 02:48
Compare
Choose a tag to compare

Bars v0.6.2

  • Re-enabled preCompile.

v0.6.1

10 Jan 02:19
Compare
Choose a tag to compare

Bars v0.6.1

  • Blocks allow multiple arguments.
  • Context Maps / Assignments.

v0.5.3

09 Jan 03:15
Compare
Choose a tag to compare

Bars v0.5.3

  • Using virtual-dom as an experiment (we will be building your own custom rendering system in the future).