From 375d303cba4850fecad282ac3a1e0ad73acd493d Mon Sep 17 00:00:00 2001 From: syscrusher Date: Wed, 4 Feb 2015 19:20:11 -0600 Subject: [PATCH] Update to 3.1.0 --- CHANGELOG.md | 6 ++++++ README.md | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f0f10..71d3f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2e54643..4d87f0b 100644 --- a/README.md +++ b/README.md @@ -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: