Sha256: 3025af16065e45360a0779cab2ae8890bac8bf4bd70a79dace1ea883bbdb9c00

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

# 3.0.1 / 2018-08-19

* [BUGFIX] Fix cap used to decide when to use real_streak GitHub polling

# 3.0.0 / 2018-07-18

* [BUGFIX] Update to work with recent GitHub changes for historic streak lookup API
* [FEATURE] Historic GitHub streaks now show actual stats instead of `-1` placeholders
* [FEATURE] It is now possible to convert a datapoint back to its original format with `.to_a`
* [FEATURE] Added `.start_date` and `.end_date` to Data object

# 2.0.0 / 2017-09-29

* [BUGFIX] Fail cleanly if Github responds with a bad HTTP code

# 1.4.0 / 2017-06-09

* [ENHANCEMENT] Cache more data methods
* [ENHANCEMENT] Upgrade to latest Nokogiri minor release

# 1.3.0 / 2016-09-14

* [FEATURE] Re-adds support for streak lookups longer than 366 days from GitHub, now that they've brought back older commit info

# 1.2.0 / 2016-05-19

* [BUGFIX] Remove support for streak lookup longer than 366 days from GitHub, since they removed display of longer streaks. :(

# 1.1.0 / 2015-08-19

* [FEATURE] For GitHub streaks longer than 1 year, GithubStats::User#streak and #longest_streak poll GitHub for the accurate streak size. The resulting array is left-padded with -1 entries for days with no known score

# 1.0.1 / 2015-07-16

* [ENHANCEMENT] Replace instance_eval with define_singleton_method for dynamic method passing
* [FEATURE] Add support for GitHub Enterprise via GITHUB_URL environment variable

# 1.0.0 / 2015-02-09

* [ENHANCEMENT] Stabilized API

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
githubstats-3.0.2 CHANGELOG.md
githubstats-3.0.1 CHANGELOG.md