Skip to content

Releases: Nstbrowser/nstbrowser-sdk-node

v0.1.1

Choose a tag to compare

@winston627 winston627 released this 07 Apr 09:38
4d6548c

adds new profile group management APIs and examples

  • profiles/getAllProfileGroups: Get all profile groups
  • profiles/changeProfileGroup: Change group for a single profile
  • profiles/batchChangeProfileGroup: Change group for multiple profiles in batch

v0.1.0

Choose a tag to compare

@winston627 winston627 released this 28 Mar 10:05
01d4040

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

Choose a tag to compare

@winston627 winston627 released this 26 Feb 10:41
e13c410

Features

  1. API Endpoint Update

    • Changed API endpoint from /api/v1 to /api/agent.
  2. Method Replacement

    • Added getRunningBrowser method to replace the deprecated getRunningBrowserAll.
  3. Type Definitions

    • Updated Kernel and Platform types to use enums for better type safety.

v0.0.10

Choose a tag to compare

@LukaProject8 LukaProject8 released this 26 Feb 04:07
c9140da

Release