All Versions
34
Latest Version
Avg Release Cycle
18 days
Latest Release
1271 days ago

Changelog History
Page 3

  • v1.9 Changes

    August 27, 2019

    ๐Ÿ”„ Changelog:

    • ๐Ÿ†• New getRender method in the core\Loader class that returns a rendered view.
    • ๐Ÿ†• New swap method in the utilities\Str class that swaps two substrings in a string.
    • ๐Ÿ”จ Refactored code.
  • v1.8 Changes

    August 13, 2019

    ๐Ÿ”„ Changelog:

    • โž• Added isJson and toArray functions to the std library.
    • ๐Ÿ›  Fixed bug when using the import tags in included views.
    • ๐Ÿ”จ Refactored code.
  • v1.7.2 Changes

    August 11, 2019

    ๐Ÿ”„ Changelog:

    • The table and column names parameters are now escaped in the DB class.
    • No connection is made when the database name is empty in the config.php file.
    • ๐Ÿ”จ Refactored code.
  • v1.7 Changes

    August 09, 2019

    ๐Ÿ”„ Changelog:

    • โž• Added style, script and icon tags to the template system.
    • ๐Ÿ”จ Refactored code.
  • v1.6.1 Changes

    July 06, 2019

    ๐Ÿ”„ Changelog:

    • โž• Added an url function to the stdlib that serves as a shorter alternative to getLocalUrl.
    • ๐Ÿšš Moved the Utilities\Str class to wolff-framework.
    • ๐Ÿ”„ Changed the logo from png to svg.
    • 0๏ธโƒฃ Minor changes in the default views.
  • v1.6 Changes

    June 27, 2019

    ๐Ÿ”„ Changelog:

    • The pick function of the Query class now takes multiple parameters (column names).
    • ๐Ÿ‘Œ Improved the system's logging.
    • Some of the config functions from the standard library will return an empty string if the key value doesn't exists in the CONFIG array.
    • ๐Ÿ”จ Refactored code.
  • v1.5 Changes

    June 25, 2019

    ๐Ÿ”„ Changelog:

    • The directory related functions of the standard library accept a string as a parameter to concatenate to it.
    • ๐Ÿ›  Fixed bug when creating views and controllers through the CLI.
    • ๐Ÿ”„ Changed warning to error in the Log files, when loading a non-existing language.
    • ๐Ÿ”จ Refactored code.
  • v1.4 Changes

    June 23, 2019

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed bug that prevented the comment tags to work in inner views (views loaded by the @load tag).
    • Now the template tags can be escaped, putting the ~ char before them.
    • โž• Added count function to the template system.
    • ๐Ÿ–จ The printr, printrd, echod and dumpd functions of the standard library accept any number of parameters.
    • ๐Ÿ”จ Refactored code.
  • v1.2.1 Changes

    June 15, 2019

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed bug when creating a route in the CLI.
    • ๐Ÿ›  Fixed bug with the routes system when trying to match routes with GET parameters.
    • โž• Added a template_on key to the CONFIG constant.
    • Now the first method of the Query class accepts a column name as parameter.
    • ๐Ÿšš Moved the core files to usbac/wolff-framework
    • ๐Ÿ”จ Refactored code.
  • v1.1.0 Changes

    June 08, 2019

    ๐Ÿ”„ Changelog:

    • โž• Added some error validations in the Loader and Extension classes.
    • โž• Added getLocalUrl to the standard library.
    • ๐Ÿ”จ Refactored code.