Skip to content

Releases: gopherdata/gophernotes

v0.7.5

Choose a tag to compare

@cosmos72 cosmos72 released this 31 May 17:34

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

v0.7.4

Choose a tag to compare

@cosmos72 cosmos72 released this 09 Jan 15:20

Update to latest gomacro - fixes #240

v0.7.3

Choose a tag to compare

@cosmos72 cosmos72 released this 24 Jun 15:51

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

v0.7.2

Choose a tag to compare

@cosmos72 cosmos72 released this 18 Mar 17:47

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

v0.7.1

Choose a tag to compare

@cosmos72 cosmos72 released this 22 Jul 09:44

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

Release v0.7.0: pure-go version

Choose a tag to compare

@sbinet sbinet released this 10 Mar 09:09

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).

v0.6.1

Choose a tag to compare

@cosmos72 cosmos72 released this 08 Dec 18:23

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

v0.6.0

Choose a tag to compare

@cosmos72 cosmos72 released this 03 Dec 18:59
f601dca

update to latest gomacro which supports modules

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@dwhitena dwhitena released this 20 Sep 16:57
Merge pull request #77 from gopherdata/version-1

Update to Version 1 - gomacro, new docs, and more

v0.3.0

Choose a tag to compare

@dwhitena dwhitena released this 29 Nov 15:36

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.