Releases: interjs/inter
Updating to v1.2.4
This version fixes the bug caused by the addition of defineProps property in version 1.2.3 and improved the ROUTER function.
Updating to v1.2.3
This version brought improvements in ROUTER, container rendering and
ajax , and brought some little additions:
- setRefs property.
- defineProps property.
Get an in-depth guide about Inter by acessing its official tutorial
Updating to v1.2.2
This release brought security improvements and fixed bug in ROUTER().
Updating to v1.2.1
This update fixes the bug in Inter.for and improves Ajax in Inter.
Updating to v1.2.0
This version brought a lot of improvements. Inter became: smaller, more performant and more powerful.
To have an in-depth guide about the new concepts, please refer to novidades
Improving Inter
A simple realese to improve some features of Inter.
Improving Inter reativity
In this version, Inter improves its reactivity, and brings the otherArray method, this will be a method of the array that we
use to manipulate the data array in Inter.for(). We will be using this method to be able to define an another array where the listing will be based on, to get an in-depth guide about this new Inter's capability take a look at: otherArray
Stabilizing Inter's features.
This version brought the following features:
- Reative template.
- Containers rendering.
- Attributes manager.
And fixed the bugs in:
- ROUTER()
- Ajax
PRE-RELEASE
This is just a pre-release for Inter 1.1
WARNING: IT'S NOT READY FOR PRODUCTION YET.
BUG FIXED
This release is to fixe bug in whileLoading() function.