mock-violentmonkey

Mock violentmonkey's globals for testing userscripts

MIT License

Downloads
150
Stars
0
Committers
3

Bot releases are visible (Hide)

mock-violentmonkey - v3.1.0 Latest Release

Published by melusc 6 months ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v3.0.5...v3.1.0

mock-violentmonkey - v3.0.5

Published by melusc 7 months ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v3.0.4...v3.0.5

mock-violentmonkey - v3.0.4

Published by melusc 9 months ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v3.0.3...v3.0.4

mock-violentmonkey - v3.0.3

Published by melusc 11 months ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v3.0.2...v3.0.3

mock-violentmonkey - v3.0.2

Published by melusc about 1 year ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v3.0.1...v3.0.2

mock-violentmonkey - v3.0.1

Published by melusc about 1 year ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v3.0.0...v3.0.1

mock-violentmonkey - v3.0.0

Published by melusc about 1 year ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v2.1.3...v3.0.0

mock-violentmonkey - v2.1.3

Published by melusc about 1 year ago

What's Changed

  • Bump all dependencies

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v2.1.2...v2.1.3

mock-violentmonkey - v2.1.2

Published by melusc over 1 year ago

What's Changed

v2.1.1 does exist, but I bumped to v2.1.2 immediately, because the v2.1.1 tag in the repository wasn't on the main branch. This is because v2.1.1 was not created on the latest commit.

New Contributors

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v2.1.0...v2.1.2

mock-violentmonkey - v2.1.0

Published by melusc over 1 year ago

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v2.0.0...v2.1.0

mock-violentmonkey - v2.0.0

Published by melusc over 1 year ago

Breaking changes

  • Use exports field fd186036fe8a0f39974d4d694f51c847e2856160
    This requires the use of "moduleResolution": "nodenext" or "moduleResolution": "bundler" if you're using Typescript.
  • Node 16, 18, and 20 are now the only supported versions 495b393c554e6b52f1f7a0ef3ce15c18015274ae

Other notable changes

  • Fix race condition with onload and onloadend with GM_download cd47b8a150d9bcee5f06640e7ba5c341dfedddbe
  • Update all dependencies

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v1.4.0...v2.0.0

mock-violentmonkey - v1.4.0

Published by melusc over 1 year ago

Notable changes

Use JSON.stringify to stringify JSON

Violentmonkey has changed the way it stringifies JSON for the storage. It is now equivalent to JSON.stringify.

@melusc in https://github.com/melusc/mock-violentmonkey/pull/169

All Changes

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v1.3.0...v1.4.0

mock-violentmonkey - v1.3.0

Published by melusc almost 2 years ago

Notable changes

What's Changed

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v1.2.0...v1.3.0

mock-violentmonkey -

Published by melusc about 2 years ago

  • Bump dependencies (#122) 1463fe4
  • Fix failing test, drop support for node 14 fdd1ae4
  • No useless coercion to boolean 7f3b4fd

https://github.com/melusc/mock-violentmonkey/compare/v1.1.1...v1.2.0

mock-violentmonkey - 1.1.0

Published by melusc almost 3 years ago

mock-violentmonkey -

Published by melusc almost 3 years ago

This package is now pure ESM

If you're using ava@3 or lower you'll need to stay on version 0.4.0 or bump ava to ^4.

https://github.com/melusc/mock-violentmonkey/compare/v0.4.0...v1.0.0

mock-violentmonkey - v0.4.0: Implement GM_download

Published by melusc almost 3 years ago

  • Add GM_download 4088a24
  • Fix timings issues with events 7fb0138
  • Allow the use of ava macros 1c4fb16

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v0.3.0...v0.4.0

mock-violentmonkey - Implement GM_xmlhttpRequest

Published by melusc almost 3 years ago

  • Add GM_xmlhttpRequest fafeaae
  • Add enableDomGlobal 318daaf

Full Changelog: https://github.com/melusc/mock-violentmonkey/compare/v0.2.0...v0.3.0

mock-violentmonkey - 5 new GM function mocks

Published by melusc about 3 years ago

  • Add GM_openInTab 098902d
  • Clean up gm.ts and test for global GM 21b1d17
  • Add GM_setClipboard / GM.setClipboard d7e02c2
  • Create VMStorage e45f08f
  • Add GM_notification 600ecf0
  • Add tests for bettermap and cleanup signature 1879bef
  • Add table showing support of gm api 56e5c54
  • Add registerMenuCommand and unregisterMenuCommand e00f546

https://github.com/melusc/mock-violentmonkey/compare/v0.1.0...v0.2.0

Package Rankings
Top 17.71% on Npmjs.org
Badges
Extracted from project README
NPM License Dependencies
Related Projects