Skip to content

Releases: inhere/kite

v2.3.0

17 May 08:40
Compare
Choose a tag to compare

Change Log

Feature

  • 67d84b8 ✨ feat: add new command group pkgm for manage pkg install
  • 43b6190 ✨ feat: add new command gl:br:clean for clean branches

Update

  • ddece39 up: update some file and add new custom dir
  • 5925a4c up: update some for custom dir, update jenkins lib
  • cf10ce9 up: update json,git,str and more tool commands
  • a4b3354 up: update some git,php,json and extra commands
  • a9695a7 up: update the git emoji command, support render contents
  • 69ce317 👔 up: update the git ac, up commands logic
  • b44cb65 👔 up: update the php some commands logic
  • d89ac79 👔 up: update str, self some commands logic
  • ccb8b9d up: add extension file tree builder implement
  • d4e8c0d ♻️ up: update the tool group command logic
  • d50813f ♻️ update: move the git:changelog logic to ChangelogCmd
  • ccd461e 👔 up: update git, gitlab, github some sub commands logic
  • b5f39e8 👔 up: update fs and tool commands
  • e0ab2a0 👔 up: modify some tool command group class
  • 13226b7 👔 up: use easytpl replace text template
  • 045e203 👔 up: update some ftb builder and script run logic
  • ec8ceeb 👔 up: update some git and gitlab commands logic
  • a655cca 👔 up: update json commands and text parser logic
  • 7d44c41 👔 up: update some git and doc commands logic
  • 3f0e2c4 👔 up: update some generate commands logic
  • ab4f8e4 up: remove --debug on run phpunit

Fixed

  • ce00c37 fix: dep jenkins client version write error

Other

  • 422ebcf ci: add -W option on github action tests
  • 27c0160 ci: change the phppkg/http-client limit to ^3.0

What's Changed

  • build(deps): bump symfony/yaml from 6.1.3 to 6.1.8 by @dependabot in #67
  • build(deps): bump symfony/expression-language from 6.1.2 to 6.2.0 by @dependabot in #66
  • build(deps): bump toolkit/fsutil from 2.0.3 to 2.0.4 by @dependabot in #70
  • build(deps): bump symfony/yaml from 6.1.8 to 6.2.2 by @dependabot in #71
  • build(deps): bump symfony/expression-language from 6.2.0 to 6.2.2 by @dependabot in #68
  • build(deps): bump nette/neon from 3.3.2 to 3.4.0 by @dependabot in #72
  • build(deps): bump phppkg/http-client from 3.0.1 to 3.0.2 by @dependabot in #73
  • build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #75
  • build(deps): bump monolog/monolog from 3.2.0 to 3.3.0 by @dependabot in #76
  • build(deps): bump symfony/yaml from 6.2.2 to 6.2.5 by @dependabot in #74
  • build(deps): bump symfony/expression-language from 6.2.2 to 6.2.7 by @dependabot in #77
  • build(deps): bump symfony/yaml from 6.2.5 to 6.2.7 by @dependabot in #78
  • build(deps): bump knplabs/github-api from 3.8.0 to 3.11.0 by @dependabot in #80
  • build(deps): bump toolkit/fsutil from 2.0.4 to 2.0.6 by @dependabot in #81
  • build(deps): bump guzzlehttp/guzzle from 7.5.0 to 7.5.1 by @dependabot in #83
  • build(deps): bump guzzlehttp/psr7 from 2.4.3 to 2.4.5 by @dependabot in #82
  • build(deps): bump guzzlehttp/psr7 from 2.4.5 to 2.5.0 by @dependabot in #84
  • build(deps): bump symfony/yaml from 6.2.7 to 6.2.10 by @dependabot in #85
  • build(deps): bump gitonomy/gitlib from 1.3.6 to 1.3.8 by @dependabot in #86
  • build(deps): bump guzzlehttp/guzzle from 7.5.1 to 7.6.0 by @dependabot in #87
  • build(deps): bump guzzlehttp/guzzle from 7.6.0 to 7.6.1 by @dependabot in #88

