1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-04-26 08:45:23 -04:00

31 Commits

Author SHA1 Message Date
80153bce73
Release 0.7.0 0.7.0 2021-08-22 10:41:07 -04:00
fa128cb222
remove super-duper edge case testing of localStorage support
use the following methods externally to test on older browsers if needed:
- https://www.npmjs.com/package/storage-available
- https://www.npmjs.com/package/local-storage-fallback
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API#testing_for_availability
2021-08-22 10:38:26 -04:00
dependabot[bot]
582e64ae13 📦 npm: Bump eslint-plugin-compat from 3.12.0 to 3.13.0
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-22 10:37:54 -04:00
eb6d058b5b
set "sideEffects": false 2021-08-16 23:06:22 -04:00
46ade562c4
Release 0.6.3 0.6.3 2021-08-11 09:48:05 -04:00
6ef857154b
publish via CI to NPM and GH packages 2021-08-11 09:47:30 -04:00
df981e17b3
add dependabot.yml 2021-08-11 09:39:52 -04:00
710e94d7dc
Release 0.6.2 0.6.2 2021-08-07 10:04:01 -04:00
1ad8cf373e
add exports field to package.json to comply with skypack.dev 2021-08-07 10:03:16 -04:00
01ff103e08
Update README 2021-08-05 12:02:56 -04:00
29728eb5cf
Release 0.6.1 0.6.1 2021-08-05 08:47:05 -04:00
755ac19dba
small cleanup 2021-08-05 08:41:45 -04:00
7e2e8948ec
Release 0.6.0 0.6.0 2021-08-05 08:17:30 -04:00
6bf29bca6f
Update README 2021-08-05 08:12:49 -04:00
cfa1f575e3
add onInit and onChange callback function options 2021-08-05 07:54:47 -04:00
8b40221791
Release 0.5.1 0.5.1 2021-08-04 21:00:06 -04:00
f87f43c5c5
clean up type defs, update example HTML 2021-08-04 20:59:02 -04:00
c7a304caa4
Release 0.5.0 0.5.0 2021-08-04 19:18:58 -04:00
eedd0a96e0
much simpler bundling with rollup, also generate separate ESM and CJS files 2021-08-04 19:16:33 -04:00
1c2b15d70f
Release 0.4.0 0.4.0 2021-08-04 15:37:02 -04:00
a91d67cfeb
a bit more cleanup 2021-08-04 15:34:22 -04:00
e4d7e4f61b
remove unnecessary deps (now zero 😎) 2021-08-04 15:19:54 -04:00
4881b908e9
expose an init function instead of exporting as module default 2021-08-04 15:00:26 -04:00
092c833d97
Release 0.3.0 0.3.0 2021-08-04 11:44:30 -04:00
2e862538c0
Update README.md 2021-08-04 11:42:41 -04:00
df3b462de0
bundle into a UMD script via webpack for both browser & node 2021-08-04 11:31:37 -04:00
0d48f8e8af
Release 0.2.0 0.2.0 2021-08-04 09:02:04 -04:00
2a1d634637
Check if localStorage is available before accessing 2021-08-04 09:01:27 -04:00
c9c20979fa
Release 0.1.1 0.1.1 2021-08-03 13:28:04 -04:00
2d02c52925
Update README.md 2021-08-03 13:23:21 -04:00
738f9098fe
initial commit 🎉 2021-08-03 10:30:10 -04:00