This repository was archived by the owner on Jul 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.6.0 / 2016-10-09
2
+
3
+ * [ FEATURE] Prevent whitespace trimming during save, [ #6 ] [ ] [ @FlorianFranzen ] [ ]
4
+ * [ ENHANCEMENT] Add spec testing suite via Travis, [ @miketheman ] [ ]
5
+
1
6
# v0.5.0 / 2016-10-01
2
7
3
8
* [ FEATURE] Highlight "Only in" lines, [ @miketheman ] [ ]
@@ -26,6 +31,8 @@ Initial commit
26
31
[ #1 ] : https://github.com/miketheman/language-diff/issues/1
27
32
[ #2 ] : https://github.com/miketheman/language-diff/issues/2
28
33
[ #4 ] : https://github.com/miketheman/language-diff/issues/4
34
+ [ #6 ] : https://github.com/miketheman/language-diff/issues/6
35
+ [ @FlorianFranzen ] : https://github.com/FlorianFranzen
29
36
[ @hironytic ] : https://github.com/hironytic
30
37
[ @mdeaudelin ] : https://github.com/mdeaudelin
31
38
[ @miketheman ] : https://github.com/miketheman
Original file line number Diff line number Diff line change 1
1
# language-diff package
2
2
3
- Conversion of Textmate [ ` diff ` bundle] ( https://github.com/textmate/diff.tmbundle )
3
+ [ ![ Build Status] ( https://travis-ci.org/miketheman/language-diff.svg?branch=master )] ( https://travis-ci.org/miketheman/language-diff )
4
+ [ ![ GitHub forks] ( https://img.shields.io/github/forks/miketheman/language-diff.svg )] ( https://github.com/miketheman/language-diff/network )
5
+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/miketheman/language-diff.svg )] ( https://github.com/miketheman/language-diff/stargazers )
6
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/miketheman/language-diff.svg )] ( https://github.com/miketheman/language-diff/issues )
4
7
5
- See [ CHANGELOG.md] for details.
8
+ Origin: Conversion of Textmate [ ` diff ` bundle] ( https://github.com/textmate/diff.tmbundle )
9
+
10
+ See [ CHANGELOG.md] ( https://github.com/miketheman/language-diff/blob/master/CHANGELOG.md ) for details.
You can’t perform that action at this time.
0 commit comments