Full Changelog: v2.2.6...v2.3.0

v2.2.6

02 Dec 06:20
Compare
Choose a tag to compare

Change Log

Feature

  • ae5f053 feat: add new git op command and some consts

Refactor

  • d142c8a ♻️ refactor: migrate the gitlab pr command to sub-command MergeRequestCmd
  • 489a8e9 ♻️ refactor: migrate some git commands to alone subcommands

Update

  • 03121e8 up: update the install script and update readme
  • 26037c2 up: refactor git branch commands to independent class. up the git, gitlab group
  • 30b01de up: update the install script, add new option for run command
  • 06be919 up: gitx - migrate the git tag list command to a command class.
  • e082447 up: gitlab - migrate the gitlab:resolve command to a command class.
  • cf00393 up: update composer lock and update script
  • 8495032 up: update some for jump commands
  • 30f6cfa up: sys, git - add new sys command, update the git branch command
  • 938c3ba up: update some config for app, web app.
  • a85ab77 up: update some web app error handler logic
  • 00661b8 up: update some web app service create logic, fix view render error
  • 8ab9e9b up: add some static pages html files for run apidoc demo
  • b10966f up: update soem for gitlab and run command
  • 7c4b74d up: update the sql to markdown gen, support language
  • e327ea5 up: update some git commands and tool commands
  • 6bb2e0b up: update some git op logic, and gitx logic
  • 9c8e759 up: enhance the json get command logic
  • 8266072 up: rename gitx class, update some git update logic
  • aaf03ae up: move all Console/Attach class to Console/SubCmd
  • 9d806fc up: update the gitlab merge request logic, allow to create PR on a not git repo
  • 4e6525d up: move ts2date to a alone command class, and attach to str and conv group
  • f98ba6d up: update some git/gitlab sub command logic
  • 5f6d3ba up: update some git commands and auto proxy env logic
  • 7961c69 up: update the cli app init and boot logic, update some config
  • b5db10a up: update soome for git sub commands
  • ccdba0a up: update the git log command to alone class

Fixed

  • 0ebbb23 fix: fetch ENV PATH information not works on Windows
  • 95e1aa3 fix: fix args line build error on run script file

Other

  • 9cc6cf8 build(deps): bump knplabs/github-api from 3.5.1 to 3.7.0
  • 4676010 build(deps): bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
  • 2871a65 build(deps): bump symfony/yaml from 6.1.0 to 6.1.2
  • ce8cd7f build(deps): bump guzzlehttp/psr7 from 2.3.0 to 2.4.0
  • ef82336 build(deps): bump symfony/expression-language from 6.1.0 to 6.1.2
  • 72812a7 chore: update composer lock and update dep up script

Full Changelog: v2.2.5...v2.2.6

v2.2.5

13 Jun 01:59
c42288e
Compare
Choose a tag to compare

Change Log

Update

  • up: update the web/cli app init logic 8178f30
  • up: update the tool manage and config logic 0c7a044
  • up: update some app init logic and install script 8b4cb26
  • up: update some for the tool manage and install logic f810026
  • up: update some for the git branch command match logic 115ef50
  • up: update some for contents read and write 8ee9039
  • up: update some for git gitlab commands a71cc40
  • up: register some commands to gen and http group 1e99dd2

Fixed

  • fix: fix some error on use json generate go code 3661025
  • fix: fix some error on parse SQL for gen java code e272c65

Feature

  • feat: add new command: hash for gen md5, hash string f51f2bf

Other

  • build(deps): bump guzzlehttp/guzzle from 7.4.1 to 7.4.3 bebd121
  • build(deps): bump symfony/yaml from 6.0.3 to 6.1.0 2a7887b
  • build(deps): bump symfony/expression-language from 6.0.8 to 6.1.0 f20f54c
  • chore: update some for run and find command 64fb163
  • build(deps): bump guzzlehttp/psr7 from 2.1.0 to 2.2.1 f1e41f7
  • build(deps): bump monolog/monolog from 3.0.0 to 3.1.0 56fffa3
  • build(deps): bump guzzlehttp/guzzle from 7.4.3 to 7.4.4 4ebf688
  • build(deps): bump guzzlehttp/psr7 from 2.2.1 to 2.3.0 be8767a

