Skip to content

Releases: Jszigeti/axios-cookie-auth

1.2.4

30 Dec 11:57

Choose a tag to compare

What's Changed

Changed

  • Updated development dependencies
    • typescript-eslint from 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

22 Dec 12:12

Choose a tag to compare

What's Changed

This patch release updates development dependencies to their latest versions.

Changed

  • Updated @vitest/ui from 4.0.15 to 4.0.16
  • Updated typescript-eslint from 8.49.0 to 8.50.0
  • Updated vitest from 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

16 Dec 08:25

Choose a tag to compare

What's Changed

This patch release updates development dependencies to their latest versions.

Changed

  • Updated @eslint/js from 9.39.1 to 9.39.2
  • Updated eslint from 9.39.1 to 9.39.2
  • Updated typescript-eslint from 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

08 Dec 16:32

Choose a tag to compare

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

02 Dec 13:27

Choose a tag to compare

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

v1.1.0

13 Dec 08:22

Choose a tag to compare

1.1.0 (2024-12-13)

Features

  • add optional CSRF token support to useApi hook (2524fc2)

v1.0.0

13 Dec 00:05

Choose a tag to compare

1.0.0 (2024-12-13)

Features

  • initialize axios-cookie-auth with ci/cd (46c89b9)