Skip to content

Commit 375d303

Browse files
committed
Update to 3.1.0
1 parent cbcf2c3 commit 375d303

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Planned:
22
- Rework some snippets, like a single import without an alias
33
- Add support for all go tools like fix, vet, lint, oracle
44

5+
###3.1.0 / 2015-02-04
6+
- [Run all non-run commands against current directory @tg](https://github.com/syscrusher/golang.tmbundle/commit/d3f09ee3bbe5fba76964e1bdc23e7d7247b733ee)
7+
- [Allow run and build on unsaved files @tg](https://github.com/syscrusher/golang.tmbundle/commit/4809d74ea36654bdd9a2475ded6f729eb3082b65)
8+
- [Add fmt.Print snippet @jish](https://github.com/syscrusher/golang.tmbundle/commit/f73850c2774b1bbe6c7ecec40e4bbbb376fa1225)
9+
- [Add fmt.Fprintf snippet](https://github.com/syscrusher/golang.tmbundle/commit/ead451fa74a98628ddeb50ab6d901be18b60bba7)
10+
511
###3.0.0 / 2014-06-28
612
Default behavior of some commands has changed, so the version was incremented a major number to indicate backwards-incompatible behavior
713

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
## golang.tmbundle v3.0.0
1+
## golang.tmbundle v3.1.0
22
(a TextMate 2 bundle for the go programming language)
33

44
### Installation
55
TextMate by default will detect .go files and load [Jim Dovey's bundle](https://github.com/AlanQuatermain/go-tmbundle). This is a fork with additional improvements merged from around the community.
66

77
Big changes from the default version:
8-
- go test, build, run, and install all operate on the package level instead of per file
9-
- added println and and printf snippets
8+
- all non-run go commands operate on the current directory instead of per file (thanks @tg)
9+
- run and build work on unsaved files (thanks @tg)
10+
- added print, println, printf, and fprintf snippets (thanks @jish)
1011
- bugfixes
1112

1213
To install this bundle manually, open a Terminal window and do:

0 commit comments

Comments
 (0)