Skip to content

Releases: abingham/traad

3.1.1

07 May 15:18
Compare
Choose a tag to compare

Lots of new features including:

  • move (all sorts of things!)
  • auto-import
  • various new refactorings
  • and more!

2.1.0

22 Nov 08:41
Compare
Choose a tag to compare

A lot of change, probably the most significant of which is that most refactorings are now two-stage: first they deliver a set of changes to the client, then the client ask for them to be performed. This gives the client a lot more control over the process (i.e. they can refresh buffers as necessary, etc.)

Other changes are that we no longer use actors or attempt any real state management. This seems more responsive, and is certainly a more straightforward design.

0.4

19 Jul 14:18
Compare
Choose a tag to compare
0.4

This is the first release featuring the new JSON+HTTP API which replaces the old XMLRPC API. The new API supports almost all of the functionality of the old one, and it's better in so many ways. Enjoy!