उपयोग कैसे करें: Semver Compare
Semver Compare एक निःशुल्क ऑनलाइन डेवलपर टूल टूल है जो आपके ब्राउज़र में तुरंत compare two semantic versions by precedence and tell you whether the change is breaking करता है। डेटा पेस्ट करें, विकल्प चुनें और रीयल-टाइम परिणाम पाएँ — कोई इंस्टॉलेशन नहीं, साइन-अप नहीं, सर्वर पर कुछ भी अपलोड नहीं।
Semver Compare अभी उपयोग करें →
विवरण
Compare two semantic versions by precedence and tell you whether the change is breaking.
- डेवलपर टूल
- सब कुछ क्लाइंट-साइड होने से API कुंजी जैसे संवेदनशील डेटा के लिए भी Semver Compare सुरक्षित है।
उपयोग कैसे करें
Semver Compare इस्तेमाल करने के तीन चरण:
- इनपुट बॉक्स में डेटा पेस्ट करें (या उदाहरण लोड करें)।
- लक्ष्य प्रारूप के अनुसार विकल्प सेट करें।
- आउटपुट कॉपी/डाउनलोड करें — टाइप करते ही लाइव अपडेट।
चलाएँ
उदाहरण
Compare against 1.9.0 — numerically per component, not as a string, so 1.10.0 wins.
इनपुट
1.10.0
आउटपुट
1.10.0 < 2.0.0 Comparison: A is OLDER than B Difference: major -1, minor 10, patch 0 Breaking change between them: YES (major differs)
此输出由工具真实运行产生,并非人工编写。
उपयोग के मामले
आम स्थितियाँ जहाँ Semver Compare मदद करता है:
- Compare two semantic versions by precedence and tell you whether the change is breaking.
पैरामीटर
| key | विकल्प | type | allowed | default | Semver Compare |
|---|---|---|---|---|---|
mode | Operation | select | parse (Parse and explain), compare (Compare two versions), bump (Bump a part), range (Test a range), sort (Sort a list) | — | compare |
b | Second version / range | text | — | 2.0.0 | — |
part | Bump part | select | major, minor, patch, premajor, preminor, prepatch, prerelease | — | — |
pre | Prerelease tag | text | — | beta | — |
इनपुट: text · आउटपुट: text · live: ✓
सामान्य प्रश्न
Semver Compare क्या है?
Semver Compare compare two semantic versions by precedence and tell you whether the change is breaking के लिए है। यह पूरा आपके ब्राउज़र में चलता है, डेटा निजी रहता है।
क्या Semver Compare निःशुल्क है?
हाँ। असीमित, बिना पंजीकरण या इंस्टॉलेशन के।
क्या मेरा डेटा अपलोड होता है?
नहीं। सारी प्रक्राियाँ आपके ब्राउज़र में होती हैं।
ध्यान देने योग्य
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。