Releases: gopherdata/gophernotes
Releases · gopherdata/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.
v0.7.4
Update to latest gomacro - fixes #240
v0.7.3
update to latest gomacro: add standard library symbols defined in Go 1.12 and 1.13
v0.7.2
update to latest gomacro: fix import of third party packages with Go >= 1.16
v0.7.1
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
v0.6.1
use github.com/gofrs/uuid instead of github.com/satori/go.uuid
update to latest gomacro
v0.6.0
update to latest gomacro which supports modules
v0.3.1
Merge pull request #77 from gopherdata/version-1
Update to Version 1 - gomacro, new docs, and more
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.