We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
いくつかの機能の類似するスクリプトがあるとき、経験的には、新しいもののほうが良い可能性が高いです(※当たり前ともいえます)。そのため個人的には最終更新日を指針に選ぶことが多いです。これをできるようにしてほしいです。
lastUpdated をスキーマに追加して、それを元にしてソートする
lastUpdated
いくつかのスクリプトは latestVersion が日付になっているので、それを使えば実現できそうです
latestVersion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
問題点
いくつかの機能の類似するスクリプトがあるとき、経験的には、新しいもののほうが良い可能性が高いです(※当たり前ともいえます)。そのため個人的には最終更新日を指針に選ぶことが多いです。これをできるようにしてほしいです。
提案する解決方法
lastUpdated
をスキーマに追加して、それを元にしてソートする補足説明
いくつかのスクリプトは
latestVersion
が日付になっているので、それを使えば実現できそうですThe text was updated successfully, but these errors were encountered: