Skip to content

Latest commit

 

History

History
395 lines (344 loc) · 46.9 KB

CHANGELOG.md

File metadata and controls

395 lines (344 loc) · 46.9 KB

Change Log

v0.3.2 (2018-09-24)

Full Changelog

Implemented enhancements:

  • Change Grok to keep the current parameter in code form, and instead change other parameters to be bold #312 (josephschorr)
  • Fix formatting of long attributes in SML tags #310 (josephschorr)
  • SourceTracker performance and code improvements #307 (josephschorr)
  • Add a configurable timeout for Grok handle construction #306 (josephschorr)

Fixed bugs:

Merged pull requests:

v0.3.1 (2018-07-15)

Full Changelog

Implemented enhancements:

  • Have more descriptive parser errors when caused by a lexer error #296 (josephschorr)

Fixed bugs:

  • Fix panic in Grok when user is typing nominal or agent definitions #299 (josephschorr)
  • Fix handling of nominal root operator to always return the *root* data type #298 (josephschorr)
  • Fix generation bug when assigning to function variables #297 (josephschorr)
  • Ensure that null comparison operators are wrapped under access expressions #295 (josephschorr)
  • Fix generator bug with Streamable's under loop expressions #294 (josephschorr)
  • Fix bug in Grok cancelation that made it appear a valid handle was being returned #293 (josephschorr)
  • Fix small bugs that lead to various goroutines never terminating #291 (josephschorr)

Merged pull requests:

v0.3.0 (2018-06-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Anonymous function expression fails to compile #264

Merged pull requests:

v0.2.0 (2017-12-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.1.0 (2017-11-02)

Full Changelog

Implemented enhancements:

  • Add a local name cache to significantly speed up scoping, and add some other small optimizations #263 (josephschorr)

Fixed bugs:

Merged pull requests:

v0.0.2 (2017-10-28)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.0.1 (2017-10-26)

Implemented enhancements:

Fixed bugs:

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator