Skip to content

Releases: goplus/gop

Release v1.1.0-rc2

30 May 09:15
fe0d1e7
Compare
Choose a tag to compare

Release v1.1.0-rc1

21 May 16:26
da80614
Compare
Choose a tag to compare

Release v1.1.0-beta5

19 May 15:45
297fa67
Compare
Choose a tag to compare

Release v1.1.0-beta3

24 Apr 01:56
16d3db4
Compare
Choose a tag to compare

Release v1.1.0-beta2

07 Jan 12:43
df9cff6
Compare
Choose a tag to compare

changes:

  • gop run pkgPath hotfix: lookupFromCache: errors.Unwrap
  • releaseNewVersion tool

Release v1.1.0-beta1

05 Jan 23:34
Compare
Choose a tag to compare

new features:

  • gop run pkgPath@version

changes:

  • add VERSION

Release v1.1.0-alpha3

05 Jan 21:56
5e98d13
Compare
Choose a tag to compare

new features:

  • gop/x/mod/modfile
  • gop/x/mod/modload
  • gop/x/gopmod
  • gop/x/gopproj
  • gop/x/gopprojs
  • gop/x/gengo
  • cmd: gop deps
  • cmd: gop get
  • cmd: gop mod init/tidy/download
  • cmd: gop go
  • cmd: gop list
  • cmd: gop run pkgPath

changes:

  • remove PkgsLoader cache
  • chg MainVersion

Release v1.0.39

26 Dec 15:07
Compare
Choose a tag to compare

new features:

  • release tool: go run cmd/make.go -tag <ReleaseVersion>
  • gop/x/gopproj

changes:

  • goprun: gopproj.ParseOne + ctx.OpenProject
  • 0644, 0755
  • add VERSION

Release v1.0.37

20 Dec 05:49
b5540fa
Compare
Choose a tag to compare

features:

  • implement gop bug command
  • fix var name collision with package name (#1063)

changes:

  • cl: remove isBuiltinAutoCall
  • fix: clear gop running cache in HOME dir
  • remove env.BuildRevision
  • feat: add format support for vars in inner scopes

Release v1.0.36

08 Dec 08:46
d1a8582
Compare
Choose a tag to compare

new features:

  • gop/x/format:
    • Replace fmt.Print to builtin
    • Command style first
    • pkg.Fncall starting with lowercase

changes:

  • add: link Go+ build assets into Go bin path
  • parser: add parser/_testdata/mapfunc
  • gop fmt -mvgo: only process .go files
  • golang.org/x/tools v0.1.8
  • fix: link gop build assets now work on Windows
  • fix: reference gop command from gopBinFiles
  • support fmt.print => print
  • compileIdent: print/println as func (#1048)
  • disable pkg.var/const; disable auto property of pkg.println