This is the LTS fork of jquery-ujs.
We test our patches against the following jQuery versions:
- 1.8.0
- 1.8.1
- 1.8.2
- 1.8.3
- 1.9.0
- 1.9.1
- 1.10.0
- 1.10.1
- 1.10.2
- 1.11.0
- 2.0.0
- 2.1.0
- 3.0.0
# Runs all Qunit tests in all versions in chrome with capybara
$script/run_tests
# Runs Qunit tests for 1.8.0 & 1.8.1
$VERSIONS=1.8.0,1.8.1 script/run_tests
# Runs suite with :selenium-chrome
$NO_HEADLESS=1 script/run_tests
Running npm version patch -m 'Upgrade to %s for CVE-1234' will:
- Execute all tests
- Create a patch version bump commit
- Push the commit
- Publish the package