Skip to content

v3.0.0

Compare
Choose a tag to compare
@drzax drzax released this 09 Mar 05:49
5093394

Breaking changes

  • getApplication and getGeneration no longer support the ABC Life app.
  • requestDOMPermit now accepts arbitrary strings for the key argument (and consequently has change to the type definition of that argument)
  • the promise returned byrequestDOMPermit now resolves to an array of HTMLElements for which permits have been granted on PL generation sites. There is no change to non-PL sites where the promise resolves to true
  • the promise returned byrequestDOMPermit now has a timeout of 5 seconds, after which it will be rejected and the request will attempt to be reversed

Commits

  • Fix npmignore 4eddc66
  • Merge branch 'master' of https://github.com/abcnews/env-utils b3ffc56
  • Document whenDOMReady and whenOdysseyLoaded af34cb1
  • Add husky to the npm ignore list 8841fb0
  • Merge pull request #12 from abcnews/arbitrary-decoys-1 c5d9076
  • Merge branch 'master' into arbitrary-decoys-1 e0256a1
  • Merge branch 'master' into arbitrary-decoys-1 eee89d1
  • Merge pull request #3 from abcnews/lifeless 087574e
  • Merge branch 'master' into lifeless 360a9a8
  • Merge pull request #8 from abcnews/arbitrary-decoys 6cb9c47
  • Fix caching of memoized functions which call other memoized functions 307cb55
  • Add tests for getGeneration and requestDOMPermit 8602413
  • Remove the environment setting from pr workflow a133142
  • Add new test for APPLICATIONS.P1S 50a4d63
  • Add size workflow preset 7576810
  • Reference the environment in the workflow 2c9a471
  • Fix workflow event name e2d5622
  • Tests and workflows 39188df
  • Return decoyed elements where possible and reject on timeout c4a146b
  • Handle arbitrary number of decoy activations 5511902
  • Merge branch 'master' into arbitrary-decoys 458002f
  • Merge pull request #9 from abcnews/add-env-detection 1032f04
  • Merge branch 'master' into arbitrary-decoys 9d55e4f
  • Give memoize a generic type a13e0d8
  • Update dependencies c0d0623
  • Add environment detection 2434663
  • Clarify in README that decoy keys can be any [a-z] string, and that multiple decoys can be activated as a result of a single requestDOMPermit. Retain the DECOY_KEYS enum as a list of known keys but relax the type restrictions on key arguments from DECOY_KEYS to string. ecd9d9b
  • Well, that was short lived. 759e89f

v2.1.2...v3.0.0