| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [MFM] Better hashtag parsing: Ignore slash | syuilo | 2019-02-06 | 1 | -0/+8 | |
| * | [Test] Disable some tests temporary | syuilo | 2019-01-31 | 1 | -1/+2 | |
| * | [Test] Better tests | syuilo | 2019-01-31 | 1 | -1/+12 | |
| * | Fix typo | syuilo | 2019-01-31 | 1 | -2/+2 | |
| * | [Test] Add MFM test | syuilo | 2019-01-31 | 1 | -0/+16 | |
| * | [MFM] Better syntax parsing | syuilo | 2019-01-31 | 1 | -0/+15 | |
| * | Fix import | Aya Morisawa | 2019-01-30 | 1 | -1/+1 | |
| * | Avoid export default | Aya Morisawa | 2019-01-30 | 2 | -3/+3 | |
| * | Rename analyze to parse in MFM tests | Aya Morisawa | 2019-01-30 | 1 | -105/+105 | |
| * | Extract parsePlain function | Aya Morisawa | 2019-01-30 | 1 | -5/+5 | |
| * | Merge plainParser into mfm | Aya Morisawa | 2019-01-30 | 1 | -0/+32 | |
| * | Rename html to toHtml | Aya Morisawa | 2019-01-30 | 1 | -1/+1 | |
| * | Extract MFM types | Aya Morisawa | 2019-01-30 | 1 | -1/+2 | |
| * | Fix #4034 (#4037) | MeiMei | 2019-01-29 | 1 | -0/+6 | |
| * | リプライ/メンションされていれば非フォロワーへのフォ... | MeiMei | 2019-01-29 | 1 | -41/+20 | |
| * | Fix visibility test (#4031) | MeiMei | 2019-01-29 | 1 | -4/+4 | |
| * | Add visibility test (#4029) | MeiMei | 2019-01-29 | 1 | -0/+593 | |
| * | [MFM] Resolve #4009 | syuilo | 2019-01-27 | 1 | -7/+22 | |
| * | Add jump syntax (#4007) | Aya Morisawa | 2019-01-27 | 1 | -0/+9 | |
| * | Merge branch 'develop' into math-block | Aya Morisawa | 2019-01-27 | 1 | -20/+99 | |
| |\ | ||||||
| | * | Fix test | syuilo | 2019-01-27 | 1 | -1/+1 | |
| | * | [MFM] Add flip syntax | syuilo | 2019-01-27 | 1 | -0/+9 | |
| | * | [MFM] Add spin syntax | syuilo | 2019-01-27 | 1 | -0/+9 | |
| | * | Improve readability and some cleanups | syuilo | 2019-01-27 | 1 | -20/+67 | |
| | * | [Test] Add a MFM test | syuilo | 2019-01-27 | 1 | -0/+7 | |
| | * | [MFM] Improve title syntax detection | syuilo | 2019-01-27 | 1 | -0/+7 | |
| * | | Add multiline math syntax | Aya Morisawa | 2019-01-25 | 1 | -4/+15 | |
| |/ | ||||||
| * | Refactor | syuilo | 2019-01-25 | 3 | -8/+5 | |
| * | [MFM] Improve italic syntax detection | syuilo | 2019-01-25 | 1 | -0/+7 | |
| * | [Test] Add sone streaming tests | syuilo | 2019-01-25 | 1 | -1/+71 | |
| * | Refactoring | syuilo | 2019-01-25 | 1 | -24/+24 | |
| * | [Test] Add notes/timeline test | syuilo | 2019-01-25 | 1 | -0/+23 | |
| * | [Test] Add API test | syuilo | 2019-01-25 | 1 | -0/+27 | |
| * | Fix test | syuilo | 2019-01-23 | 2 | -2/+2 | |
| * | Fix test | syuilo | 2019-01-23 | 2 | -4/+11 | |
| * | Refactor: Separate some test files | syuilo | 2019-01-23 | 3 | -113/+166 | |
| * | Update mfm.ts | syuilo | 2019-01-22 | 1 | -0/+4 | |
| * | [Test] Add streaming test | syuilo | 2019-01-22 | 1 | -0/+43 | |
| * | Update mfm.ts | syuilo | 2019-01-21 | 1 | -0/+2 | |
| * | [MFM] __ 構文はアルファベットのみに | syuilo | 2019-01-20 | 1 | -0/+7 | |
| * | Add double underscore syntax for bold markdown (#3733) | ibrokemypie | 2019-01-20 | 1 | -0/+23 | |
| * | Update mfm.ts | syuilo | 2019-01-20 | 1 | -2/+1 | |
| * | [MFM] Add <i> syntax | syuilo | 2019-01-20 | 1 | -0/+9 | |
| * | Change italic syntax to fit with other markdown implementations (#3916) | ibrokemypie | 2019-01-20 | 1 | -6/+37 | |
| * | [MFM] Better hashtag parsing: Ignore single quotation | syuilo | 2019-01-17 | 1 | -0/+8 | |
| * | [MFM] Better hashtag parsing: Ignore double quotation | syuilo | 2019-01-17 | 1 | -0/+8 | |
| * | Support SVG (#3883) | Acid Chicken (硫酸鶏) | 2019-01-13 | 2 | -0/+15 | |
| * | [MFM] Better hashtag parsing: Ignore trailing colon | syuilo | 2019-01-12 | 1 | -0/+8 | |
| * | Improve MFM bracket matching | Aya Morisawa | 2018-12-22 | 1 | -1/+94 | |
| * | Refactor MFM | Aya Morisawa | 2018-12-20 | 2 | -311/+385 | |