Skip to content

Releases: Wobblyyyy/score.js

Minor v1.2.0

26 Jun 01:41
Compare
Choose a tag to compare

Changelist

  • Add cookies! (or something similar, that is) This should be well-enough documented within the cookies' file source code.
  • Re-do a lot of documentation.
  • Various fixes and clean-ups.

Minor v1.1.0

16 May 00:46
Compare
Choose a tag to compare

Changelist

  • Create new file dom.man.js for DOM mainpulation and cleaner code
  • Move two prototypes from dom.vis.js to dom.man.js
  • Added prototype remove
  • Added prototypes addStyle, appendStyle, and addScript
  • Added prototypes outerHTML and innerHTML (innerHTML is a clone of the other prototype html)

Patch v1.0.2

16 May 00:05
Compare
Choose a tag to compare

Changelist

  • Re-did the internal function for binding and unbinding events
  • Fixed event unbinding accidentally unbinding more than one event (all events of a certain type (ie. all click events being unbound at the same time))

Patch v1.0.1

15 May 20:14
Compare
Choose a tag to compare

Changelist

  • Removed console logging which was accidentally included in the original release.
  • Removed the setClass prototype, the class prototype can still be used for the same purposes.
  • Removed an unused value _T in _.js.
  • Moved away from double quotes in favor of single quotes

Major v1.0.0

15 May 00:18
050eed2
Compare
Choose a tag to compare

First publically-available release of score.js.