Releases: Jszigeti/axios-cookie-auth
Releases · Jszigeti/axios-cookie-auth
1.2.4
What's Changed
Changed
- Updated development dependencies
typescript-eslintfrom 8.50.0 to 8.50.1
Full Changelog: https://github.com/Jszigeti/axios-cookie-auth/blob/main/CHANGELOG.md#124---2025-12-30
- ✅ 5/5 tests passing
- ✅ 0 vulnerabilities
- ✅ No breaking changes
1.2.3
What's Changed
This patch release updates development dependencies to their latest versions.
Changed
- Updated
@vitest/uifrom 4.0.15 to 4.0.16 - Updated
typescript-eslintfrom 8.49.0 to 8.50.0 - Updated
vitestfrom 4.0.15 to 4.0.16
Quality
- All 5 tests passing
- 0 vulnerabilities
- No breaking changes
Full Changelog: https://github.com/Jszigeti/axios-cookie-auth/blob/main/CHANGELOG.md
1.2.2
What's Changed
This patch release updates development dependencies to their latest versions.
Changed
- Updated
@eslint/jsfrom 9.39.1 to 9.39.2 - Updated
eslintfrom 9.39.1 to 9.39.2 - Updated
typescript-eslintfrom 8.48.1 to 8.49.0
Quality
- All 5 tests passing
- 0 vulnerabilities
- No breaking changes
Full Changelog: https://github.com/Jszigeti/axios-cookie-auth/blob/main/CHANGELOG.md
1.2.1
Changes
Dependencies
Updated development dependencies for better compatibility and latest features.
Quality
- All tests passing (5/5)
- No breaking changes
- Fully backward compatible
Full Changelog
See CHANGELOG.md for details.
v1.2.0
Added
- Vitest test suite with 5 passing tests
- Prettier 3.7.3 for code formatting
- Husky pre-commit hooks with lint-staged
- GitHub Actions CI with tests, lint, and format checks
- Issue and PR templates
- Dependabot configuration
- Comprehensive README badges (CI, npm downloads, license)
Changed
- Upgraded all dependencies to latest versions
- Migrated to ESLint 9 flat config
- Updated GitHub Actions to v6 (checkout, setup-node)
- Improved package.json with engines, lint-staged config, and additional keywords
- Formatted all code with Prettier
Fixed
- Fixed 14 security vulnerabilities by upgrading dependencies
- Added test coverage for useApi function