Releases: jwu910/check-it-out
Release Not Found
What's Changed
- fix: migrate package version to static values updated via npm script in publish cycle by @jwu910 in #538
Full Changelog: v4.0.3...v4.0.4
Dude, where's my license
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: v4.0.2...v4.0.3
Housekeeping
Moot release 😢 forgot to set up access keys
Full Changelog: v4.0.0...v4.0.1
Is this your Type?
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.
What's Changed
- fix: 🐛 add copy(y) to helpText by @mahendraHegde in #471
- docs: add mahendraHegde as a contributor by @allcontributors in #472
- chore(deps): bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #475
- chore(deps-dev): bump lodash from 4.17.15 to 4.17.19 by @dependabot in #474
- chore(deps): [security] bump dot-prop from 4.2.0 to 4.2.1 by @dependabot-preview in #476
- chore(deps): bump browserslist from 4.5.2 to 4.16.6 by @dependabot in #485
- docs: add a-camarillo as a contributor for code by @allcontributors in #506
- chore(deps): bump jsonwebtoken and danger by @dependabot in #514
- #249 Migrate static docs to new GH pages site by @TheCoolBlackCat in #518
- docs: add TheCoolBlackCat as a contributor for code, and doc by @allcontributors in #519
- chore: add funding file for repo by @jwu910 in #520
- docs: change mention of master to main in the documentation (Issue #491) by @Jimmy-Vu in #522
- docs: add Jimmy-Vu as a contributor for doc by @allcontributors in #523
- docs: add CatherineNjenga as a contributor for doc by @allcontributors in #524
- Typescript migration by @jwu910 in #534
New Contributors
- @TheCoolBlackCat made their first contribution in #518
Full Changelog: v3.1.0...v4.0.0
Copy cat
Nothing to see here
Thanks to @aksappy for sending in the fix for the version help text.
No Biggie
The number of branches is too damn high!
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
Security
- [CIO-0] Update dependencies with NPM audit