ASBeautifier - Release
notes
In ASBeautifier 0.8.2
-
Fixed indentation problem in brackets around 'struct', and 'union' blocks.
-
Added recognition for '\' characters in the end of lines.
-
Improved indentation of post-method-declaration variable initializations.
-
Several minor bug fixes.
In ASBeautifier 0.8.1
-
Fixed an important bug in pointer arithmetic which resulted both in phantom
indentation errors, and in core-dumps when trying to indent java files.
In ASBeautifier 0.8.0
-
This is the first public release of ASBeautifier. It is a direct port to
C++ of JSBeautifier 1.1.1, PLUS extensions to for C++ indentation.
-
So far, very little beta-testing has been done for the C++ extensions.
This should change extremely with the open-source release (this was the
case with JSBeautifier...), so expect ASBeautifier to become bug-free fast!!!
-
The C++ source code is not yet written in optimal quality. I rushed a little
so that I could release this initial release as soon as possible. This
will soon change.