Skip to content

Releases: compumike08/GitHub_Status_API_GUI

Release 0.7.2

08 Jan 17:20
v0.7.2
Compare
Choose a tag to compare
  • Upgrade Octonode version to 0.9.5.

Release 0.7.1

19 Nov 01:27
v0.7.1
Compare
Choose a tag to compare
  • Added keywords to package.json file to improve search-ability on npm registry

Version 0.7.0

19 Nov 00:38
v0.7.0
Compare
Choose a tag to compare
  • Made Node.js version 8.x or greater and Npm version 5.x or greater required
    • NOTE: Support will only be provided for Node version 8.x
  • Updated README to include list of prerequisites and note on compatibility
  • Updated test script in package.json to work with Node version 7.x and greater

IMPORTANT: Unlike previous releases, this release requires at least Node version 8.x. It is NOT compatible with Node version 6.x out of the box. If you need to run this release on Node version 6.x, see the compatibility note in the README.

NOTE: While it should work with Node version 7.x out of the box, it has never been tested with that version of Node. It has only been tested on Node version 8.x. Support will only be provided for running on Node version 8.x.

Version 0.6.0

18 Nov 21:43
v0.6.0
Compare
Choose a tag to compare
  • Rewrote npm scripts to start config server when building app in production mode
  • Fixed browsersync proxy middleware setup for distServer
  • Reordered lifecycle method declaration order in App.js to resolve compilation warning
  • Fixed Issue #50
  • Modified LoadingNotice component to make panel type configurable
  • Refactored status state label display out to new StatusStateLabel component
  • Started fully implemented combined status data UI on CombinedStatusPage (Issue #30) (WIP)
  • Added package-lock.json file to support npm version 5

Version 0.5.0

26 Jun 07:26
v0.5.0
Compare
Choose a tag to compare
  • Implemented externalized configuration properties served via an Express server application.
  • Upgraded versions of several node dependencies.
  • Updated documentation.

Version 0.4.0

23 Apr 01:02
v0.4.0
Compare
Choose a tag to compare
  • Replaced the github-api library package with the octonode library for interfacing with the GitHub API.
  • Upgraded Webpack to version 2.
  • Upgraded infrastructure related code to bring it in line with version 6.0 of the react-slingshot starter kit tool (used to quickly set up infrastructure and development environment).
  • Updated numerous package dependencies.

Hotfix Patch Release Version 0.3.2

17 Apr 02:24
v0.3.2
Compare
Choose a tag to compare

This patch release is a hot-fix for bug #48.

Additional Documentation Patch Release Version 0.3.1

09 Apr 20:55
v0.3.1
Compare
Choose a tag to compare

Added additional details to README.md documentation.

Initial Release Version 0.3.0

27 Mar 02:15
v0.3.0
Compare
Choose a tag to compare
v0.3.0

Verion 0.3.0

Pre-release version 0.2.0

26 Mar 19:36
v0.2.0
Compare
Choose a tag to compare
Pre-release

This version is a pre-release, and not yet ready for actual use.