# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to the following versioning pattern:

Given a version number MAJOR.MINOR.PATCH, increment:

- MAJOR version when the **API** version is incremented. This may include backwards incompatible changes;
- MINOR version when **breaking changes** are introduced OR **new functionalities** are added in a backwards compatible manner;
- PATCH version when backwards compatible bug **fixes** are implemented.

## [Unreleased]

## [0.4.0] - 2026-07-21
### Added
- option to set custom httpsAgent for axios requests

## [0.3.0] - 2026-06-22
### Changed
- starkbank-ecdsa to v1.2.0

## [0.2.0] - 2025-10-07
### Added
- putMulti method

## [0.1.6] - 2025-09-03
### Fixed
- Fixed error type for Internal Server Error

## [0.1.5] - 2025-08-27
### Removed
- castJsonToApiFormat function

## [0.1.4] - 2025-06-11
### Fixed
- language attribute

## [0.1.3] - 2024-07-15
### Fixed
- subResource parameters

## [0.1.2] - 2024-07-12
### Fixed
- fetch error handler

## [0.1.1] - 2024-07-05
### Fixed
- fetch deleteId parameter

## [0.1.0] - 2024-07-01
### Changed
- error handling
### Added
- raw http methods

## [0.0.5] - 2024-05-09
### Fixed
- postRaw and getRaw return

## [0.0.4] - 2024-02-20
### Fixed 
- null parameters to deleteId resource

## [0.0.3] - 2024-01-12
### Fixed
- stark import to request resource

## [0.0.2] - 2024-01-05
### Added
- starkcore API basic functionalities for starkbank and starkinfra
