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 1ae046e commit 19d51f3Copy full SHA for 19d51f3
index.js
@@ -790,6 +790,7 @@ function _applyFilter (matchingProposals) {
790
.filter(function (proposal) {
791
return selectedStates.some(function (state) {
792
if (!(proposal.status.state === '.implemented')) return true // only filter among Implemented (N.N.N)
793
+ if (state === 'swift-swift-Next' && proposal.status.version === 'Next') return true // special case
794
795
var version = state.split(/\D+/).filter(function (s) { return s.length }).join('.')
796
0 commit comments