Skip to content

Commit d95f487

Browse files
committed
Release v3.5.0
1 parent dd5f608 commit d95f487

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.5.0 / 2016-04-10
2+
- [Remove Ruby18 dependency where possible- partial fix for issue #26 @syscrusher](https://github.com/syscrusher/golang.tmbundle/commit/dd5f60822da08ff1c956e722a9ef54bfad0b84e7)
3+
- [Add a more helpful struct snippet @jish](https://github.com/syscrusher/golang.tmbundle/commit/82d13cea3a3c67b3584a62a3fae7f34f6fefd641)
4+
- [Fix var x= init(...) highlighting @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/6e3d2294ffd7df69e4a6fc778fdbb2864cb1ea4c)
5+
- [Fix issue #23: 'cannot import absolute path' error on build/install @syscrusher](https://github.com/syscrusher/golang.tmbundle/commit/ea01788ba80c30d5fb353d99f63332cd1e7d0dc0)
6+
17
## 3.4.0 / 2015-12-18
28
- [New grammar for Go HTML templates @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/197a72fd128d574e5ec907ec55f51d72c3e163bc)
39
- [Proper syntax highlighting for types @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/04083c428fd8ca75c9483e9a8ac09421e67b9d29)
@@ -6,7 +12,6 @@
612
- [Improve README about env vars @willfaught](https://github.com/syscrusher/golang.tmbundle/commit/9f4fca8be6e6d3ffb99c6e23aa193a30ac075627)
713
- [Use required commands for goimports and golint @rdwampler](https://github.com/syscrusher/golang.tmbundle/commit/b4427d9df7be869965d7008b86b47d3534fb3f72)
814

9-
1015
### 3.3.0 / 2015-11-27
1116
- [Hand crafted, beautiful icons that work on HiDPI and lower resolutions @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/6eac77254101eac2d325bc729b633f243865d87b)
1217
- [Fix regex scope identifiers to allowed ones @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/88bbe651383a8eeaca1f0b38d0c625bbe4dc427b)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Changes from the original version (see full changelog for more details):
1010
- Users can supply commands via ENV variables (TM\_GO\_DYNAMIC\_GOPATH, TM\_GO\_DYNAMIC\_PKG, TM\_GO\_DYNAMIC\_PKG\_PATH). The bundle will consult these commands if defined to dynamically change the gopath or package based on the current directory. (thanks [fmccann](https://github.com/fmccann))
1111
- all non-run go commands operate on the current directory instead of per file if the package is not defined dynamically. (thanks [tg](https://github.com/tg)).
1212
- run and build work on unsaved files (thanks [tg](https://github.com/tg))
13-
- added print, println, printf, and fprintf snippets (thanks [jish](https://github.com/jish))
13+
- added print, println, printf, and fprintf snippets; improved struct snippet (thanks
14+
[jish](https://github.com/jish))
1415
- HiDPI completion icons (thanks [nanoant](https://github.com/nanoant))
1516
- bugfixes (thanks everyone!)
1617

0 commit comments

Comments
 (0)