Skip to content

v0.2.13

Compare
Choose a tag to compare
@robinlinden robinlinden released this 07 Dec 00:17
· 692 commits to master since this release
v0.2.13
4348b96

Release Notes

Features

Performance improvements

Bug Fixes

Documentation

  • Add instructions for building unit tests to INSTALL.md @zugz (#1672)
  • Update INSTALL.md instructions @nurupo (#1684)

Maintenance (Grunt tasks)

Maintenance (Code cleanup)

Maintenance (Refactoring)

  • Remove multi-declarators entirely. @iphydf (#1514)
  • Disallow multiple initialised declarators per decl. @iphydf (#1513)
  • Use bash arrays instead of strings for static analysis scripts. @iphydf (#1497)
  • Limit scope of loop iterators. @iphydf (#1498)

Maintenance (Tests)

Maintenance (Code style)

  • Format comments according to tokstyle's requirements. @iphydf (#1580)
  • Run restyled on Travis and Circle CI scripts. @iphydf (#1515)