Skip to content

Releases: univalence/zio-notion

Release v0.9.3

13 Dec 16:01
Compare
Choose a tag to compare

[0.9.3] - 2022-12-13

Bug Fixes

  • Retrieve blocks from page uses query parameters (#135)

Documentation

  • Improve existing documentation

Features

  • Add append block route (#134)

Miscellaneous Tasks

  • Add makefile
  • Improve doc (#111)
  • Bump client3:core, client3:zio from 3.8.3 to 3.8.5 (#131)
  • Bump zio, zio-test, zio-test-sbt from 2.0.4 to 2.0.5 (#132)
  • Bump sbt from 1.7.3 to 1.8.0 (#133)

Release v0.9.2

01 Dec 15:20
Compare
Choose a tag to compare

[0.9.2] - 2022-12-01

Features

  • Add update database example (#82)
  • Parse files to a list of string (#107)

Miscellaneous Tasks

  • Bump sbt-scalafmt from 2.4.6 to 2.5.0 (#127)
  • Bump zio, zio-test, zio-test-sbt from 2.0.2 to 2.0.4 (#126)
  • Bump loader-utils from 2.0.2 to 2.0.4 in /website (#125)
  • Bump sbt from 1.7.2 to 1.7.3 (#121)
  • Bump scalafmt-core from 3.6.0 to 3.6.1 (#122)
  • Bump sbt-ci-release from 1.5.10 to 1.5.11 (#119)
  • Bump sbt-scoverage from 2.0.5 to 2.0.6 (#123)
  • Bump circe-core, circe-generic, ... from 0.14.2 to 0.14.3 (#114)
  • Bump minimatch, recursive-readdir and serve-handler (#128)
  • Bump scala-library, scala-reflect from 2.13.8 to 2.13.10 (#129)
  • Fix mergify
  • Replace deprecated zio backend (#130)
  • Make home example more explicit

Release v0.9.1

24 Oct 10:34
Compare
Choose a tag to compare

[0.9.1] - 2022-10-24

Bug Fixes

  • Add status property (#108)

Miscellaneous Tasks

  • Bump sbt-scoverage from 2.0.0 to 2.0.3 (#106)
  • Bump sbt-scalafix from 0.10.1 to 0.10.2 (#105)
  • Bump scalafmt-core from 3.5.8 to 3.5.9 (#101)
  • Bump scaluzzi from 0.1.21 to 0.1.23 (#96)
  • Bump zio, zio-test, zio-test-sbt from 2.0.0 to 2.0.2 (#104)
  • Bump client3:async-http-client-backend-zio, ... from 3.7.1 to 3.7.6 (#103)
  • Bump sbt-scoverage from 2.0.3 to 2.0.5 (#118)
  • Bump scalafmt-core from 3.5.9 to 3.6.0 (#117)
  • Bump sbt from 1.7.1 to 1.7.2 (#116)
  • Bump zio-prelude from 1.0.0-RC15 to 1.0.0-RC16 (#113)
  • Bump sbt-scalafix from 0.10.2 to 0.10.4 (#109)
  • Bump client3:async-http-client-backend-zio, ... from 3.7.6 to 3.8.3 (#112)

Release v0.9.0

02 Aug 13:29
Compare
Choose a tag to compare

[0.9.0] - 2022-08-02

Features

  • Add select property patched transformation

Release v0.8.1

02 Aug 12:56
Compare
Choose a tag to compare

[0.8.1] - 2022-08-02

Bug Fixes

  • Better http error reporting (#92)
  • Timestamp sorting serialization

Miscellaneous Tasks

  • Bump terser from 5.13.1 to 5.14.2 in /website (#93)
  • Bump sbt-tpolecat from 0.4.0 to 0.4.1 (#95)
  • Bump client3:async-http-client-backend-zio, ... from 3.7.0 to 3.7.1 (#94)

Release v0.8.0

18 Jul 08:04
Compare
Choose a tag to compare

[0.8.0] - 2022-07-18

Documentation

  • Fix typos

Features

  • Improve block content ux (#83)

Miscellaneous Tasks

  • Bump zio-prelude from 1.0.0-RC14 to 1.0.0-RC15 (#79)
  • Bump sbt from 1.6.2 to 1.7.1 (#86)
  • Bump sbt from 1.6.2 to 1.7.1 (#87)
  • Bump sbt-tpolecat from 0.3.3 to 0.4.0 (#91)
  • Bump sbt-tpolecat from 0.3.3 to 0.4.0 (#89)
  • Bump client3:async-http-client-backend-zio, ... from 3.6.2 to 3.7.0 (#88)
  • Add mergify
  • Add dependabot

Refactor

  • Use service with zio (#84)

Release v0.7.0

04 Jul 08:41
Compare
Choose a tag to compare

[0.7.0] - 2022-07-04

Features

  • Retrieve block (#77)
  • Create page with blocks (#81)

Miscellaneous Tasks

  • Bump sbt-scoverage from 1.9.3 to 2.0.0 (#80)
  • Bump zio, zio-test, zio-test-sbt from 2.0.0-RC6 to 2.0.0 (#78)

Release v0.6.2

21 Jun 08:45
Compare
Choose a tag to compare

[0.6.2] - 2022-06-21

Bug Fixes

  • Remove final live notion client (#76)

Release v0.6.1

20 Jun 15:08
Compare
Choose a tag to compare

[0.6.1] - 2022-06-20

Refactor

  • Generalize notion live client (#75)

Release v0.6.0

20 Jun 07:25
Compare
Choose a tag to compare

[0.6.0] - 2022-06-20

Bug Fixes

  • Moved StringOps to Parent companion object

Features

  • Add page case class conversion (#74)