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

Changelog History
Page 2

  • v2.6 Changes

    February 10, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added tests (finally!).
    • ๐Ÿ†• New 'average' function in the standard library.
    • \Core\Route::add method works for any request method.
    • \Core\Controller::closure returns the result of the function.
    • ๐Ÿ›  Fixed 'local' function of the standard library.
    • ๐ŸŒฒ \Core\Session::get and \Core\Request::{get, post, delete, patch, cookie} now doesn't perform any logging when the specified variable isn't set.
    • ๐Ÿ”จ Refactored code.
  • v2.5 Changes

    February 07, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed the result of the 'isEmail', 'isAlphanumeric' and 'isAlpha' functions in the standard library.
    • ๐Ÿ›  Fixed bug in the 'getClientIp' function of the standard library when the server REMOTE_ADDR isn't set.
    • ๐Ÿ”Š Renamed the 'system/log' folder to 'system/logs'.
  • v2.4 Changes

    January 15, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added an Auth utility.
    • ๐Ÿ›  Fixed bug in the first method of the Core\Query class when no rows are present.
  • v2.3 Changes

    January 11, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added a DI Container.
    • โž• Added val and config functions to the standard library.
    • The interpolate method of the Utilities\Str class returns the given string instead of false if the given values array is empty.
    • ๐ŸŒฒ The methods of the Core\Log class now takes a second parameter which is and array with values to interpolate in the string.
    • The redirect function of the standard library redirects to the home when no parameter is passed.
    • ๐Ÿ›  Fixed Core\DB fetch mode.
    • ๐Ÿ”จ Refactored code.
  • v2.2.2 Changes

    January 06, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed bugs in the 'moveRows' and 'runLastSql' methods from the Core\DB
      class.
    • ๐Ÿ›  Fixed bug in the 'file' method of the Utilities\Upload class.
    • The directory variable of the Utilities\Upload class is now relative
      to the server root directory.
    • ๐Ÿ”จ Refactored code.
  • v2.2 Changes

    January 05, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed bug in the 'limit' method of the Utilities\Str class related to
      special characters.
    • โž• Added 'concatPath' method to the Utilities\Str class.
    • ๐Ÿ”จ Refactored code.
  • v2.1 Changes

    December 31, 2019

    ๐Ÿ”„ Changelog:

    • Now the template function tags can be escaped.
    • ๐Ÿ”จ Refactored code.
  • v2.0 Changes

    December 29, 2019

    ๐Ÿ†• New redesigned version of Wolff

  • v1.10 Changes

    November 25, 2019

    ๐Ÿ”„ Changelog: โ€ฆ

    • โž• Added new token method to the Utilities\Str class.
    • ๐Ÿ›  Fixed bug in the first method of the Core\Query class when there are
      no rows.
  • v1.9.1 Changes

    November 15, 2019

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed bug in the Core\DB and Core\Query classes related to the get method.
    • ๐Ÿ›  Fixed bug in toUtf8 method from the Utilities\Str class.