Fixed: Version expression (#217)
This commit is contained in:
parent
309380c7b8
commit
e4faf52c42
|
@ -55,7 +55,7 @@ const MessageResponse = {
|
||||||
|
|
||||||
const Resource = {
|
const Resource = {
|
||||||
'MAPPING_EXPRESSION': /\.map$/i,
|
'MAPPING_EXPRESSION': /\.map$/i,
|
||||||
'VERSION_EXPRESSION': /(?:\d{1,2}\.){1,3}\d{1,2}|latest/,
|
'VERSION_EXPRESSION': /(?:\d{1,2}\.){1,3}\d{1,2}(?:-\d)?|latest/,
|
||||||
'SINGLE_NUMBER_EXPRESSION': /^\D+\d\D+$/,
|
'SINGLE_NUMBER_EXPRESSION': /^\D+\d\D+$/,
|
||||||
'VERSION_PLACEHOLDER': '{version}'
|
'VERSION_PLACEHOLDER': '{version}'
|
||||||
};
|
};
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
<li>Added CDN: cdn.ravenjs.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/214">#214</a>)</li>
|
<li>Added CDN: cdn.ravenjs.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/214">#214</a>)</li>
|
||||||
<li>Updated: ember.js v3.23.0 -> v3.24.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/215">#215</a>)</li>
|
<li>Updated: ember.js v3.23.0 -> v3.24.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/215">#215</a>)</li>
|
||||||
<li>Added: MDB UI Kit v3.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/216">#216</a>)</li>
|
<li>Added: MDB UI Kit v3.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/216">#216</a>)</li>
|
||||||
|
<li>Fixed: Version expression (<a href="https://codeberg.org/nobody/LocalCDN/issues/217">#217</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
|
Loading…
Reference in New Issue