v2.2.4

19 May 02:04
Compare
Choose a tag to compare

Change Log

Update

  • up(gitx): update some logic for git branch create d1e6f02
  • up(str): move parse url query to a command class 7305450
  • up(find): modify find command options 1808073
  • up: add some new tool command b652458
  • update: update some for run, search commands 7dba778
  • update: update some for git commands 119d1f6
  • update: update deps version, add some scripts 72c3646
  • up: update kite deps update script logic bfee887
  • up: will return script exit code on run script or plugin b89a8a4
  • update: update the gh,gl command redirect to git group logic b3bc65c

Feature

  • feat(conv): convert group add date2ts command cefeef0
  • feat: add tool manager commands for install, update tool 5be2f2a

Other

  • chore: update some 0e627af
  • build(deps): bump toolkit/fsutil from 2.0.2 to 2.0.3 8b2d518
  • chore: update some git command options b3c7318
  • build(deps): bump docker/build-push-action from 2 to 3 47c9816
  • build(deps): bump docker/metadata-action from 3 to 4 1dbb930
  • build(deps): bump docker/login-action from 1 to 2 dae6787
  • build(deps): bump gitonomy/gitlib from 1.3.4 to 1.3.5 d996103
  • build(deps): bump monolog/monolog from 2.4.0 to 3.0.0 6059ef7
  • chore: update github action, only test on php 8.1 f32fc2c
  • ♻️ refactor: refactoring config manage logic 348fdef
  • build(deps): bump symfony/expression-language from 6.0.7 to 6.0.8 cc144d0

v2.2.3

14 Apr 05:48
Compare
Choose a tag to compare

Change Log

Feature

  • feat: add gen go struct code from text 7b99f23
  • feat: allow set global workdir for all commmands 7f7b0dd
  • feat: add new command: batch - for run command multi times 7950e8e
  • new(fs): add new subcommand 'replace' for handle file contents e84faed
  • new(tool): add new command group 'tool 092cffc

Update

  • enhance: update and optimize the quick jump logic 7d88fe5
  • up: update some for self config command 613a89d
  • update some command logic c7b5b42
  • enhance: optimize and enhance the find command 5f7ea93
  • up: update some for find command 4900ba9
  • up: move git commands class to sub dir Gitx 2df5d93
  • up(find): add more command var support 57581c1

Fixed

  • fix: git, gitlab workdir error on clone 6614d66

Other

  • chore: update some dep version 3bb2cc3
  • build(deps): bump symfony/expression-language from 6.0.3 to 6.0.7 1be9625
  • build(deps): bump monolog/monolog from 2.3.5 to 2.4.0 c94f9a7
  • build(deps): bump toolkit/fsutil from 2.0.1 to 2.0.2 fe29b63

v2.2.2

25 Mar 06:14
Compare
Choose a tag to compare

Change Log

Feature

  • feat: add command sql:to-map for convert insert SQL to k-v map a3071c5

Fixed

  • fix: fix json to php class logic error 468de9d
  • fix: git pull work error bf34ace

Update

  • update some for string join command 7f09a5f
  • up: update some for git, hub command 8593b1b
  • up: update some for doc find and render 80b61d1
  • up: update command git:acp, add new option 7db35e8
  • up: add some new commands for gitlab 789be67

Other

  • build(deps): bump symfony/expression-language from 6.0.1 to 6.0.3 5ff5d3b
  • build(deps): bump symfony/yaml from 6.0.2 to 6.0.3 b689348
  • build(deps): bump knplabs/github-api from 3.5.0 to 3.5.1 e3d8bf5
  • build(deps): bump colinodell/json5 from 2.2.1 to 2.2.2 0d4103b
  • build(deps): bump gitonomy/gitlib from 1.3.3 to 1.3.4 22c20fc
  • build(deps): bump actions/checkout from 2 to 3 eb5597e

