We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28f81d commit a2f8678Copy full SHA for a2f8678
lib/docs/scrapers/qunit.rb
@@ -4,8 +4,8 @@ module Docs
4
class Qunit < UrlScraper
5
self.name = 'QUnit'
6
self.type = 'qunit'
7
- self.release = '2.19.3'
8
- self.base_url = 'https://api.qunitjs.com/'
+ self.release = '2.21.0'
+ self.base_url = 'https://qunitjs.com/api/'
9
self.root_path = '/'
10
self.links = {
11
home: 'https://qunitjs.com/',
@@ -18,13 +18,14 @@ class Qunit < UrlScraper
18
19
options[:container] = '.main'
20
options[:skip_patterns] = [
21
- /deprecated/,
22
/^QUnit$/,
23
/^assert$/,
24
/^callbacks$/,
25
/^async$/,
26
/^config$/,
27
/^extension$/,
+ /^deprecated$/,
28
+ /^removed$/,
29
]
30
31
options[:attribution] = <<-HTML
0 commit comments