You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [1.3.0] - 2025-01-06
8
+
9
+
- Added support for V2 endpoints.
10
+
- Removed verbose stack trace from errors.
11
+
7
12
## [1.2.0] - 2025-01-03
8
13
9
-
- Organized shared types and fixed bundle export
10
-
- Improved configuration object
14
+
- Organized shared types and fixed bundle export.
15
+
- Improved configuration object.
11
16
12
17
## [1.1.0] - 2024-11-08
13
18
14
-
- Replaced `fetch` with `axios` for improved security
15
-
-Applied minor internal refactors for better maintainability
19
+
- Replaced `fetch` with `axios` for enhanced security.
20
+
-Refactored internal code for better maintainability.
16
21
17
22
## [1.0.2] - 2024-10-24
18
23
19
-
Improved error log for easier debugging
24
+
- Added error logging for easier debugging.
20
25
21
26
## [1.0.1] - 2024-07-29
22
27
23
-
Documentation update for TypeScript support
28
+
- Updated documentation to include TypeScript support.
0 commit comments