Skip to content

Releases: tonyvugithub/GoURLsCheckerCLI

v1.0.0

01 Dec 21:23

Choose a tag to compare

Changelog

7720bff Add exit error code feature
a5ed9a0 Add exit error code feature
535b010 Add exit error code feature
79f089e Added .gorealeaser.yml
e89c141 Added .vscode/settings.json for formatter and lint tool setting. Added .vscode/extensions.json and updated CONTRIBUTING. Updated the documentation on how to format and lint the whole project in CONTRIBUTING.md
149dfff Added CheckSummary Model and Adjusted way to record up and down links
8343f55 Added check links from Telescope posts feature
76c1891 Added config file for release with goreleaser
deb3de0 Added docs for multiple file check feature
c64d283 Added feature to manipulate CLICOLOR Env Variable to control output color
a6893fc Added feature to manipulate CLICOLOR Env Variable to control output color
c63c4cb Added glob pattern passing feature and documentation
c647941 Added linter to CI workflow
17764ac Added models directory
4ec4dfe Added more test to Parsers packages
4e8ccad Added report flag
b9237d9 Added test for 403 (and others) status code responses
8ef3fa3 Added testing documentations
b39b91f Added tests for ParseLink and CheckLink function. Added code coverage with 'go test -cover'
8337c41 Create LICENSE.md
9843928 Create README.md
9851aa0 Create go.yml
2525747 Edit README
c832df9 Edit README
a58cc1c Fixed test name for checklink
396d44c Fixed the error to make CI work again
6f069d4 Fixed typo in README
5d476fb Implemented report to file feature
c6b25aa Made change to test that could crash CI
effe884 Merge branch 'issue-9'
19e89a6 Merge branch 'master' into a
fa37ab9 Merge branch 'master' of https://github.com/tonyvugithub/GoURLsCheckerCLI
7c92712 Merge branch 'master' of https://github.com/tonyvugithub/GoURLsCheckerCLI
a21d2d8 Merge pull request #10 from tonyvugithub/a
ec12d82 Merge pull request #12 from tonyvugithub/add-more-tests
f4b3da3 Merge pull request #2 from 1jz/request-optimization
7655bf1 Merge pull request #4 from isabellaliu77/master
fd96f2f Merge pull request #6 from 1jz/customUserAgent
fb89c79 Refactor glob pattern logic and update .gitignore
4782760 Refactor to change file structure, put all features related codes into features packages, separate utils functions into their own categories under utils package
aae55ce Update .gitignore
bb181c5 Update outputs package and added version
7ecde16 Updated comments
583c0a8 Updated doc for report to file feature
1461919 Updated docs for Telescope posts checking feature
fdc095c Updated docs for check directory path feature
f717f93 Updated go.mod
d492e3c add test for 403 (other) status codes
7330c95 added documentation for ignore
93f96f3 added error cases
684fa9b added setters and getters for LinkStatus Model
5b321c8 added version flag and check sub command
a60bf24 allow custom user-agents
9190db9 change userAgent flag to be more inline with other flags
634781f first commit
e847124 fix comment in README
5e91037 implmented ignore flag
e5e7dc1 initial commit
0019fc0 merge
a8310e3 modified grammar of for loop and closure
f232638 modularize codes
324d411 refactor code for glob pattern feature
8bec128 refactored code and added directory path checking feature
5edb2f5 roll back to PR
8461fad set up to solve issue-8
58485a0 switch GET request with HEAD
07e1845 update README
fc1ae26 update README
cc1d63c update error message when providing -f and -g together
fdcf608 update for loop in linkDetector.go
0b226ae update for loop in linkDetector.go
d4a9b6c update regex pattern