Skip to content

Commit

Permalink
Merge pull request #80 from meyerweb/main
Browse files Browse the repository at this point in the history
Backfill fix
  • Loading branch information
meyerweb authored Oct 9, 2024
2 parents 9db784f + 4fe0875 commit c45f83f
Show file tree
Hide file tree
Showing 304 changed files with 8,956 additions and 16,261 deletions.
6 changes: 6 additions & 0 deletions delta.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function deltaSupport(key, past, cur, out, latestBrowsers) {
} else {
if (!changed) {
out.backfilledImplementations.push(cur)
backfilled.push(browsername)
}
changed = true
}
Expand All @@ -76,6 +77,7 @@ function deltaSupport(key, past, cur, out, latestBrowsers) {
changed = true
}
})

if (added.length > 0) {
cur.addedImplementations = added
}
Expand All @@ -84,6 +86,10 @@ function deltaSupport(key, past, cur, out, latestBrowsers) {
cur.removedImplementations = removed
}

if (backfilled.length > 0) {
cur.backfilledImplementations = backfilled
}

cur.totalImplementations = total;
return changed
}
Expand Down
10 changes: 5 additions & 5 deletions out/weekly-completed/2021-12-20.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Dec 20 2021</title>
<title>BCD New Universal Implementations Report, Mon Dec 20 2021</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Dec 20 2021</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 13 December 2021">Monday, 13 December 2021</time> through <time title="Monday, 20 December 2021">Monday, 20 December 2021</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2021-12-20.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 13 December 2021">Monday 13 December 2021</time> through <time title="Monday 20 December 2021">Monday 20 December 2021</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2021-12-20.html" title="permalink">🔗</a>
</p>
<hr>

<p class="callout">
<strong>No new Universal Implmentations implementations to report 🙁</strong>
<strong>No new universal implementations to report 🙁</strong>
</p>


Expand All @@ -43,7 +43,7 @@ <h2>BCD Universal Implmentations Report
</p>
<div class="subfooter">
<span class="details">
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.1">vv4.1.1</a> <small>(Tuesday, 7 December 2021)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday, 14 December 2021)</small>
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.1">vv4.1.1</a> <small>(Tuesday 7 December 2021)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday 14 December 2021)</small>
</span>
</div>
</footer>
Expand Down
8 changes: 4 additions & 4 deletions out/weekly-completed/2021-12-27.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Dec 27 2021</title>
<title>BCD New Universal Implementations Report, Mon Dec 27 2021</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Dec 27 2021</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 20 December 2021">Monday, 20 December 2021</time> through <time title="Monday, 27 December 2021">Monday, 27 December 2021</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2021-12-27.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 20 December 2021">Monday 20 December 2021</time> through <time title="Monday 27 December 2021">Monday 27 December 2021</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2021-12-27.html" title="permalink">🔗</a>
</p>
<hr>
<p class="callout">
Expand All @@ -41,7 +41,7 @@ <h2>BCD Universal Implmentations Report
</p>
<div class="subfooter">
<span class="details">
The most recent known BCD release was <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday, 14 December 2021)</small>
The most recent known BCD release was <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday 14 December 2021)</small>
</span>
</div>
</footer>
Expand Down
8 changes: 4 additions & 4 deletions out/weekly-completed/2022-01-03.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Jan 03 2022</title>
<title>BCD New Universal Implementations Report, Mon Jan 03 2022</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Jan 03 2022</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 27 December 2021">Monday, 27 December 2021</time> through <time title="Monday, 3 January 2022">Monday, 3 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-03.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 27 December 2021">Monday 27 December 2021</time> through <time title="Monday 3 January 2022">Monday 3 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-03.html" title="permalink">🔗</a>
</p>
<hr>
<p class="callout">
Expand All @@ -41,7 +41,7 @@ <h2>BCD Universal Implmentations Report
</p>
<div class="subfooter">
<span class="details">
The most recent known BCD release was <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday, 14 December 2021)</small>
The most recent known BCD release was <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday 14 December 2021)</small>
</span>
</div>
</footer>
Expand Down
8 changes: 4 additions & 4 deletions out/weekly-completed/2022-01-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Jan 10 2022</title>
<title>BCD New Universal Implementations Report, Mon Jan 10 2022</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Jan 10 2022</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 3 January 2022">Monday, 3 January 2022</time> through <time title="Monday, 10 January 2022">Monday, 10 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-10.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 3 January 2022">Monday 3 January 2022</time> through <time title="Monday 10 January 2022">Monday 10 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-10.html" title="permalink">🔗</a>
</p>
<hr>
<p class="callout">
Expand All @@ -41,7 +41,7 @@ <h2>BCD Universal Implmentations Report
</p>
<div class="subfooter">
<span class="details">
The most recent known BCD release was <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday, 14 December 2021)</small>
The most recent known BCD release was <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday 14 December 2021)</small>
</span>
</div>
</footer>
Expand Down
10 changes: 5 additions & 5 deletions out/weekly-completed/2022-01-17.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Jan 17 2022</title>
<title>BCD New Universal Implementations Report, Mon Jan 17 2022</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Jan 17 2022</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 10 January 2022">Monday, 10 January 2022</time> through <time title="Monday, 17 January 2022">Monday, 17 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-17.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 10 January 2022">Monday 10 January 2022</time> through <time title="Monday 17 January 2022">Monday 17 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-17.html" title="permalink">🔗</a>
</p>
<hr>


