mint-metrics / mojito-js-delivery

🧪 Source-controlled JS split testing framework for building and launching A/B tests.
https://mojito.mx/docs/js-delivery-intro
Other
16 stars 29 forks source link

Mojito library feature requests & updates 2023 #108

Closed allmywant closed 1 year ago

allmywant commented 1 year ago
  1. Bump the Node packages & resolve all the security updates
  2. Bump the GitHub unit test suite to run against later Node.JS versions: removed v12, added v18
  3. Fix the error tracking to allow errors to show in the console for debugging
  4. Fix a infinite loop bug in Utils.observeSelector function
  5. Update the copyright notice to 2023
  6. Address any ES Lint warnings or consider the rules in ES Lint Removed the following rules:

no-param-reassign no-lonely-if no-underscore-dangle no-mixed-operators no-useless-escape