Skip to content

Releases: php-toolkit/pflag

v2.0.7

19 Apr 14:21
Compare
Choose a tag to compare

Change Log

Update

  • up: fix syntax check error on php8.4 ffbd245

Other

  • chore(deps): bump actions/checkout from 3 to 4 57f1b59
  • chore(deps): bump actions/cache from 3 to 4 feff63a
  • chore: update some comments and add ci test on php8.2 e5d0fa5
  • ci: remove unit test on php8.0 and add php8.3 da84181
  • ci: fix github action ci run fail cec817f
  • chore(deps): bump softprops/action-gh-release from 1 to 2 6be561c

v2.0.6

05 Nov 13:50
Compare
Choose a tag to compare

Change Log

Update

  • up: update flags parse option logic 1636bce

Other

  • chore: update release action codes 6619dc8

v2.0.5

19 Jul 05:21
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: validator tips not display on render help b83477f
  • fix: short option check and sort options map 62bb1f2

Update

  • up: update some for string to bool value 190cf6f
  • up: update the cmd, flags help render logic 315aac6
  • up: use the gookit/gitw chlog for generate changelog 6628805

Other

  • chore(deps): bump actions/checkout from 2 to 3 d44eaf4
  • chore(deps): bump actions/cache from 2 to 3 c275b6b
  • chore: update some preview images and update readme docs 2772c34

v2.0.4

25 Jan 15:52
Compare
Choose a tag to compare

Change Log

  • fix: next is option value check error df8d27b
  • fix: collect array argument error 6246541

v2.0.3

19 Jan 14:18
Compare
Choose a tag to compare

Change Log

Update

  • up: support more custom setting for add arg flag 96b4050

Fixed

  • fix: the remian args collect error 6822123

v2.0.2

02 Jan 13:00
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: remian args is not string list 8e36450

Other

  • chore: run php-cs-fixer for the ./ 24d17d5

v2.0.1

14 Dec 15:01
Compare
Choose a tag to compare

Change Log

  • up: optimize CliApp code b1099ef
  • update: add new methods for cli cmd,app 7a99f46

v2.0.0

09 Dec 06:38
Compare
Choose a tag to compare

Change Log

Update

  • upgrade: only tests on php 8.0+ c3ecac7
  • update: migrate code syntax to php 8.0+ 1b407de

Fixed

Feature

  • feat: support add CmdHandler class to CliApp f085b16

v1.2.0

05 Dec 15:59
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: flag type check error 2ad6fd5
  • fix: syntax error on php 7.4 00be077
  • fix: syntax error on < php 7.4 1fcb150

Feature

  • feat: add built in simple app and cmd builder 36903c1

Update

  • update: add an util methods, update readme 6bf883c

Other

  • prof: add some helper methods from cli-utils 3227051
  • style: update readme, remove some unused codes 2987de9
  • chore: add some tests for CliApp 65c727c

v1.1.2

26 Nov 05:25
Compare
Choose a tag to compare

Change Log

Update

  • up: use php 8.0 for gen tag release d733ce4

Fixed