Skip to content

Releases: jwu910/check-it-out

Oops.

25 Jun 23:52
Compare
Choose a tag to compare

Changes

  • Added build files back into the source. Apparently, we DO need them as NPM does not run npm run build on install.

What's Goin On?

25 Jun 17:04
Compare
Choose a tag to compare

This is broken =/

Additions

  • Added loading text to the screen while CIO is waiting for the initial fetch to finish. #169

Changes

  • Changed build directory from 'lib' to 'dist'. <-- Bad
  • Updated babel presets to use babel-env

Minor Updates

31 May 15:00
Compare
Choose a tag to compare

Changes

Where Credit is Due

29 May 16:04
Compare
Choose a tag to compare

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

26 May 07:45
Compare
Choose a tag to compare

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

25 May 18:54
Compare
Choose a tag to compare

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

22 May 14:23
Compare
Choose a tag to compare

Changes

  • Added a shorter alias. If you're too lazy to type checkout, have no fear! You can now type cio 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

17 May 18:15
Compare
Choose a tag to compare

Changes

  • Removed commander dependency
  • Updated readme

Broken Promises

13 May 16:34
Compare
Choose a tag to compare

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!

v0.6.1

24 Apr 16:31
Compare
Choose a tag to compare

Changes

  • Updated readme to remove verbiage from 0.5.0 release.