Releases: compumike08/GitHub_Status_API_GUI
Releases · compumike08/GitHub_Status_API_GUI
Release 0.7.2
- Upgrade Octonode version to
0.9.5
.
Release 0.7.1
- Added keywords to
package.json
file to improve search-ability on npm registry
Version 0.7.0
- 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
- 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
- Implemented externalized configuration properties served via an Express server application.
- Upgraded versions of several node dependencies.
- Updated documentation.
Version 0.4.0
- Replaced the
github-api
library package with theoctonode
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
This patch release is a hot-fix for bug #48.
Additional Documentation Patch Release Version 0.3.1
Added additional details to README.md documentation.
Initial Release Version 0.3.0
v0.3.0 Verion 0.3.0
Pre-release version 0.2.0
This version is a pre-release, and not yet ready for actual use.