Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

1.0.1

Compare
Choose a tag to compare
@DataDink DataDink released this 24 Mar 14:53
· 50 commits to main since this release

Version Notes:

  • 1.0.1
    • Improved naming
      • HTMLElement.prototype.classes -> Element.prototype.class
        • Changed to match the non-plural name change of settings to attribute
        • Less likely to become a future conflict (see (Element.prototype.className)[https://developer.mozilla.org/en-US/docs/Web/API/Element/className])
      • HTMLElement.prototype.settings -> Element.prototype.attribute
        • Changed to better reflect the extensions purpose.

Note: This has breaking changes from 1.0.0