Skip to content

Releases: typetools/annotation-tools

Annotation File Utilities 3.6.33

16 Sep 17:27
Compare
Choose a tag to compare

Version 3.6.33 (released Sep 16, 2016):

  • Minor bug fixes and improvements.

Annotation File Utilities 3.6.32

01 Sep 16:12
Compare
Choose a tag to compare

Version 3.6.32 (released Sep 1, 2016):

  • Minor bug fixes and improvements.

Annotation File Utilities 3.6.31

01 Aug 19:45
Compare
Choose a tag to compare

Version 3.6.31 (released August 1, 2016):

  • Minor bug fixes and improvements.

Annotation File Utilities 3.6.30

02 Jul 00:27
Compare
Choose a tag to compare

Version 3.6.30 (released July 1, 2016):

  • Minor bug fixes and improvements

Annotation File Utilities 3.6.29

01 Jun 23:01
Compare
Choose a tag to compare

Version 3.6.29 (released Jun 1, 2016):

  • extract-annotations no longer puts package annotations on non-existent class, fixing Issue #117.
  • Closes issue #120.

Annotation File Utilities 3.6.28

03 May 03:51
Compare
Choose a tag to compare

Version 3.6.28 (released May 1, 2016):

  • AScene now has a copy constructor and implements Cloneable.

Annotation File Utilities 3.6.27

01 Apr 21:21
Compare
Choose a tag to compare

Version 3.6.27 (released Apr 1, 2016)

  • The annotation file format permits use of a class name, in addition to <init>, to specify a constructor.
  • Closes issues #70 and #88.

Annotation File Utilities 3.6.26

04 Mar 01:40
Compare
Choose a tag to compare

Version 3.6.26 (released Mar 1, 2016):

  • Avoids reinserting an annotation that already exists in comments, fixing Issue #114.

Annotation File Utilities 3.6.25

02 Feb 05:52
Compare
Choose a tag to compare

Version 3.6.25 (released Feb 1, 2016):

  • Uses system javac to compile the executable program, thus enabling Java 7 execution.
  • Clears set of required imports after processing each source file, fixing Issue #111.
  • Escapes String fields of annotations, fixing Issue #112.

Annotation File Utilities 3.6.24

05 Jan 02:26
Compare
Choose a tag to compare

Version 3.6.24 (released Jan 4, 2016):

  • Fixes Issue #108 by adding a LICENSE.txt file.
  • Fixes offset calculation for wide JVM instructions.
  • Makes minor improvements to build process.