+1360
-156499
lines changedFilter options
+1360
-156499
lines changed Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
1
+
---
2
+
name: Bug report
3
+
about: Tell us about a problem you have
4
+
title: ''
5
+
labels: Bug
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
## Problem Description
11
+
12
+
_Clear, concise description of the problem._
13
+
14
+
_**TODO**_
15
+
16
+
## Reproduction Steps
17
+
18
+
_Detailed steps to reproduce the problem.
19
+
20
+
_**TODO**_
21
+
22
+
* Browser / Environment:
23
+
- [ ] chrome version: xxx
24
+
- [ ] firefox version: xxx
25
+
- [ ] edge version: xxx
26
+
- [ ] safari version: xxx
27
+
- [ ] node version: xxx
28
+
- [ ] other: ...
29
+
30
+
## Expected Behavior
31
+
32
+
_What did you **expect** to happen, what does "good" look like?._
33
+
34
+
_**TODO**_
35
+
36
+
## Additional Information
37
+
38
+
_Fill in as necessary._
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
1
+
---
2
+
name: Feature request
3
+
about: Suggest an idea for this project
4
+
title: ''
5
+
labels: Feature/Enhancement
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
## Problem Description
11
+
12
+
[ A clear and concise description of what the problem is. For example, _I am frustrated when ..._, or _I would like to be able to ..._ ]
13
+
14
+
## Possible Workarounds
15
+
16
+
Do you have a way of working around this problem already? Please tell us!
17
+
18
+
## Possible Solutions
19
+
20
+
Do you have an idea of how this problem could be solved? Feel free to suggest it here!
21
+
22
+
## Additional Context
23
+
24
+
Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
1
+
---
2
+
name: Question
3
+
about: Ask a question about the project!
4
+
title: ''
5
+
labels: question
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
## Topic
11
+
12
+
Please let us know if your question relates to one of these topics!
13
+
14
+
- [ ] Something wrong with the library (should this be a Bug Report??)
15
+
- [ ] Something I want the library to do (should this be a Feature Request??)
16
+
- [ ] Help using the library (check the docs first!)
17
+
- [ ] Author, license, copyright, etc
18
+
- [ ] Contributing to the project
19
+
- [ ] Documentation
20
+
- [ ] Other
21
+
22
+
## Question
23
+
24
+
Please add your question here, if this is regarding a specific piece of functionality, please be sure to mention it. Include as much detail in your request as possible!
25
+
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
1
+
# Security Policy
2
+
3
+
## Supported plugin Versions
4
+
5
+
| Version | Supported |
6
+
| ------- | ------------------ |
7
+
| 2.x | yes |
8
+
| 1.x | yes |
9
+
10
+
## Supported jQuery Versions
11
+
12
+
| Version | Supported |
13
+
| ------- | ------------------ |
14
+
| 3.x | yes |
15
+
| 2.x | yes |
16
+
| 1.x | yes |
17
+
18
+
_Note that only the latest patch of each jQuery version is supported_
19
+
20
+
## Reporting a Vulnerability
21
+
22
+
You can report a non-sensitive vulnerability or issue is the GitHub issues. Otherwise, please use the GitHub security reporting feature.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
1
+
## What is the problem being solved?
2
+
3
+
_Please describe the problem being solved. You can reference an existing [Issue](https://github.com/jakerella/jquery-mockjax/issues) versus rewriting it here!_
4
+
5
+
_**TODO: describe it...**_
6
+
7
+
## How have you solved the problem?
8
+
9
+
_Please describe your approach to solving the problem. Don't repeat the changes in the file diff, just focus on the high-level approach!_
10
+
11
+
_**TODO: describe it...**_
12
+
13
+
## How can someone test that the problem was solved?
14
+
15
+
_**TODO: describe specific testing that a reviewer should perform...**_
16
+
17
+
- [ ] I have run the unit tests locally
18
+
- [ ] I have tested this change with all supported versions of jQuery
19
+
- [ ] I have tested this change on at least 2 browsers
20
+
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@
56
56
"browser": true,
57
57
"jquery": true,
58
58
"node": true,
59
+
"esversion": 6,
59
60
"globals": {
60
61
"define": true,
61
62
"ActiveXObject": true
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1
+
## 2024-02-17 v2.6.1
2
+
* Changed license from dual (MIT & GPL) to only be MIT
3
+
* Updated authorship to myself (creator of all v2 changes) and moved JD Sharp to contributor
4
+
* Massive (long needed) update to dev dependencies, and thus most of the test and build infrastructure
5
+
* NO source code changes, but the minified version will change due to dependency updates
6
+
* Remove support for IE 11 and requirejs
7
+
* Remove support for older versions of jQuery (supporting latest on each major branch)
8
+
1
9
## 2020-08-22 v2.6.0
2
10
* Removed support for IE 9 & 10
3
11
* Removed unused config for code climate
Original file line number Diff line number Diff line change
@@ -137,9 +137,8 @@ just run `grunt build`
137
137
## Submit Your PR
138
138
139
139
This is the last step! First, be sure you're merging with the correct branch! Version
140
-
2.0 of Mockjax will be the `master` branch very soon (hopefully we remember to update
141
-
this message), but if you're submitting a bug fix, it should be submitted to the `v1.x`
142
-
branch as well as `master` (if the bug exists in both).
140
+
2.x of Mockjax is on the `master` branch, but if you're submitting a bug fix for v1.x,
141
+
make sure it is submitted to the `v1.x` branch as well as `master` (if the bug exists in both).
143
142
144
143
You should also write a good PR message with information on why this feature or fix is
145
144
necessary or a good idea. For features, be sure to include information on _how to use_
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
1
1
2
2
/* jshint ignore:start */
3
-
var testRunner = require('./qunit-puppeteer.js');
3
+
const testRunner = require('./lib/qunit-puppeteer.js');
4
4
/* jshint ignore:end */
5
5
6
6
module.exports = function(grunt) {
7
7
'use strict';
8
8
9
9
/* jshint ignore:start */
10
10
/* This is used in an await statement, which apaprently JSHint doesn't like */
11
-
var PORT = 4000;
11
+
const PORT = 4000;
12
12
/* jshint ignore:end */
13
13
14
14
// Project configuration
15
-
var config = require('./grunt-config-options');
15
+
const config = require('./grunt-config-options');
16
16
config.pkg = grunt.file.readJSON('package.json');
17
17
18
18
grunt.initConfig(config);
19
19
20
20
require('load-grunt-tasks')(grunt);
21
21
22
-
grunt.registerTask('dev', ['jshint', 'test:all', 'test:requirejs', 'browserify', 'test:browserify', 'mochaTest']);
22
+
grunt.registerTask('dev', ['jshint', 'test:all', 'browserify', 'test:browserify', 'mochaTest']);
23
23
grunt.registerTask('build', ['dev', 'concat', 'uglify', 'test:dist']);
24
24
grunt.registerTask('default', ['dev']);
25
25
26
26
/* jshint ignore:start */
27
27
grunt.registerTask('test', 'Executes QUnit tests with all supported jQuery versions', async function() {
28
28
/* jshint ignore:end */
29
-
var done = this.async();
30
-
var i;
31
-
32
-
var versionUrls = require('./test/build-version-urls')(grunt.config, arguments[0], arguments[1], arguments[2]);
29
+
const done = this.async();
30
+
const versionUrls = require('./test/build-version-urls')(grunt.config, arguments[0], arguments[1], arguments[2]);
33
31
34
32
console.log(versionUrls);
35
-
for (i=0; i<versionUrls.length; ++i) {
33
+
for (let i=0; i<versionUrls.length; ++i) {
36
34
try {
37
35
console.log('LOADING', versionUrls[i]);
38
36
/* jshint ignore:start */
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4