Releases: Wobblyyyy/score.js
Releases · Wobblyyyy/score.js
Minor v1.2.0
Minor v1.1.0
Changelist
- Create new file
dom.man.js
for DOM mainpulation and cleaner code - Move two prototypes from
dom.vis.js
todom.man.js
- Added prototype
remove
- Added prototypes
addStyle
,appendStyle
, andaddScript
- Added prototypes
outerHTML
andinnerHTML
(innerHTML is a clone of the other prototype html)
Patch v1.0.2
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
Changelist
- Removed console logging which was accidentally included in the original release.
- Removed the
setClass
prototype, theclass
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
First publically-available release of score.js.