Skip to content

Commit

Permalink
Switching to semver due to API additions
Browse files Browse the repository at this point in the history
I should have done this back when I added support for toggle's second
argument.

All static-API projects of mine (mostly polyfills) are versioned with a
date up until there are any API changes. You can treat any of my
non-semver projects as 1.0.YYYYMMDD[rev] (rev is blank unless there are
multiple revisions from one day)
  • Loading branch information
eligrey committed May 7, 2015
1 parent 5bdd292 commit 979b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classList.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* classList.js: Cross-browser full element.classList implementation.
* 2015-03-12
* 1.1.20150312
*
* By Eli Grey, http://eligrey.com
* License: Dedicated to the public domain.
Expand Down

0 comments on commit 979b040

Please sign in to comment.