Skip to content

Releases: DenisPower1/interfy

Modularizing Interfy

14 Nov 11:13
3a0052d
Compare
Choose a tag to compare

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

01 Nov 20:53
2edc7e2
Compare
Choose a tag to compare

This version improved the variable and parameter compiler.

Major update

25 Oct 21:59
63544a8
Compare
Choose a tag to compare

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

27 Sep 21:46
d5295f2
Compare
Choose a tag to compare

Some additional improvement to the Interfy core.

The first version

21 Aug 00:02
4d00535
Compare
Choose a tag to compare

It's the first version of this powerful lib.