0.0.9 • Published 8 years ago

at-diff v0.0.9

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

at-diff

Build Status

at-diff is a tool to compare different versions of a source code which uses the Aria Templates framework.

Unlike the traditional diff utility which mainly compares lines without interpreting them, at-diff mainly compares class methods or bean definitions and takes into account inheritance. By listing possible impacts, it aims at detecting breaking changes, and at helping a developer to update some source code when one of the libraries it uses changed.

Note that you should not rely only on at-diff to find possible breaking changes. at-diff does not replace tests. It cannot detect all breaking changes.

at-diff can be used both from the command line and as a Grunt task.

at-diff is tested with node.js version 4.2. It probably works fine with later versions. It may not work with previous versions.

Warning: at-diff is still in development and not thoroughly tested yet. You can provide feedback by opening an issue on GitHub

Check the documentation here.

License

Apache License 2.0

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago