Skip to content

Releases: 47degrees/github4s

v0.15.0

23 May 14:42
Compare
Choose a tag to compare
  • Remove integration tests creating statuses (#128)
  • Streamlined the getting started (#126)
  • Support Comment API (#127)
  • Refactor Algebras (#130)
  • Missing Test and Docs (#132)
  • Missing unit test (#137)
  • Contributing guide (#138)
  • Replace updateReference's force parameter type from Option[Boolean] to Boolean (#141)
  • Upgrades tut bumping sbt-org-policies version to 0.5.0 (#140)
  • Fixes ghost users associated with pull requests, issues and comments (#144)
  • Microsite Enhancements (#143)
  • Super minor lang edits (#146)
  • Fix string interpolation in docs (#147)
  • Rename listStatus to listStatuses (#145)
  • Rename Authentication to Authorization in the doc (#148)
  • Add support for the read half of the PR Review API (#139)
  • Releases 0.15.0 (#150)

v0.14.7

08 May 19:20
Compare
Choose a tag to compare
  • Replace foldLeft with traverse in Decoders (#101)
  • Documentation for the PR API (#102)
  • Publish Microsite automatically when merging in master branch (#103)
  • Removes annoying compiler warnings reported by -Xlint flag (#104)
  • Made request success check consistent between scala and scala js (#112)
  • Create pull request api (#109)
  • Replace issue id by issue number in the doc (#114)
  • Unify JVM and JS tests (#115)
  • Issues API unit tests (#116)
  • Documentation for the gist API (#121)
  • Make sure sbt is executable in travis (#122)
  • Support notifications api (#123)
  • Releases 0.14.7 (#124)
  • Upgrades sbt org policies plugin (#125)

v0.14.6

25 Apr 15:23
Compare
Choose a tag to compare
  • List pull request files endpoint (#99)
  • Fixes head repo decode failure (#100)

v0.14.5

24 Apr 11:16
Compare
Choose a tag to compare
  • Doc for the issue api (#93)
  • Avoids executing create and edit issue operations (#95)
  • Tries to fix OOM issues. Bumps sbt version (#92)
  • Releases 0.14.5 (#98)

v0.14.4

21 Apr 14:51
Compare
Choose a tag to compare
  • Updated advertised version in the readme to 0.14.3 (#86)
  • Remove duplicated circe-parser dependency (#87)
  • Documentation for the status API (#88)
  • PullRequest's head (#90)
  • Upgrades Project (#91)

v0.14.3

17 Apr 15:17
Compare
Choose a tag to compare
  • Status API (#83)
  • Bumps library version (#85)

Thanks @BenFradet for your time!

v0.14.2

10 Apr 20:05
Compare
Choose a tag to compare
  • Upgrades sbt-org-policies (#81)
  • Fixes BuildInfo Code Dependency (#82)

v0.14.1

05 Apr 11:30
Compare
Choose a tag to compare
  • Updates changelog (#75)
  • Bumps sbt-org-policies plugin version (#76)
  • Fixes Github token through env var (#77)
  • Upgrades sbt-org-policies plugin (#78)
  • Adds the get contents operation (#80)

v0.14.0

03 Apr 19:02
Compare
Choose a tag to compare

This release:

  • Changes the description field in Repository to Option[String]
  • Adds the operation for creating releases

v0.13.0

31 Mar 11:18
Compare
Choose a tag to compare

This release:

  • Adds the git ops for listing pull requests (#70)
  • Includes the ops for creating tags and references (#71)
  • Changes the RepoStatus model, making optional these fields:
--    open_issues: Int,
--    watchers: Int,
--    network_count: Int,
--    subscribers_count: Int,
++    open_issues: Option[Int],
++    watchers: Option[Int],
++    network_count: Option[Int],
++    subscribers_count: Option[Int],