Releases: decayofmind/zsh-fast-alias-tips
Releases · decayofmind/zsh-fast-alias-tips
v1.0.0
Changelog
- df39f85 Add .editorconfig
- fb64012 Add .gitignore
- bb2fa7f Add .go-version
- b24e500 Add CI and goreleaser config to automate build, test, and deploy
- 3bb46f0 Add Circle CI status in README
- d1d7cb3 Add Customization section in README
- 45eb92e Add LICENSE
- 80923f2 Add Makefile
- 9b90d6c Add README
- 6d9ee44 Add a GitHub workflow to build and release (#17)
- a835275 Add a plugin file
- 49b5e9e Add an article about requirements
- 6cf1438 Add build status in README
- 8cac687 Add def-matcher
- a9dae51 Add handling of cases when an expanded command was derived from multiple aliases
- b687554 Add handling of cases when an expanded command was derived from multiple aliases
- 96799fb Add implementations of some parts in def-matcher
- d314023 Adjustments to goreleaser
- 587df3a Build and deploy to GitHub releases using Travis CI
- 0683ce2 Build archives
- 2a551bd Do not override config
- 7e8dd8a Do not trigger GitHub Action on pushing to master
- 65d6df8 Fix GitHub secret token for GoReleaser
- 73844db Fix binary name
- 50280b0 Fix def-matcher command
- 3329aec Fix deploy job in CI script
- ee50b7e Fix test goal
- 7ee2c82 Fix tests
- 28cf77e Format README
- 4348a48 Get rid of binary search since it results in uncorrect behavior
- 7e122b8 Main refactoring
- c1a1303 Merge branch 'master' into refactor
- 2fc2f98 Merge pull request #1 from decayofmind/refactor
- 254a96a Merge pull request #2 from decayofmind/refactor
- 15eb117 Merge pull request #9 from anatoliifetisov/master
- 9b33079 Minor refactoring
- 54eb78d Move the output binary to build directory
- e2e22f6 Refactor def-matcher
- 5b7fdb2 Refactoring
- f1c9af6 Remove CircleCI config
- d7aece6 Remove Makefile
- 2ac2c3a Remove Travis CI config
- 0eaa49b Remove ci-on-push.yml
- 0e824b6 Remove goreleaser
- 934fefc Remove goreleaser binary
- 1758122 Remove job name
- 280ec3d Remove redundant workflow option fetch-depth
- 35ca487 Revert "Remove Makefile"
- f673d92 Revert to isFullMatch. Move pkg to internal.
- c65858f Show a command with the suggested alias
- 555ccde Skip the clean up before deployment
- 80cef18 Update README
- 692895e Update README
- 26cdd3e Update README.md
- 7373ec3 Update the GitHub API key in .travis.yml
- 667db7b Update the Install section in README
- 50df934 Update the description in README
- ba51018 Use native Go modules instead of dep (#19)
- 14b28bb Use testify for unit tests
- 1eeb8a0 chore: update doc