Recent Releases of gophernotes

gophernotes - v0.7.5

Update to latest gomacro: adds ability to import local packages using an absolute or relative filesystem path. Update some other dependencies.

- Go
Published by cosmos72 about 4 years ago

gophernotes - v0.7.4

Update to latest gomacro - fixes #240

- Go
Published by cosmos72 over 4 years ago

gophernotes - v0.7.3

update to latest gomacro: add standard library symbols defined in Go 1.12 and 1.13

- Go
Published by cosmos72 almost 5 years ago

gophernotes - v0.7.2

update to latest gomacro: fix import of third party packages with Go >= 1.16

- Go
Published by cosmos72 over 5 years ago

gophernotes - v0.7.1

update to latest gomacro: adds support to import third party packages on FreeBSD, if compiled with Go >= 1.14

- Go
Published by cosmos72 almost 6 years ago

gophernotes - Release v0.7.0: pure-go version

This release drops the use of CGo-based bindings for ZeroMQ (github.com/pebbe/zmq4) in favor of a pure-Go package (github.com/go-zeromq/zmq4).

- Go
Published by sbinet over 6 years ago

gophernotes - v0.6.1

use github.com/gofrs/uuid instead of github.com/satori/go.uuid update to latest gomacro

- Go
Published by cosmos72 over 6 years ago

gophernotes - v0.6.0

update to latest gomacro which supports modules

- Go
Published by cosmos72 over 6 years ago

gophernotes - v0.3.1

- Go
Published by dwhitena over 8 years ago

gophernotes - v0.3.0

Now gophernotes outputs both any error from compiling and running, and any content of stderr once a program is run. Hopefully this gives a bit more context for things like indices out of range, etc.

- Go
Published by dwhitena over 9 years ago

gophernotes - v0.2.1

  • fix error printing weirdness on function declarations.
  • update tests.

- Go
Published by dwhitena over 9 years ago

gophernotes - v0.2.0

  • new more descriptive error returns.
  • fix for interface{} variable declarations.
  • fix various issues related to error handling.

- Go
Published by dwhitena over 9 years ago

gophernotes - v0.1.4

  • Bug fixes - out of order declarations, printing

- Go
Published by dwhitena over 9 years ago

gophernotes - v0.1.3

  • fix weird printing repetition.
  • code styling changes.
  • update install files and docs.

- Go
Published by dwhitena almost 10 years ago

gophernotes - v0.1.2

  • fix block importing of packages

- Go
Published by dwhitena almost 10 years ago

gophernotes - v0.1.1

  • bug fixes for imports
  • improvement to import without the special : character
  • linting changes

- Go
Published by dwhitena almost 10 years ago

gophernotes - v0.1.0

  • Updated README for installations.
  • Update for Go 1.7.
  • Update vendoring, dependency management.
  • Refactoring of ZMQ code.
  • Error handling.

- Go
Published by dwhitena almost 10 years ago