Releases: Nstbrowser/nstbrowser-sdk-node
Releases · Nstbrowser/nstbrowser-sdk-node
Release list
v0.1.1
adds new profile group management APIs and examples
profiles/getAllProfileGroups: Get all profile groupsprofiles/changeProfileGroup: Change group for a single profileprofiles/batchChangeProfileGroup: Change group for multiple profiles in batch
v0.1.0
Support for API v2
Key Changes:
- Implemented NstBrowserV2 client with complete v2 API support
- Added comprehensive examples for all API functionalities
- Improved error handling and type definitions
- New import path: import { NstBrowserV2 } from 'nstbrowser-sdk-node'
Documentation:
- Added detailed README for v2 API
- Added Puppeteer integration guide
v0.0.11
Features
-
API Endpoint Update
- Changed API endpoint from
/api/v1to/api/agent.
- Changed API endpoint from
-
Method Replacement
- Added
getRunningBrowsermethod to replace the deprecatedgetRunningBrowserAll.
- Added
-
Type Definitions
- Updated
KernelandPlatformtypes to use enums for better type safety.
- Updated