v2.2.1

29 Jan 08:42
Compare
Choose a tag to compare

Change Log

Update

  • update cli command builder 352a273
  • up: updat some command logic 92b37cf
  • update some for script run 059a1dc
  • up: update php run-unit command logic 0e4cf18
  • up: add some new sub commands for git,gh,gl 3bc62b1
  • up: update some git commands 7d7c6e4
  • update readme and script dir dd4b748

Feature

  • feat: add new simple command: which 4ca885a
  • ✨ feat: run add special option for run groovy script f8da562
  • ✨ feat(gitlab): add new command gl:checkout aec48b2
  • ✨ feat: run script file support java file ec2b133

Fixed

  • 🐛 fix: args error for run a script 152accc
  • fix: call method on null prop aa956a0

Other

  • build(deps): bump symfony/expression-language from 6.0.0 to 6.0.1 03b19bf
  • build(deps): bump symfony/yaml from 6.0.0 to 6.0.1 4112912
  • refacting: run code inspect for all class 10b4460
  • perf(git): update some git command logic 34e298a
  • build(deps): bump toolkit/fsutil from 2.0.0 to 2.0.1 8c936c1
  • 👔 update: update command options define methods 6d0a7ae
  • build(deps): bump symfony/yaml from 6.0.1 to 6.0.2 b1264ab
  • build(deps): bump dragonmantank/cron-expression from 3.1.0 to 3.2.1 956a8da
  • build(deps): bump dragonmantank/cron-expression from 3.2.1 to 3.2.2 aaf1c67
  • build(deps): bump dragonmantank/cron-expression from 3.2.2 to 3.2.3 1d370fb
  • build(deps): bump laktak/hjson from 2.1.0 to 2.2.0 0f698df
  • build(deps): bump dragonmantank/cron-expression from 3.2.3 to 3.2.4 ffe04c2
  • build(deps): bump dragonmantank/cron-expression from 3.2.4 to 3.3.0 53c18c5
  • build(deps): bump dragonmantank/cron-expression from 3.3.0 to 3.3.1 f5015fb
  • build(deps): bump knplabs/github-api from 3.4.0 to 3.5.0 39f4634
  • build(deps): bump gitonomy/gitlib from 1.3.2 to 1.3.3 c4b0351

v2.2.0

09 Dec 13:03
Compare
Choose a tag to compare

Change Log

Fixed

  • fix some error for parse json5 header aa91adc

Update

  • up: add gh pages them fdc5ec4
  • add more script case, update some tool command logic f855c43
  • update some for stream lib a612f11
  • update composer lock file a9cb2af
  • update some for plugin info 0e379aa
  • up: update some for text parser 3c64b3f
  • update: update some deps version 89d68b5
  • up: update some dep version, update git chlog params 7f20d90
  • update some git command logic 0638978
  • update some for run script file 218dfa2
  • update readme and composer.json d22cadc

Other

  • style: update readme d95f4e4
  • prof: enhance json data parse logic 8fc9f35
  • move stream data api to stdlib 8a3b6c9
  • prof: update some console commands logic aa708b9
  • breaking: migrate commands to inhere/console v4.1.x e231f0f

v2.1.0

11 Nov 06:15
Compare
Choose a tag to compare

Change Log

required PHP 8.0+

