Skip to content

Releases: interjs/inter

v2.1.1

22 Jan 12:29
Compare
Choose a tag to compare

This version fixed many bugs in list rendering.

v2.1.0

10 Jan 14:09
Compare
Choose a tag to compare

This version brought a lot of optimization and some new features.

Features

  • _elseIf conditional attribute.
  • ListReactor.observe method.
  • ListReactor.setEach property.
  • Attribute manager's observe method.

Note: From this version, the otherArray property is now deprecated, use the new setEach property instead.

For an in-depth guide refer to the official tutorial.

v2.0.16

18 Nov 12:02
Compare
Choose a tag to compare

Changes

  • Improve the performance of list rendering by mutating the Array.prototype.push and Array.prototype.pop methods.
  • Improve an Inter's warning message.
  • Remove an unused specialAttrs variable.

Improvements

25 Oct 09:47
Compare
Choose a tag to compare

This version brought the following improvements:

  • Fix bug in isObj method(Ajax response method).
  • Parse the request body and performs JSON.stringify, if needed.

Bug fixes

19 Oct 23:56
Compare
Choose a tag to compare

This version fix:

  • Bug in the conditional rendering parser.
  • Grammatical errors in the warning messages.

Bug fixes

07 Oct 15:35
Compare
Choose a tag to compare

This version brought the following improvements:

  • Fixed bug in the conditional attributes parser(conditional rendering).
  • Fixed bug in the list rendering system.

Bug fix

07 Oct 19:21
Compare
Choose a tag to compare

This version fixed a bug in the list rendering system.

Bug fixes

05 Oct 20:45
Compare
Choose a tag to compare

This version brought the following improvements:

  • Fixed many bugs in the list rendering system.
  • Fixed a bug in the list reactive system.

v2.0.10

23 Sep 10:36
Compare
Choose a tag to compare

This version brought the following improvements:

  • Fixed bug on the listReactor.addItems
  • Fixed bug on the list conditional rendering.
  • Fixed bug on the list update system.

v2.0.9

19 Aug 21:26
Compare
Choose a tag to compare

This version brought the following improvements:

  • Fixed bug in the listing update system.
  • Added more warning for reserved properties.