Skip to content

Releases: maiyun/mutton

Mutton 7.4.0

30 Jan 07:07
Compare
Choose a tag to compare

[+] 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.

Changelog

Mutton 7.3.2

16 Jun 06:49
Compare
Choose a tag to compare

[*] Optimize Mod, Sql classes.

Changelog

Mutton 7.3.1

28 Feb 18:49
Compare
Choose a tag to compare

[+] Added constants QS, URL_STC_FULL, and STATIC_PATH_FULL.
[+] Added boolean type check in the _checkInput method of the Ctr class.
[*] Other optimizations.

Changelog

Mutton 7.3.0

01 Feb 02:50
Compare
Choose a tag to compare

[+] Add Jwt library.
[+] Add setCookie method of Net library.
[*] Some other optimizations.

Changelog

Mutton 7.2.3

20 Jan 19:35
Compare
Choose a tag to compare

[+] Add check array type in _checkInput method of Ctr class.
[+] Add _urlFull in _loadView method of Ctr class.

Changelog

Mutton 7.2.2

17 Jan 07:12
Compare
Choose a tag to compare

[+] 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.

Changelog

Mutton 7.2.1

21 Sep 14:01
Compare
Choose a tag to compare

[+] Added getRange method in the Consistent class.
[*] Optimize code.

Mutton 7.2.0

09 Sep 14:50
Compare
Choose a tag to compare

[+] Add Tcaptcha library.

Mutton 7.1.0

02 Sep 17:22
Compare
Choose a tag to compare

[+] Add Consistent library.
[+] Add index param of Mod.
[+] Add explain method of Mod.

Mutton 7.0.2

16 May 17:47
Compare
Choose a tag to compare

[*] Optimize the by and field methods of the Sql library.
[*] Optimizes the _checkInput method of the Ctr class.

Changelog