Releases: jwu910/check-it-out
Releases · jwu910/check-it-out
Oops.
What's Goin On?
Minor Updates
Changes
- Updated the io page. Check it out here!
Where Credit is Due
Additions
- Added all-contributors-cli as a devDependency so contributors can be added to the project to give them credit for the help they've provided.
HELP!
- My current workflow has been hiding contributions from the community. My workflow has been to squash feature branches into development, but if i'm making some changes first instead of squashing directly into development, the original committer's history is lost. #145
- If anyone has advice on a better workflow that gives the history credit to the original contributor, I'd greatly appreciate the feedback!
Gid Gud Pages
Changes
- Updated contributing guidelines. Pull Requests should be made to the development branch. Thanks! (#135)
Additions
- Added code to host github pages io. Hopefully it works >.>
It's a Big World
Changes
- Set a max limit to the refs being parsed to help performance on large projects (#131 )
- This is a temporary fix as the user should have the option to configure if they wanted to be able to see branches that far back. Hopefully, this makes Check It Out more useful to users that have repositories with thousands and thousands of tags.
Additions
- Added a download count to the readme (#121 )
Removals
- Removed the "Path" column as it was sort of just duplicated data (#85 )
Lazy and Clean
Changes
- Added a shorter alias. If you're too lazy to type
checkout
, have no fear! You can now typecio
to start this up!
Fixes
- Fixed an issue with the help text printing over and over as the screen scrolled through remotes with many branches.
Minor Updates
Changes
- Removed commander dependency
- Updated readme
Broken Promises
Closed tickets
Changes
- Rewrote pretty much all of the promises as they were using async/await incorrectly before. Changed to using regular promise chaining.
- Added babel and gulp to assist with development.
- Updated some es6 syntax that should make some of the code cleaner.
- Should have caught all[most] unhandled exception errors. If anything comes up, please file an issue!