Skip to content

Releases: gookit/gitw

v0.3.5

19 Jun 12:50
Compare
Choose a tag to compare

Change Log

Feature

  • ✨ feat: add new util IsBranchName() for check valid branch name 4fadf40
  • ✨ feat: add new repo method BranchDelete() for quick rm branch 28730ec
  • ✨ feat: add SearchV2() for search branches by prefix,suffix,contains,glob,regex 26c7e7d

Update

  • 👔 up: update the repo branch info list store type 8f0ef64
  • 👔 up: update some logic for chlog and group matcher and utils b5cbae6

Other

  • build(deps): bump github.com/gookit/slog from 0.4.0 to 0.5.0 (#53) 2b809e0
  • build(deps): bump github.com/gookit/slog from 0.5.0 to 0.5.1 (#54) 3039521
  • ⬆️ dep: update gookit/goutil to v0.6.10 and gookit/slog to v0.5.2 d5d4905
  • ✅ test: fix unit tests error and update github action config 24a9776

v0.3.4

09 Apr 15:03
Compare
Choose a tag to compare

Change Log

Fixed

  • 🐛 fix: repo remote info not load on usage 19295a5

Feature

  • ✨ feat: add more git util func and update the gh ci config b1d05ff

Other

  • build(deps): bump github.com/goccy/go-yaml from 1.9.8 to 1.10.0 (#47) 4532879
  • build(deps): bump github.com/gookit/goutil from 0.6.6 to 0.6.7 (#48) 09e8ea8
  • build(deps): bump github.com/gookit/color from 1.5.2 to 1.5.3 (#49) 85ff1ee
  • build(deps): bump github.com/goccy/go-yaml from 1.10.0 to 1.10.1 (#50) 4fc629e
  • build(deps): bump github.com/gookit/goutil from 0.6.7 to 0.6.8 (#52) 501aa0b
  • build(deps): bump github.com/goccy/go-yaml from 1.10.1 to 1.11.0 (#51) e225152

v0.3.3

26 Feb 03:46
Compare
Choose a tag to compare

Change Log

Feature

  • ✨ feat: support git emojis search and rendering 1769d91
  • ✨ feat: add some new git util functions ebf8a5d
  • ✨ feat: support dry-run mode on run git command 12c8897
  • ✨ feat: add cmd/gmoji and add some new const and repo methods 3d9e0ff

Update

  • 👔 up: update some gitw and repo methods and update deps 26648b7
  • 👔 up: replace func FirstLine,OutputLines to cmdr.FirstLine,cmdr.OutputLines 9f9b00d

Other

  • ⬆️ dep: update all deps to the latest version 37294cd
  • ⬆️ dep: update gookit/goutil to the latest version c720911

v0.3.2

11 Feb 11:50
Compare
Choose a tag to compare

Change Log

Feature

  • ✨ feat: provide more repo methods for query branch info fc9cdda

Update

  • 👔 up: add new git util func add more info for remote be57426
  • 👔 up: add remote info for repo.Info b9697cd

Other

  • build(deps): bump github.com/gookit/slog from 0.3.4 to 0.4.0 c0be04a
  • 👔 up(all): update and add more git repo methods 1686d7b
  • 👷 up(ci): add ci tests check on go 1.20 d0c544b
  • ⬆️ dep: update gookit/goutil to the latest version 5b5f304

v0.3.1

31 Dec 10:03
Compare
Choose a tag to compare

Change Log

  • fix: not set default value for cmd/chlog --style 5cfe55e

v0.3.0

12 Dec 09:50
Compare
Choose a tag to compare

Change Log

Feature

  • 74ea45b feat: cmd/chlog support new option --style for set output format

Update

  • 196fa34 up: update the group name match logic

Other

  • cfe28e7 build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0
  • 0983bf2 build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.0
  • 7007dcb dep: remove CI test on go < 1.18
  • 431aaff doc: update EN and zh-CN readme

v0.2.7

29 Oct 02:18
Compare
Choose a tag to compare

Change Log

Feature

  • feat: support quick fetch repo status info be4cf98

Other

  • build(deps): bump github.com/gookit/slog from 0.3.3 to 0.3.4 b4400f8
  • chore: update deps and update readme docs 6f68a30

v0.2.6

17 Oct 15:58
Compare
Choose a tag to compare

Change Log

Update

  • up: fix test error on PR, update readme 1c3506b
  • up: update deps, remote dep stretchr/testify 8eb2535

Other

  • build(deps): bump github.com/gookit/goutil from 0.5.7 to 0.5.9 a839e39
  • build(deps): bump github.com/gookit/goutil from 0.5.9 to 0.5.10 25fe40b
  • build(deps): bump github.com/gookit/color from 1.5.1 to 1.5.2 773ffd6
  • build(deps): bump github.com/gookit/goutil from 0.5.10 to 0.5.11 1642589
  • build(deps): bump github.com/gookit/goutil from 0.5.11 to 0.5.12 700fa40
  • build(deps): bump github.com/gookit/goutil from 0.5.12 to 0.5.13 0d131a2
  • build(deps): bump github.com/gookit/goutil from 0.5.13 to 0.5.15 274b14c

v0.2.5

31 Jul 04:57
Compare
Choose a tag to compare

Change Log

Feature

Update

  • up: rename some const and method name, del qoute on exec tag -l 8da67b6

Other

  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 c6e6bb4
  • chore: update readme, add more tool info c9503c2
  • build(deps): bump github.com/gookit/goutil from 0.5.5 to 0.5.6 cfc79b7
  • chore: fix unit test error on PR Actions 9d2e282
  • build(deps): bump github.com/gookit/goutil from 0.5.6 to 0.5.7 cf6dfc6
  • chore: update readme for github action usage docs 5a94d08
  • style: remove break statement 64e3feb
  • chore: update some code style and some comments 3c44fbd
  • style: add a comments for exported var 017466f

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

29 Jun 13:10
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: branch info parse error on checkout to tag,hash 08779b9
  • fix: fix not add continue on parse branch line error 77e6932

Update

  • up: rename the repo info field LastCID to LastHash a28032b

Other

  • chore: update readme add changelog preview image 011dc24