Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 670 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 670 Bytes

v3.0.0 (2021.10.06)

Update types related to changes in /api/v3/queryCollection.

2020.01.03

Refactor TypeScript definitions and code.

2019.11.01

Release new documentation generated with TypeDoc, hosted on https://notionapi.netlify.com.

2019.10.13

Finish TypeScript definitions for all APIs exposed by NotionAgent class. Hope this will make development easier !

2019.10.08

When using v0.6.0 ~ v0.7.2, import this library with

const { NotionAgent } = require('notionapi-agent')

Instead of

const NotionAgent = require('notionapi-agent')