<p class="callout"><strong>9 new Baseline implementations</strong></p>
<p class="callout"><strong>9 new universal implementations</strong></p>
<section class="added implementations">
<h4>API</h4>
<ol>
Expand Down Expand Up @@ -174,7 +174,7 @@ <h4>CSS</h4>
</p>
<div class="subfooter">
<span class="details">
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday, 14 December 2021)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.3">vv4.1.3</a> <small>(Tuesday, 11 January 2022)</small>
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.2">vv4.1.2</a> <small>(Tuesday 14 December 2021)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.3">vv4.1.3</a> <small>(Tuesday 11 January 2022)</small>
</span>
</div>
</footer>
Expand Down
10 changes: 5 additions & 5 deletions out/weekly-completed/2022-01-24.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Jan 24 2022</title>
<title>BCD New Universal Implementations Report, Mon Jan 24 2022</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Jan 24 2022</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 17 January 2022">Monday, 17 January 2022</time> through <time title="Monday, 24 January 2022">Monday, 24 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-24.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 17 January 2022">Monday 17 January 2022</time> through <time title="Monday 24 January 2022">Monday 24 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-24.html" title="permalink">🔗</a>
</p>
<hr>


<p class="callout"><strong>1 new Baseline implementation</strong></p>
<p class="callout"><strong>1 new universal implementation</strong></p>
<section class="added implementations">
<h4>JAVASCRIPT</h4>
<ol>
Expand Down Expand Up @@ -60,7 +60,7 @@ <h4>JAVASCRIPT</h4>
</p>
<div class="subfooter">
<span class="details">
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.3">vv4.1.3</a> <small>(Tuesday, 11 January 2022)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.4">vv4.1.4</a> <small>(Tuesday, 18 January 2022)</small>
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.3">vv4.1.3</a> <small>(Tuesday 11 January 2022)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.4">vv4.1.4</a> <small>(Tuesday 18 January 2022)</small>
</span>
</div>
</footer>
Expand Down
10 changes: 5 additions & 5 deletions out/weekly-completed/2022-01-31.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Jan 31 2022</title>
<title>BCD New Universal Implementations Report, Mon Jan 31 2022</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Jan 31 2022</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 24 January 2022">Monday, 24 January 2022</time> through <time title="Monday, 31 January 2022">Monday, 31 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-31.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 24 January 2022">Monday 24 January 2022</time> through <time title="Monday 31 January 2022">Monday 31 January 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-01-31.html" title="permalink">🔗</a>
</p>
<hr>

<p class="callout">
<strong>No new Universal Implmentations implementations to report 🙁</strong>
<strong>No new universal implementations to report 🙁</strong>
</p>


Expand All @@ -43,7 +43,7 @@ <h2>BCD Universal Implmentations Report
</p>
<div class="subfooter">
<span class="details">
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.4">vv4.1.4</a> <small>(Tuesday, 18 January 2022)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.5">vv4.1.5</a> <small>(Wednesday, 26 January 2022)</small>
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.4">vv4.1.4</a> <small>(Tuesday 18 January 2022)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.5">vv4.1.5</a> <small>(Wednesday 26 January 2022)</small>
</span>
</div>
</footer>
Expand Down
10 changes: 5 additions & 5 deletions out/weekly-completed/2022-02-07.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link type="text/css" href="https://bcd-watch.igalia.com/styles.css" rel="stylesheet">
<title>BCD New Universal Implmentations Report, Mon Feb 07 2022</title>
<title>BCD New Universal Implementations Report, Mon Feb 07 2022</title>
</head>
<body>
<div class="header">
<h1 class="logo-style"><a href="https://bcd-watch.igalia.com"><img src="/imgs/binoculars.svg" alt="" />BCD Watch</a></h1>
</div>
<hr>
<h2>BCD Universal Implmentations Report
<h2>BCD Universal Implementations Report
<br>
<time>Mon Feb 07 2022</time></h2>
<main>
<p>
Summary of changes indicating universal implementations from <time title="Monday, 31 January 2022">Monday, 31 January 2022</time> through <time title="Monday, 7 February 2022">Monday, 7 February 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-02-07.html" title="permalink">🔗</a>
Summary of changes indicating universal implementations from <time title="Monday 31 January 2022">Monday 31 January 2022</time> through <time title="Monday 7 February 2022">Monday 7 February 2022</time></strong>.<a href="https://bcd-watch.igalia.com/weekly-completed/2022-02-07.html" title="permalink">🔗</a>
</p>
<hr>


<p class="callout"><strong>11 new Baseline implementations</strong></p>
<p class="callout"><strong>11 new universal implementations</strong></p>
<section class="added implementations">
<h4>API</h4>
<ol>
Expand Down Expand Up @@ -203,7 +203,7 @@ <h4>JAVASCRIPT</h4>
</p>
<div class="subfooter">
<span class="details">
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.5">vv4.1.5</a> <small>(Wednesday, 26 January 2022)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.6">vv4.1.6</a> <small>(Tuesday, 1 February 2022)</small>
This report was generated by diffing <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.5">vv4.1.5</a> <small>(Wednesday 26 January 2022)</small> and <a href="https://github.com/mdn/browser-compat-data/releases/tag/vv4.1.6">vv4.1.6</a> <small>(Tuesday 1 February 2022)</small>
</span>
</div>
</footer>
Expand Down
Loading

0 comments on commit c45f83f

Please sign in to comment.