Skip to content

Releases: jomei/notionapi

Add recently added supported currency formats

31 Jul 07:16
Compare
Choose a tag to compare

The number property type in databases now supports additional currency options.

The new options are:

  • "hong_kong_dollar"
  • "new_zealand_dollar"
  • "krona"
  • "norwegian_krone"
  • "mexican_peso"
  • "rand"
  • "new_taiwan_dollar"
  • "danish_krone"
  • "zloty"
  • "baht"
  • "forint"
  • "koruna"
  • "shekel"
  • "chilean_peso"
  • "philippine_peso"
  • "dirham"
  • "colombian_peso"
  • "riyal"
  • "ringgit"
  • "leu"

Add omitempty to Option fields that are not required

23 Jul 05:23
Compare
Choose a tag to compare
v1.0.4

Add omitempty to Option fields that are not required

Add SelectOptionProperty and some fixes

19 Jul 05:26
Compare
Choose a tag to compare
  • Fix URLProperty and FileProperty parsing.
  • Added SelectOptionProperty to distinguish page select property and database select property

Thanks, @shayanh 🔥

Add URL field to the Page structure

06 Jul 07:45
Compare
Choose a tag to compare

Fix empty property field at sort object

18 Jun 05:47
Compare
Choose a tag to compare

Fix for #1: Omit property field at SortObject if it's empty.
Thanks, @redaLaanait!

Ready to use

30 May 11:42
Compare
Choose a tag to compare

All endpoint are supported and covered by tests

Initial Release

26 May 08:28
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.1

Add update readme