Skip to content

Releases: timesheetIO/timesheet-typescript

Release 1.0.2

25 Oct 00:10

Choose a tag to compare

Timesheet TypeScript SDK 1.0.2

Installation

npm install @timesheet/sdk
# or
yarn add @timesheet/sdk
# or
pnpm add @timesheet/sdk

Usage

import { TimesheetClient } from '@timesheet/sdk';

const client = new TimesheetClient({
  apiKey: 'your-api-key'
});

Changelog

See CHANGELOG.md for details.

Full Changelog: v1.0.1...v1.0.2

Release 1.0.1

24 Oct 22:18

Choose a tag to compare

Timesheet TypeScript SDK 1.0.1

Installation

npm install @timesheet/sdk
# or
yarn add @timesheet/sdk
# or
pnpm add @timesheet/sdk

Usage

import { TimesheetClient } from '@timesheet/sdk';

const client = new TimesheetClient({
  apiKey: 'your-api-key'
});

Changelog

See CHANGELOG.md for details.

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0

14 Jun 19:22

Choose a tag to compare

Timesheet TypeScript SDK 1.0.0

Installation

npm install @timesheet/sdk
# or
yarn add @timesheet/sdk
# or
pnpm add @timesheet/sdk

Usage

import { TimesheetClient } from '@timesheet/sdk';

const client = new TimesheetClient({
  apiKey: 'your-api-key'
});

Changelog

See CHANGELOG.md for details.

Full Changelog: https://github.com/timesheetIO/timesheet-typescript/commits/v1.0.0