Update

  • up: update some for json,str,util command groups 1721070
  • add more str,php,json util commands cfe192b
  • up: update some for parse text header fbb8c9f
  • update: update some logic for json parse commands 3c821f3
  • up: update some for json to dto code 770fe34
  • update: update text parser some logic 0eb9e40
  • update: update some commands logic 6a570bb
  • update: update easy template logic and test 7b83525
  • up: add more lib/template class and interface c8e5d02
  • up: update some for json to java class gen 7ca5491
  • update: update some plugin logic bc57878
  • update: update some template logic c51197b
  • update: only support php 8.0+ 8a6d166
  • update: update text template logic 035bc5c
  • update: update json generate class logic 720c68d
  • update some ini parser logic c9c70d6
  • update: move lib/ini-parser to repo phppkg/ini 6c5f793
  • update: rename all commands desc field 7549988
  • up: update some text parse and generate logic 7634022
  • update: update easy template gen tmp file logic da70490
  • update: add new template class f06eb34
  • update: update some template codes 6aeb326
  • update: update some for plugin config and run b7832fb
  • update composer.json c72e598
  • up: open test build phar on github action 6412d38

Feature

  • feat: complate the sql to md tool commands 7a08c1c
  • feat: add more string handle utils 066c785
  • feat: add json to class generate lib tools f85827e
  • feature: complete some new easy template logic afdf507
  • feat: template support add filter and directive 0f32934
  • feat: lib template support filters expr. df3752f

Fixed

  • fix: fix some error for sql <=> md parse 3f4ee91
  • style: fix some code check error 432f556
  • fix: fix some special words assert error, add more tests 686f8ff
  • fix: tempalte compile error on special expr 756da34
  • fix: fix some error on parse create sql e960ac6
  • fix: fix template compile filters error 88a7bf4
  • fix: can generate changelog on tag is empty bf9d5a6
  • fix: fix unit tests error 2cf77a9
  • fix: not test clipboard on github action. 5ed21cd

Other

  • prof: add more str,json... util commands c1c2573
  • enhance: ini string parse, add more tests 1e4e068
  • prof: prof text parser logic, move to sub namespace. 0fe721a
  • chore: update some template and config files 20f7458
  • chore: update some util class, add more util methods e8a3803
  • build(deps): bump psr/log from 1.1.4 to 3.0.0 d828494
  • chore: rename the clienttest dir to httptest 4467fa8
  • chore: add type define for some props af72751
  • chore: update some style, add some util methods 466ddff
  • prof: update text parser logic 5dce6c1
  • breaking: update plugin exec method params 2a9438e
  • chore: update some auto writer logic 64eac5b
  • chore: update some text parse logic cd6757d
  • chore: add new package, update readme 3475901
  • enhance: support more features for ini parser 8ca2262
  • enhance: update some string util commands logic d51b37d
  • chore: update some 35e1353
  • refactor: refacting some template compile lgoic 1f23d92
  • build(deps): bump psr/container from 1.1.1 to 1.1.2 37f996f
  • build(deps): bump colinodell/json5 from 2.2.0 to 2.2.1 c45adfe
  • refactor: refacting the template file load logic 98a3460
  • build(deps): bump nette/neon from 3.3.0 to 3.3.1 5a90498
  • prof: optimize some template compile logic bd2874e
  • chore: remove text/template dep, update some f7bb807
  • breaking: move lib/template to repo phppkg/easytpl 7346fcd

v2.0.4

28 Oct 06:39
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: use composer update on publish image action 8930daa
  • fix: should record applyed proxy cmdId 5ffedf2
  • fix: composer.json data error 3b89698
  • fix: config load file error 97f7ba9

Update

  • add an script file 8a3e3a8
  • add new file: bin/kite.bat cdd7eb8
  • up: update git chlog command baa14e5
  • update: update github action script 476e0f7
  • up: update some for run script 924c923
  • update: add new commands on php group d107a85
  • up: update cheat command, support multi query question e9bfc05
  • update dep version, update htu bin file e134c35
  • up: update string filter command 15b8751

Feature

  • feat: run script file support parse shebang -S option a546f2c
  • feat: add new command for convert yaml data 96230e4
  • feat: kite plug run support match keywords for run a plugin b7936de
  • feat: add more php, java tool commands ff1a13b
  • feat: add more string,json tool commands a0e657e

Other

  • style: update readme 3d5cd50
  • breaking: limit php version >= 7.4, update some class define 3912de2
  • chore: update deps, re-gen composer lock a85748e
  • chore: update some for init load logic 9b029d9