GitHub4s 0.14.7 Released
by Maureen Elsberry
- •
- May 09, 2017
- •
- scala• open source• github4s
- |
- 1 minute to read.

Github4s, a 47 Degrees open source project, is a GitHub API wrapper written in Scala.
The v0.14.7 focuses on new API support and doc sections as well as a handful of code enhancements and bug fixes:
- Replaces
foldLeft
withtraverse
in Decoders - #101 - Support for
Create Pull Request 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
- Support for
Create Pull Request API
- #109 - Replaces 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
- Makes sbt executable in Travis - #122
- Support for
Notifications API
- #123 - Upgrades sbt-org-policies plugin - #125
Thanks to the following contributors for these changes:
You can view the changelog here: Github4s v0.14.7 release notes
Additionally, you can read more information on this project here: Github4s