Skip to content

Releases: gopherdata/gophernotes

v0.7.5

31 May 17:34
Compare
Choose a tag to compare

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

v0.7.4

09 Jan 15:20
Compare
Choose a tag to compare

Update to latest gomacro - fixes #240

v0.7.3

24 Jun 15:51
Compare
Choose a tag to compare

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

v0.7.2

18 Mar 17:47
Compare
Choose a tag to compare

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

v0.7.1

22 Jul 09:44
Compare
Choose a tag to compare

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

10 Mar 09:09
Compare
Choose a tag to compare

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

08 Dec 18:23
Compare
Choose a tag to compare

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

v0.6.0

03 Dec 18:59
f601dca
Compare
Choose a tag to compare

update to latest gomacro which supports modules

v0.3.1

20 Sep 16:57
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
Merge pull request #77 from gopherdata/version-1

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

v0.3.0

29 Nov 15:36
Compare
Choose a tag to compare

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.