Skip to content

Releases: pcooksey/bibtex-js

Official First Release

19 Jul 17:00
Compare
Choose a tag to compare

This is the first release to start having a stability way of using bibtex-js with jsdelivr rather than relying on the master branch which is not guaranteed to be backwards compatible. Releases will be following the Sematic version as described:

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Jsdelivr

Standard:

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/pcooksey/[email protected]/src/bibtex_js.js"></script>

Minified:

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/pcooksey/[email protected]/src/bibtex_js.min.js"></script>