Skip to content

Releases: gopherdata/gophernotes

v0.2.1

03 Oct 02:52
Compare
Choose a tag to compare
  • fix error printing weirdness on function declarations.
  • update tests.

v0.2.0

03 Oct 02:19
Compare
Choose a tag to compare
  • new more descriptive error returns.
  • fix for interface{} variable declarations.
  • fix various issues related to error handling.

v0.1.4

20 Sep 01:59
Compare
Choose a tag to compare
  • Bug fixes - out of order declarations, printing

v0.1.3

15 Sep 11:20
Compare
Choose a tag to compare
  • fix weird printing repetition.
  • code styling changes.
  • update install files and docs.

v0.1.2

17 Aug 12:18
Compare
Choose a tag to compare
  • fix block importing of packages

v0.1.1

10 Aug 11:21
Compare
Choose a tag to compare
  • bug fixes for imports
  • improvement to import without the special : character
  • linting changes

v0.1.0

01 Aug 12:28
Compare
Choose a tag to compare
  • Updated README for installations.
  • Update for Go 1.7.
  • Update vendoring, dependency management.
  • Refactoring of ZMQ code.
  • Error handling.