Socket
Socket
Sign inDemoInstall

cash-dom

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cash-dom - npm Package Versions

1
45

1.3.0

Diff

Changelog

Source

v1.3.0 (2016-05-04)

  • jQuery 3 comparison
  • Unified compare function for $.fn.is and $.fn.not to support looking for elements
  • Fixed $.fn.siblings to return a Collection instead of Array.
  • Fix for $.fn.has to return collection instead of Array and support for checking for an element instead of a string selector.
  • Use $.fn.find with an element instead of selector.
  • Merge branch 'master' of https://github.com/kenwheeler/cash
  • Fix for $.fn.closest to return correct results, $.fn.filter can now filter by Elements
  • Fix for #135: $.fn.closest() callstack exceeded
  • Use Object.defineProperty to attach the constructor property to the cash.fn prototype. #134
  • merge PR #110
  • merge PR #111
thekenwheeler
published 1.2.0 •

Changelog

Source

v1.2.0 (2016-04-01)

  • Merge pull request #1 from shshaw/selector
  • Merge pull request #70 from shshaw/master
  • Size updates
  • Keep CDN files at last version until the CDNs have had a chance to update.
  • Simplified on
  • Updated README
  • Merge pull request #115 from kenwheeler/1.3.0
thekenwheeler
published 1.0.0 •

Changelog

Source

v1.0.0 (2015-02-06)

  • Available in npm as cash-dom now
  • Adding is documentation
  • Add UMD wrapper
  • Store references for better minifying
  • Fill out package.json
  • Clean up README
  • Merge pull request #40 from hackbone/umd
  • Conform to Airbnb JavaScript style guide
  • Arbitrary stylistic changes for readability
  • Minify dimensions better
  • Minify events better and cleanup
  • Alias slice and filter for minifying
  • fn reference for minifying
  • Clean up gulpfile and remove beautify
  • Build lib
  • Stop using arguments object when unnecessary for better minifying
  • Switch to ES6 with 6to5 and update linting
  • Return target in extend, improve minifying
  • Build lib
  • Remove "use strict" due to Safari HTMLCollection bug
  • Merge branch 'master' of https://github.com/thejameskyle/cash into thejameskyle-master
  • Removing strict from list
  • Merge branch 'thejameskyle-master'
thekenwheeler
published 0.0.3 •

Changelog

Source

v0.0.3 (2014-11-09)

  • Update README.md
  • Merge pull request #9 from richguan/patch-1
  • Merge pull request #7 from Fender123/master
  • Committing the add feature in response to #16
  • create tests for .add
  • allowing selector string input
  • fixing tests for selector string
  • Refactoring the $.fn.add method based on Ken's feedback, also update documentation and tests
  • Merge pull request #20 from simeydotme/master
  • add tests for parents, closest
  • updating documentation for closest and parents
  • change parents to closest and create new parents
  • Merge branch 'master' of https://github.com/simeydotme/cash
  • improve performance
  • test that HTML is last item in collection
  • Merge pull request #23 from simeydotme/master
  • Merge pull request #22 from vivekimsit/feature-closest-method
  • Remove deprecated JSHint options
  • package.json will always be 2 spaces
  • Merge pull request #26 from arthurvr/patch-2
  • Merge pull request #25 from arthurvr/patch-1
  • matches was throwing errors in IE9
  • fix up closest tests, and make the removeClass test more robust
  • fix merge error with .closest()
  • make .removeClass() more robust for IE9
  • dist files committed
  • improve the removeClass() function and performance slightly for IE9. removeClass will now accept space delimited class names for removal
  • Merge pull request #29 from simeydotme/fix-closest-and-removeclass
  • Making .each more performant via length caching. Fixing html() numeric input
  • Update README.md
  • Merge pull request #31 from simeydotme/patch-1
  • Fixing #32
  • Adds cash object support.
  • updating addClass function to allow multiple classes and to prevent duplicates in IE9
  • update tests for multiple classes and to detect duplicates
  • update dist files
  • Merge pull request #38 from simeydotme/patch-addclass-2
  • create a utility method to return a unique collection
  • update .parent(), .parents() and .add() to use $.unique()
  • update dist files and test cases
  • Merge pull request #37 from simeydotme/patch-parents-with-unique
  • Merge pull request #34 from vivekimsit/feature-add-is-support
1
45
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc