CashCash

A very small DOM library inspired by jQuery.

MIT License

Downloads
40
Stars
3
Committers
2
CashCash - v4.0.1 Latest Release

Published by jgarber623 8 months ago

What's Changed

Full Changelog: https://github.com/jgarber623/CashCash/compare/v4.0.0...v4.0.1

CashCash - v4.0.0

Published by jgarber623 about 1 year ago

Breaking Changes

  • dce6c89 breaking: Convert project to ESM (#126)
  • b84eb4c breaking: Remove and ignore ./dist folder (#125)

Documentation

  • 9261dcd docs: Add JSDoc to source file (#130)

Chores

  • ca3f086 chore: Minor cleanup (#131)
  • 4a17935 chore: Add concurrently and http-server (#129)
  • e77cbc6 chore: Migrate test suite to AVA (#128)
  • e426517 chore: Address linting issues (#127)
  • dea8917 chore: Refactor GitHub Actions (#120)
  • b4365c6 chore: Specify LTS branch in nvm config file (#119)
  • 9d0e56a chore: Remove CodeClimate badge (#118)

Full Changelog: https://github.com/jgarber623/CashCash/compare/v3.0.0...v4.0.0

CashCash - v3.0.0

Published by jgarber623 over 2 years ago

This release fixes issues with the v2.0.0 release (the one that never happened here on GitHub 🙃 ), rebuilds the source files, and generally cleans up the process of building CashCash.

toArray() disappeared along the way, but is replaced with the much more useful—and consistent with native JavaScript—forEach method:

CashCash('p').forEach(paragraph => console.log(paragraph);
CashCash - v1.2.0

Published by jgarber623 over 6 years ago

This release makes the switch to using Rollup for building artifacts in the dist folder. The files in dist are mostly similar to previous releases:

  • cashcash.js is an uncompressed browser-suitable UMD file,
  • cashcash.min.js is a compressed version of cashcash.js, and
  • cashcash.es.js is an uncompressed ES6-compatible module file.

For development purposes, there are a few new or changed commands that can be run:

  • npm run build will use Rollup to build files to dist,
  • npm start will use Rollup to build files to dist when changes to src/cashcash.js are made, and
  • npm test now uses npm-run-all to more efficiently run the various test scripts.

🎉

CashCash - v1.1.0

Published by jgarber623 over 6 years ago

Juuuuuust kidding. Re-adding AMD/Node module definitions. Turns out that's actually pretty handy. 🎉

CashCash - v1.0.0

Published by jgarber623 over 6 years ago

CashCash grows up!

This release drops support for AMD/Node style modules in favor of a globals-only approach. When native JS module support lands in more browsers, I intend to reevaluate this change. But for now… window.CashCash.

This release also brings development dependencies up-to-date and tidies up a lot of dusty corners.

CashCash - v0.2.1

Published by jgarber623 almost 8 years ago

This PR:

  • fixes up a lot of the project's documentation
  • changes CashCash's behavior a bit so that instanceof will return true/false when doing something like… CashCash('body') instanceof CashCash

Useful if you ever need to check whether or not a variable is a, um… cashpile.

CashCash - v0.1.1

Published by jgarber623 over 8 years ago

Fixing some publication issues resulting in a mismatch between tags and bower.json version number. No code changes.

CashCash - v0.1.0

Published by jgarber623 over 8 years ago

Initial release of CashCash!

Package Rankings
Top 16.14% on Npmjs.org
Top 25.94% on Bower.io
Badges
Extracted from project README
Related Projects