v0.5.0
Changelog v0.5.0
Features:
- Implemented Codeishot authentication feature.
- Created a global Axios instance.
- Utilized Axios interceptor for toggling between authenticated and unauthenticated APIs.
- Introduced new data types.
- Developed custom response and error handling for Axios.
- Added login methods for authentication.
- Established services utilizing the newly configured Axios instance.
- Integrated URI handler to capture token parameters from the URI string.
- Updated workspace configuration to store tokens for specific users instead of projects.
- Implemented a function to launch an external browser for authentication.
Fixes and Refactoring:
- Documented complex functions for better understanding.
- Documented all files within the project.
- Included license information in the entry point file.
- Removed redundant code to improve codebase cleanliness.
What's Changed
- fix: added logo on marketplace by @gdjohn4s in #1
- feat: added snippet authentication by @gdjohn4s in #3
- feat: created uri handler by @gdjohn4s in #4
- fix: refactored whole extension by @gdjohn4s in #5
New Contributors
Full Changelog: https://github.com/Exifly/codeishot_vscode_ext/commits/0.5.0