Releases: gopherdata/gophernotes
Releases · gopherdata/gophernotes
v0.2.1
- fix error printing weirdness on function declarations.
- update tests.
v0.2.0
- new more descriptive error returns.
- fix for
interface{}
variable declarations.
- fix various issues related to error handling.
v0.1.4
- Bug fixes - out of order declarations, printing
v0.1.3
- fix weird printing repetition.
- code styling changes.
- update install files and docs.
v0.1.2
- fix block importing of packages
v0.1.1
- bug fixes for imports
- improvement to import without the special
:
character
- linting changes
v0.1.0
- Updated README for installations.
- Update for Go 1.7.
- Update vendoring, dependency management.
- Refactoring of ZMQ code.
- Error handling.