Skip to content

Releases: jxmot/github-feeds

Minor "oops" fixed

Choose a tag to compare

@jxmot jxmot released this 15 Sep 23:11

Full Changelog: v2.0.8...v2.0.9

Minor Fixes

Choose a tag to compare

@jxmot jxmot released this 15 Sep 23:00
  • Fixed issue #32
  • Updated README

Full Changelog: v2.0.6...v2.0.8

Update

Choose a tag to compare

@jxmot jxmot released this 20 Jun 14:59
  • changed repository sort order to "created"
  • minor changes

Full Changelog: v2.0.5...v2.0.6

Update

Choose a tag to compare

@jxmot jxmot released this 16 Jun 18:04
  • Closed issues #26 and #27
  • Added ability to retrieve the current version number (see gfapi/index.php, look for "ghfver")
  • Updated README

Update

Choose a tag to compare

@jxmot jxmot released this 09 Jun 16:20
  • in events moved "time ago" to top of event like all other events
  • using monospace font for SHA links in various events
  • increased quantity of events from 30(default) to 50

Update

Choose a tag to compare

@jxmot jxmot released this 08 Jun 04:53
  • CSS adjustment in github-feed.css

Update

Choose a tag to compare

@jxmot jxmot released this 07 Jun 22:05

Resolved dependabot alerts.

Updated

Choose a tag to compare

@jxmot jxmot released this 07 Jun 21:58
  • Revisited issue #21. Added ShowdownJS to render markdown content from GitHub.
  • CSS improvements and modifications.
  • README update

Major Update

Choose a tag to compare

@jxmot jxmot released this 07 Jun 13:38
4e15552

Issues fixed:

Other Changes:

  • Repository items are using CSS grid for layout
  • Removed use of the avatar_url in a number of places within the "Activity" list where the avatar served no useful purpose.
  • "To Top" handling is now internal to github-feeds.js
  • Miscellaneous CSS adjustments
  • Clean up

Major Update

Choose a tag to compare

@jxmot jxmot released this 02 May 04:51

Many changes:

  • Added ability to take markdown formatted text and render it properly. (see utils.js)
  • Fixed output when null is present.
  • Many CSS changes and adjustments
  • Modified .githubfeed() to take an object argument (with default values), it contains all settings and options
  • Added a "standby" message that displays until all data has been downloaded and rendered.
  • Added PullRequestEvent to events rendered