### 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](https://notionapi.netlify.com/classes/_index_.notionagent.html). ### 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 ```javascript const { NotionAgent } = require('notionapi-agent') ``` Instead of ```javascript const NotionAgent = require('notionapi-agent') ```