Skip to content

Releases: maiyun/kebab

Kebab 1.1.0

30 Jan 07:44
Compare
Choose a tag to compare

[+] Added getRange method to the Consistent library.
[+] Introduced clearCookie method in the Jwt library.
[+] Added close method to the sftp library.
[+] Implemented independent execution for persistent code with the new ind mechanism.
[+] Enhanced GIS and JSON format support for sql and db libraries.
[+] New methods oneArray, toArrayByRecord, firstArray, allArray added to the mod class.
[+] Added _cross method to the ctr class, allowing cross-origin restrictions to be lifted.
[+] Introducing reverse proxy feature using rproxy method from the net library.
[+] Added onUnload event to the lifecycle, executing when the page ends.
[+] Some methods in the sql library now support a suf suffix parameter.
[+] New method removeByWhereSql added to the mod class.
[+] Various join methods in the mod class now support an index parameter.
[*] Optimized the purify method in the core library.
[*] Improved rewrite rules, directly displaying HTML-formatted files.
[*] Enhanced SSL X509 certificate loading mode.
[*] Numerous other optimizations.

Changelog

Kebab 1.0.1

07 Mar 10:46
Compare
Choose a tag to compare

[+] Added Buffer, stream.Readable, and lResponse.Response as T combination Array return types in the controller.
[+] Added passThroughAppend method in the Core class.
[+] Controller return values are compressed by default, with the compression algorithm adapted to user-requested headers.
[+] Added getStream method in the Net Response.

Changelog

Kebab 1.0.0 Alpha

17 Jan 07:53
Compare
Choose a tag to compare
Kebab 1.0.0 Alpha Pre-release
Pre-release

[*] Lots of optimizations.

Changelog

v0.2.0-beta2

18 Sep 10:52
Compare
Choose a tag to compare
v0.2.0-beta2 Pre-release
Pre-release

[+] Add the nlReplace method, the Text library.
[+] Add the RPC of reload, restart, clearDataCache.
[+] Add hmacMd5/hmacMd516/sha1/hmacSha1/hmacSha256 method in the Crypto library.
[+] New Cloud Dns library, currently supports Alibaba Cloud, Tencent Cloud's domain name Dns resolution interface.
[+] Add the objectSort method in the Sys library.
[+] Add the getHost method in the Text library.
[+] Add the rmdirDeepEmpty method in the Sftp (Ssh) library.
[+] Add the insertSql method in the Mod library.
[+] Add the key pre string in the Redis library.
[+] Add the disconnect method in the Redis library.
[+] New DnsSys library is used to get the Dns resolution value of the domain name.
[+] Adding the mail method does not require the smtp server to send mail in the Net library.
[+] New Socket library.
[+] Add the getText method to get the language correspondence text in the View library.
[+] Add hset/hmset/hget/hmget/hget/hget/hgetall/hexists/hincr/hkeys method in the Redis library.
[+] Add the getIp method to get the user's real IP in the Sys library.
[+] Add softened mode in the Mod class.
[+] Add the lock method in the Sql library.
[*] Remove the original md5WithSalt/md5WithSalt16 method, please use hmacMd5/hmacMd516 instead of the Crypto library.
[*] When the key is less than the required number of digits, the md5 complement is automatically performed, the aesEncrypt/aesDecrypt method, the Crypto library.
[*] Fix the bug related to readFile, ssh (Sftp) library.
[*] Optimize the relevant return value of the Mysql/Redis library.
[*] Replace the Redis core library as the redis library of the LiteRT organization.
[*] The pipe method adds the end option in the Sftp/Net/Fs library.
[*] Optimize the code for WebSocket interactions.
[*] Optimize the setting sq. size of the Output of the View Library.
[*] Fix the bug that the file uploaded.
[*] Fix the sync method in the Fs library. Change the github raw address to jsdelivr.

Changelog

v0.1.0-beta

10 Jun 04:10
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

[+] Added Ssh library, including Shell and Sftp library.
[+] Sys Library added loadData, clearDataCache, realClearDataCache, location, redirect methods.
[+] The SQL class add format method.
[+] Mod class added getLastSqlString, getLastSqlData, getLastSqlFormat method.
[*] Fixes a BUG in the Sql class where method that is still processed when the object in the incoming array is empty.
[*] Fixes CopyFiles synchronization issues.
[*] Fixes a BUG where the default system constants cannot be read when no reference is made to the template.
[*] Fixes a BUG where the Mod class inheritance class cannot read the table name when using static methods.
[*] Part of the code optimization.

Changelog

v0.0.8-alpha3

07 Jun 08:37
Compare
Choose a tag to compare
v0.0.8-alpha3 Pre-release
Pre-release

[+] Add STATIC_PATH, STATIC_VER configuration items.

Changelog

v0.0.7-alpha2

07 Jun 06:39
Compare
Choose a tag to compare
v0.0.7-alpha2 Pre-release
Pre-release

[*] Fix the upgrade program.

Changelog

v0.0.6-alpha

07 Jun 06:23
Compare
Choose a tag to compare
v0.0.6-alpha Pre-release
Pre-release

[+] Add the Captcha library.

Changelog

v0.0.5-dev5

06 Jun 08:52
Compare
Choose a tag to compare
v0.0.5-dev5 Pre-release
Pre-release

[+] Add a model class.
[+] Add the Session library.
[+] Add the Time library.

Changelog

v0.0.4-dev4

03 Jun 10:42
Compare
Choose a tag to compare
v0.0.4-dev4 Pre-release
Pre-release

[*] Code optimization.

Changelog