Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.91 KB

File metadata and controls

61 lines (33 loc) · 1.91 KB

4.0.1 / 2023-07-18

  • [BUGFIX] Sort datapoints when creating Data object

4.0.0 / 2023-07-18

  • [FEATURE] Support updated table element now in use on github.com. Thanks @shih91!

3.3.0 / 2023-01-08

  • [BUGFIX] Update to handle changes to GitHub contribution chart SVG naming

3.2.0 / 2021-02-06

  • [BUGFIX] Update to handle GitHub changes to contribution data CSS

3.1.0 / 2020-10-06

  • [FEATURE] Remove curb dependency, which allows githubstats to work on Windows systems. Thanks @ajmeese7!

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