Releases: aignostics/typescript-sdk
Releases · aignostics/typescript-sdk
sdk-v1.4.0
cli-v2.0.0
2.0.0 (2025-08-05)
⚠ BREAKING CHANGES
- workspace: Package names have been simplified and renamed:
- @aignostics/platform-typescript-sdk is now @aignostics/sdk
- @aignostics/platform-cli is now @aignostics/cli
Users must update their installations:
- npm install @aignostics/sdk (instead of @aignostics/platform-typescript-sdk)
- npm install -g @aignostics/cli (instead of @aignostics/platform-cli)
- Update import statements: import { PlatformSDK } from "@aignostics/sdk"
All package references, imports, documentation, CI/CD workflows,
and build configurations have been updated accordingly.
Miscellaneous Chores
- workspace: rename packages to remove platform prefix (9e25fde)
cli-v1.4.0
sdk-v1.3.0
cli-v1.3.0
v1.2.0
1.2.0 (2025-07-24)
⚠ BREAKING CHANGES
- Documentation file paths have changed from root to docs/ folder
- Semantic release now operates on individual packages instead of root
Features
- configure semantic-release for monorepo packages and clean up dependencies (f65536b)
Documentation
- reorganize documentation structure and update README (a7fedda)
sdk-v1.2.1
cli-v1.2.1
v1.1.0
v1.0.0
1.0.0 (2025-07-23)
⚠ BREAKING CHANGES
- PlatformSDK now requires tokenProvider in config instead of apiKey
Features
- achieve 94.4% test coverage with architectural improvements (b052b05)
- avoid the need of copying URLs manually on login (7c0256c)
- configure ESLint with type information and fix test files (c321b05)
- establish testing convention and decouple OAuth flow (80e6e1b)
Bug Fixes
- add missing semantic-release dependencies and fix configuration (32d3877)
- add UTF-8 charset to OAuth callback HTML responses (a7aeccc)
- make date assertions truly timezone-independent (38117a9)
- pass authentication token to SDK in CLI commands (ea2dec6)
Code Refactoring
- decouple PlatformSDK from auth module using dependency injection (76d0e2c)