Releases: DenisPower1/interfy
Releases · DenisPower1/interfy
Modularizing Interfy
This version divided the Interfy into two versions:
-
The global version => The constructor is availabe globally.
-
The modularized version => The constructor must be imported, using the ECMASCRIPT 6 module.
And
The parameter of the route's handler, will be an unique object that will have two properties:
- var : This property is an object whose its properties will be the name of the route's variables. If there's no variable, it will be an empty object.
- param : This property is an object whose it's properties will be the name of the route's queryString parameters. If there's no queryString, it will be a empty object.
Updating to v2.0.1
This version improved the variable and parameter compiler.
Major update
This is a major update of Interfy library, it means that some methods like createRouter are just used internally, this update brought a much simple and enjoyable syntax. To get an in-depth guide about the new syntax access the following link v2
Minimal improvements
Some additional improvement to the Interfy core.
The first version
It's the first version of this powerful lib.