Skip to content

Commit

Permalink
Update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syscrusher committed Feb 5, 2015
1 parent cbcf2c3 commit 375d303
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Planned:
- Rework some snippets, like a single import without an alias
- Add support for all go tools like fix, vet, lint, oracle

###3.1.0 / 2015-02-04
- [Run all non-run commands against current directory @tg](https://github.com/syscrusher/golang.tmbundle/commit/d3f09ee3bbe5fba76964e1bdc23e7d7247b733ee)
- [Allow run and build on unsaved files @tg](https://github.com/syscrusher/golang.tmbundle/commit/4809d74ea36654bdd9a2475ded6f729eb3082b65)
- [Add fmt.Print snippet @jish](https://github.com/syscrusher/golang.tmbundle/commit/f73850c2774b1bbe6c7ecec40e4bbbb376fa1225)
- [Add fmt.Fprintf snippet](https://github.com/syscrusher/golang.tmbundle/commit/ead451fa74a98628ddeb50ab6d901be18b60bba7)

###3.0.0 / 2014-06-28
Default behavior of some commands has changed, so the version was incremented a major number to indicate backwards-incompatible behavior

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## golang.tmbundle v3.0.0
## golang.tmbundle v3.1.0
(a TextMate 2 bundle for the go programming language)

### Installation
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.

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

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

0 comments on commit 375d303

Please sign in to comment.