Skip to content

The second version is out!

Compare
Choose a tag to compare
@DenisPower1 DenisPower1 released this 02 Jun 22:52
· 145 commits to main since this release
1e17da0

Removed API

  • Inter object.
  • event object.
  • storage object.
  • data object.
  • whileLoading function.
  • interface object.
  • input object.
  • form object.

Changed API

  • toHTML is now Ref function.
  • toATTR is now toAttrs function.
  • Inter.for is now renderList function(and the data option in Inter.for is now the each option).
  • The ajax request is now made with the Backend instance.

Radical API change.

  • The container rendering was radically changed.
  • The router was also radically changed.