Releases: maiyun/mutton
Mutton 7.4.0
[+] Added support for GIS and JSON types in the Db library.
[+] Introduced new methods in the Mod library: oneArray, toArrayByRecord, firstArray, and allArray.
[+] Added the _cross method to the Ctr library, allowing for cross-origin requests.
[+] Implemented a reverse proxy feature using the rproxy method from the Net library.
[+] Added the onUnload event to the lifecycle, which executes when the page is unloaded.
[+] Added the suf suffix parameter to some methods in the Sql library.
[+] Introduced the removeByWhereSql method in the Mod class.
[+] New index parameter in various join methods of the Mod library.
[*] Optimized rewrite rules to directly display HTML content.
[*] Numerous other optimizations.
Mutton 7.3.2
[*] Optimize Mod, Sql classes.
Mutton 7.3.1
[+] Added constants QS, URL_STC_FULL, and STATIC_PATH_FULL.
[+] Added boolean type check in the _checkInput method of the Ctr class.
[*] Other optimizations.
Mutton 7.3.0
[+] Add Jwt library.
[+] Add setCookie method of Net library.
[*] Some other optimizations.
Mutton 7.2.3
[+] Add check array type in _checkInput method of Ctr class.
[+] Add _urlFull in _loadView method of Ctr class.
Mutton 7.2.2
[+] Add convert62, unconvert62, purify methods of core lib.
[+] Add urlAtom method, optimize urlResolve method of text lib.
[+] Add migration method of consistent lib.
[+] Add HOSTPORT const.
[+] Add _urlBase param in _loadView method, add _enabledXsrf method, add custom _httpCode param of ctr class.
[+] Add custom 404 location "#404" of route.
[*] Other optimizations.
Mutton 7.2.1
[+] Added getRange method in the Consistent class.
[*] Optimize code.
Mutton 7.2.0
[+] Add Tcaptcha library.
Mutton 7.1.0
[+] Add Consistent library.
[+] Add index param of Mod.
[+] Add explain method of Mod.
Mutton 7.0.2
[*] Optimize the by and field methods of the Sql library.
[*] Optimizes the _checkInput method of the Ctr class.