notion-sdk-js

Official Notion JavaScript Client

MIT License

Downloads
1.2M
Stars
4.9K
Committers
46

Bot releases are hidden (Show)

notion-sdk-js - v1.0.1

Published by cwang314 over 2 years ago

Released a new API version, 2022-02-22.

  • text in blocks renamed to rich_text
  • phone, text no longer accepted in query database filters
  • rollup query database filters use rich_text instead of text
  • formula query database filters use string instead of text
  • property_item objects contain a type, next_url, and id
  • Deprecated the list databases endpoint.
notion-sdk-js - v0.4.13

Published by mlafontant over 2 years ago

Added support for caption in code blocks. Also added support for updating language and caption fields in code blocks.

notion-sdk-js - v0.4.11

Published by kiranpandit almost 3 years ago

Adds support for granular permissions.

notion-sdk-js - v0.4.10

Published by alpartr almost 3 years ago

Adds support for time zone information in dates

notion-sdk-js - v0.4.9

Published by rhart92 almost 3 years ago

Reduce type duplication for block object requests without children.

notion-sdk-js - v0.4.8

Published by mlafontant almost 3 years ago

  • Adding support for template blocks
  • Adding support for synced_block blocks
  • Adding support for link_to_page blocks
notion-sdk-js - v0.4.7

Published by almawang almost 3 years ago

  • Adding support for link_preview blocks and mentions.
notion-sdk-js - v0.4.6

Published by nishadagrawal almost 3 years ago

Adding support for argentine_peso and uruguayan_peso to the number currency formatting options

notion-sdk-js - v0.4.5

Published by nishadagrawal almost 3 years ago

Add column and column_list support.

notion-sdk-js - v0.4.4

Published by mlafontant about 3 years ago

Adds support for divider and table_of_contents block types.

More details in the changelog.

notion-sdk-js - v0.4.3

Published by almawang about 3 years ago

Adds support for the Retrieve Page Property endpoint (GET /v1/pages/<page_id>/properties/<property_id>)
More details in the changelog

notion-sdk-js - v0.4.2

Published by mlafontant about 3 years ago

Adds support for callout and quote block types.

More details in the changelog.

notion-sdk-js - v0.4.1

Published by cwang314 about 3 years ago

Adds support for the getSelf endpoint (GET /v1/users/me).

notion-sdk-js -

Published by rhart92 about 3 years ago

Endpoints are now fully typed.

notion-sdk-js - v0.3.3

Published by kiranpandit about 3 years ago

  • adds database URL to database objects
notion-sdk-js - v0.3.2

Published by almawang about 3 years ago

notion-sdk-js - v0.3.1

Published by rhart92 about 3 years ago

Add support for page icons, page covers, new URL based block types, and file page properties.

More details in the changelog.

notion-sdk-js - v0.3.0

Published by almawang about 3 years ago

Changes

notion-sdk-js - v0.2.3

Published by kiranpandit about 3 years ago

Added create database endpoint.
Added show_original to rollup property functions.

notion-sdk-js - v0.2.2

Published by alicial over 3 years ago

Added ability to archive (delete) a page.