This branch holds Citation.js builds of every version so you don't have to build them yourself. Use for example with RawGit, like this:
https://cdn.rawgit.com/larsgw/citation.js/archive/citation.js/citation-VERSION.js
or
https://cdn.rawgit.com/larsgw/citation.js/archive/citation.js/citation-VERSION.min.js
for the minified file. Where VERSION
is one of the versions listed below. There is currently no way to reference the latest version from the GitHub files, but it is possible with the method described below.
Since v0.4.0-8
you can also get the files from any npm CDN, like unpkg and jsdelivr:
# Unminified
https://cdn.jsdelivr.net/npm/citation-js@0.4.0-8/build/citation.js
# Minified
https://cdn.jsdelivr.net/npm/citation-js@0.4.0-8
# Latest
https://cdn.jsdelivr.net/npm/citation-js
# Unminifed
https://unpkg.com/citation-js@0.4.0-8/build/citation.js
# Minified
https://unpkg.com/citation-js@0.4.0-8
# Latest
https://unpkg.com/citation-js
0.4.0-9
0.4.0-8
0.4.0-7
0.4.0-4
and0.4.0-6
might be published later0.4.0-3
0.4.0-2
was skipped due to publishing issues (cough human errors cough)0.4.0-0
and0.4.0-1
might be published later0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
(no code changes, but a minor release)0.3.0-14
0.3.0-13
0.3.0-12
0.3.0-11
0.3.0-10
0.3.0-9
0.3.0-8
0.3.0-7
0.3.0-6
0.3.0-5
0.3.0-4
0.3.0-3
- (
0.3.0-1
-0.3.0-2
are irrelevant fixes) 0.3.0-0
The following versions globally define and export Cite.
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
- (
0.2.8
only changed NPM stuff) 0.2.7
0.2.6
- (
0.2.1
-0.2.5
don't work) - (
0.2.0
doesn't exist. I started0.2
at0.2.1
. Good job, me.)
There was no semver before 0.2
, so version numbering is improvised:
Only since 0.3.0-6
. Note that 0.3.0-6.min
itself has a compression of 167% for some reason, I might investigate that later.