Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow customization of no-unauthorized-global-properties #33

Merged
merged 11 commits into from
Dec 16, 2021
Merged

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    5fe9ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3955cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad0ddf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. docs: use words not integer values

    I _always_ have to look up the integer values
    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    65d6b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c033e92 View commit details
    Browse the repository at this point in the history
  3. feature: no-unauthorized-global-properties supports "denied" list

    This lets a user allow a preset of globals (e.g. browser) but then
    specify a subset of objects which should not be allowed (e.g.
    `["console", "document"]`)
    
    [closes #17]
    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    fc620f8 View commit details
    Browse the repository at this point in the history
  4. docs: update Changelog

    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8ec5865 View commit details
    Browse the repository at this point in the history
  5. docs: add a link to the Readme

    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a9e3ef1 View commit details
    Browse the repository at this point in the history
  6. docs: prep for v1.5.0

    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b5e95b9 View commit details
    Browse the repository at this point in the history
  7. docs: fix date

    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f5d37b5 View commit details
    Browse the repository at this point in the history
  8. version bump to 1.5.0

    alxndr committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    e4baf47 View commit details
    Browse the repository at this point in the history