Skip to content

Releases: mozillascience/CitationCore

Linux Compatibility Update

09 May 22:14
Compare
Choose a tag to compare

Linux uses case sensitive file paths so one file had to be changed.

GitHub OAuth Support

02 May 21:18
Compare
Choose a tag to compare

Allows for users to pass an oauth token to Citation Core for GitHub.

CitationCore v1.0.1

04 Feb 19:37
Compare
Choose a tag to compare
  • Fixes an issue where hyphen in a GitHub URL would result in a 404 response.

CitationCore v1.0.0

01 Feb 08:30
Compare
Choose a tag to compare
  • Will generate a citation string given a GitHub repository URL.
  • Outputs a BibTex forat
  • Outputs to APA style
  • Outputs to Chicago Style
  • Includes JSDoc generated html hosted on GitHub pages
  • pre-commit hook script that will run the eslint on the changed files
  • Mocha Tests