Skip to content

Releases: gopherdata/gophernotes

v0.2.1

Choose a tag to compare

@dwhitena dwhitena released this 03 Oct 02:52
  • fix error printing weirdness on function declarations.
  • update tests.

v0.2.0

Choose a tag to compare

@dwhitena dwhitena released this 03 Oct 02:19
  • new more descriptive error returns.
  • fix for interface{} variable declarations.
  • fix various issues related to error handling.

v0.1.4

Choose a tag to compare

@dwhitena dwhitena released this 20 Sep 01:59
  • Bug fixes - out of order declarations, printing

v0.1.3

Choose a tag to compare

@dwhitena dwhitena released this 15 Sep 11:20
  • fix weird printing repetition.
  • code styling changes.
  • update install files and docs.

v0.1.2

Choose a tag to compare

@dwhitena dwhitena released this 17 Aug 12:18
  • fix block importing of packages

v0.1.1

Choose a tag to compare

@dwhitena dwhitena released this 10 Aug 11:21
  • bug fixes for imports
  • improvement to import without the special : character
  • linting changes

v0.1.0

Choose a tag to compare

@dwhitena dwhitena released this 01 Aug 12:28
  • Updated README for installations.
  • Update for Go 1.7.
  • Update vendoring, dependency management.
  • Refactoring of ZMQ code.
  • Error handling.