Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
{
"fileName": "version.svg",
"label": "npm",
"status": "2.1.9",
"status": "2.1.10",
"icon": "npm"
},
{
"fileName": "coverage.svg",
"label": "coverage",
"status": "95.64",
"status": "94.34",
"icon": "vitest"
},
{
"fileName": "size.svg",
"label": "minzipped size",
"status": "20037",
"status": "19943",
"icon": "speed",
"color": "43b816"
},
Expand Down
16 changes: 8 additions & 8 deletions .github/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .github/badges/license.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .github/badges/maintainer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions .github/badges/size.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions .github/badges/version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.1.10 (2025-08-28)
### 🔀 Pull Requests

- [Update workflows, dependencies, and code structure for consistency #34](https://github.com/localazy/api-client/pull/34)

### 🧰 Other Commits

- **imports:** Use explicit `.js` extensions in all imports ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- **prettier:** Fix formatting across the codebase ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- **scripts:** introduce Node.js test matrix and update workflows ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- **tests:** Add `assertNotNull` utility for improved null handling ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- **types:** convert imports to `import type` where applicable ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- Update CI ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- update configurations for ESLint, Prettier, and TypeScript ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
- update dependencies ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))

## 2.1.9 (2025-08-08)

### 🐛 Bug Fixes
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/api-client",
"version": "2.1.9",
"version": "2.1.10",
"description": "Official Node.js client for the Localazy API, providing a simple and type-safe way to integrate localization features into your JavaScript and TypeScript projects.",
"keywords": [
"Localazy",
Expand Down