Releases: DamnWidget/anaconda_go
Releases · DamnWidget/anaconda_go
v0.2.3
v0.2.2
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.2.2
Fixes
- Finally fixed autoformating on save
v0.2.1
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.2.1
Fixes
- Fixed unhandled exception while cleaning error lines
v0.2.0
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.2.0
Fixes
- Made goimports a synchronous task, this solves several problems related with buffer saving
- Now cache index generation is based on GOPATH and not in project or directories
- Fixed bug that was preventing the plugin from correctly using the GOBIN if it was set
Removed
- Custom Go syntax highlightning files
v0.1.8
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.1.8
Added workaround for async goimports save problem were the buffer gets rollback after save
Additions
- New synchronous listener to run goimports outside
anagonda
context wrapper
v0.1.7
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.1.7
Added support for $GOBIN
and multidimensional $GOPATH
Additions
- New `anaconda_go_GOBIN` option is supported
- Now the plugin parses `$GOPATH`s like: '~/.go:/usr/local/go:/foo/bar`
Fixes
- This commit resolves #8
v0.1.6
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.1.6
Fixes
- Fix cache index generation in macOS, resolves #5
v0.1.5
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.1.5
Support new anaconda version v2.1.11 or superior
v0.1.4
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondaGO 0.1.4
Added .no-sublime-package to fix Package Control installations
Fixed lowercase imports preventing Package Control Anaconda installations to work with anaconda_go
v0.1.3
|
_` | __ \ _` | __| _ \ __ \ _` | _` | _` | _ \
( | | | ( | ( ( | | | ( | ( | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| \__, | \___/
|___/
The Sublime Text 3 Go IDE
AnacondGO 0.1.3
Minor fixes release
Fixes
* Fixed path contexts on windows
* If result coming from goimports is None or empty string, discard it
* Hopefully fixed loop saves after use autoformat