Check It Out Versions Save

A command line interface for Git Checkout. See branches available for checkout.

v4.0.4

10 months ago

What's Changed

Full Changelog: https://github.com/jwu910/check-it-out/compare/v4.0.3...v4.0.4

v4.0.3

10 months ago

LICENSE file got moved to docs in older PR and overlooked, moving it back to root. This release also triggers new action changes.

Full Changelog: https://github.com/jwu910/check-it-out/compare/v4.0.2...v4.0.3

v4.0.1

10 months ago

Moot release 😢 forgot to set up access keys

Full Changelog: https://github.com/jwu910/check-it-out/compare/v4.0.0...v4.0.1

v4.0.0

10 months ago

Been wanting to get this in for a long time. Migration to TS was part of an initiative to find opportunity to practice more TS, ironically, TS was not considered as the main tooling for this in check it out's early stages to reduce the barrier to entry when taking the community into consideration. Given where we're at now, and the state of this project, it didn't seem to be an issue any more. The community was monumental in keeping this project moving forward.

Special thanks to @drewbrokke for choosing to spend time helping on this project during their free time.

Every time someone tells me they use this, it's a great reminder of the potential small little tools like this have in making someone's life easier. 1 user or 10 users, really happy with where we're at especially looking back at where this tool began.

Here's a picture of zuko picture of tabby cat on his back with little teefies showing

What's Changed

New Contributors

Full Changelog: https://github.com/jwu910/check-it-out/compare/v3.1.0...v4.0.0

v3.1.0

4 years ago

...because "y" not?

Added

Feature: User can now copy selected item name with hotkey "y"

v3.0.2

4 years ago

Thanks to @aksappy for sending in the fix for the version help text.

v3.0.1

4 years ago

[3.0.1] - 2019-11-20

Security

  • [CIO-0] Dependabot secruity bump
  • [CIO-0] Update npm script to use npx for commitizen style commits

v3.0.0

4 years ago

This release's major introduction is the ability for you to search/filter branches in your current remote view. We've made some hefty changes to a lot of the code base that should make reading through the source code much easier.

I'm hoping this allows users working with larger projects to find what they're looking for without having to scroll for days.

We've followed the jump to next result hotkey pattern existent in VIM to help keep a cohesive feel with the VIM navigation that's already in place.

Always looking for feedback, and always open to criticism.

Cheers

Notes

Received some amazing help from @drewbrokke cleaning up a ton of old spaghetti code and really diving in to the importance of typing with me. With his help, we're finally able to add a popularly requested feature to search and filter our branches.

Head over to the README to take a look at the new feature. This new feature is being released as a major change because we are now developing and testing on latest LTS versions of node only and not checking for compatibility with older versions of Node. I hope this doesn't affect too many people, but if there are some changes we can add in to help with the compatibility, I encourage issues be opened--and I would be happy to discuss and review any PRs.

Added

  • [CIO-0] Add more type definition documenation in the source code to help make the codebase easier to read
  • CIO-166 Add feature for search and filter - users now able to use the / and & key's to refine their branches displayed
  • CIO-369 Add Coffee badge to readme

Changed

  • [CIO-0] Update danger rules - bump danger version
  • [CIO-0] Refactor app for better readability and future development - Introduce typing with ts compatible documentation
  • [CIO-0] Move away from Promises in source code in lieu of async/await
  • CIO-315 Make CIO commitizen friendly
  • CIO-413 Update dependabot configs - No longer testing compatibility for node 6 and 7 on travis
  • CIO-454 Develop against master

Removed

  • [CIO-0] Removed all-contributors dependency, opted for bot integration instead

Fixed

  • CIO-372 Fix broken link on Coffee badge
  • CIO-452 Fix bug on search pattern regex

Security

  • [CIO-0] Update dependencies with NPM audit

v2.0.2

5 years ago

[2.0.2] - 2019-02-20

Notes

Minor updates and documentation

Changed

  • CIO-320 Write better documentation
  • CIO-316 Add LGTM badge to readme
  • CIO-328 Add code climate badget to readme

Fixed

v2.0.1

5 years ago

[2.0.1] - 2019-02-14

Notes

Patch release to fix a minor bug where loading screen disappears on larger projects

Added

  • CIO-0 Update project configs relating to update-notifier and dependabot

Fixed

  • CIO-257 Fix append order to address missing load screen bug