aboutsummaryrefslogtreecommitdiffstats
path: root/api/src/main/java/org/semver
Commit message (Expand)AuthorAgeFilesLines
* *DiffCriteria.differs[Binary](FieldInfo ..): Need to take value type into acc...Sven Gothel2015-04-031-2/+10
* Add CompatibilityType.BACKWARD_COMPATIBLE_BINARY: Allowing changes in throw-c...Sven Gothel2015-04-032-15/+55
* Expose 'fieldCompatChanged', allowing user to fail if fields have changed (bi...Sven Gothel2015-04-032-5/+18
* Add Delta.CompatChange for binary compatible changes, i.e. change in method t...Sven Gothel2015-04-033-17/+115
* Fix return values from includes filterssyev2014-10-021-1/+2
* Add version compatibility checking. AbstractEnforcerRule will skip non-compat...Alexander Morozov2014-10-011-0/+8
* Fix testing for snapshot regression.Alexander Morozov2014-10-011-1/+1
* fix pre-version enforcementjulien2014-09-092-24/+34
* fix nextjulien2014-08-251-3/+15
* fix pre version comparisonjulien2014-08-251-7/+151
* Dump: Add dumpFullStats(..) producing diff stat per-class w/ diff-type-count ...Sven Gothel2014-05-141-6/+108
* DifferenceAccumulatingHandler: Remove DEBUG codeSven Gothel2014-05-141-13/+4
* Dumper: Add dump method for sorted List<Difference> (refactored) allowing dum...Sven Gothel2014-05-141-2/+10
* Solve issues w/ 'simplifyRegularExpression(..)': Allow passing regexp directl...Sven Gothel2014-05-132-31/+56
* DifferenceAccumulatingHandler.isClassConsidered(..): Fix case where class nam...Sven Gothel2014-05-131-1/+11
* AbstractInfo: Add generic access to signature and descriptor ; Dumper: More i...Sven Gothel2014-05-131-13/+67
* Add PublicDiffCriteria and related config optionsTimo Westkämper2014-05-042-6/+17
* Issue #25: @Deprecated should require a minor version bump instead of a major...Martín Schonaker2014-04-093-3/+51
* Updated license headers.Julien Eluard2014-03-246-6/+6
* Main.java now processes the newJar argument.David Bernard2014-01-081-1/+1
* Added Regex for exclusion and inclusion of classesLarsSommer2013-12-171-17/+76
* Fix greater than case when comparing patchNahuel Dalla Vecchia2012-12-141-8/+10
* Updated license headers.Julien Eluard2012-12-016-72/+60
* Removed version from code.Julien Eluard2012-12-011-1/+1
* Removed unused imports.Tobias Roeser2012-11-241-3/+0
* Added German translation for command line options.Tobias Roeser2012-11-241-1/+2
* Added descriptions to commandline options.Tobias Roeser2012-11-241-86/+90
* Rewrote commandline handling to use CmdOption toolkit.Tobias Roeser2012-11-241-52/+92
* Fixed broken special parsing.Julien Eluard2012-07-261-1/+3
* Improved version parsing.Julien Eluard2012-07-261-4/+9
* Fixed wrong compareTo order.Julien Eluard2012-02-022-13/+18
* Fixed incorrect multi-digit version parsing.Julien Eluard2012-02-021-2/+3
* Fixes #1.Julien Eluard2012-01-281-2/+2
* Added support for 2 digits version number.Julien Eluard2011-09-141-4/+10
* Added support for Maven/OSGI version scheme.Julien Eluard2011-09-131-1/+6
* Fixed bug when a new class is added.Julien Eluard2011-02-041-12/+12
* Updated documentation.Julien Eluard2011-02-046-0/+0
* Added tests.Julien Eluard2010-11-213-51/+55
* Refactoring.Julien Eluard2010-11-192-16/+20
* Wrong field initialization.Julien Eluard2010-11-191-0/+7
* Wrong field initialization.Julien Eluard2010-11-191-1/+1
* API refactoring.Julien Eluard2010-11-197-423/+520
* Cleanup.Julien Eluard2010-11-161-3/+0
* Cleanup.Julien Eluard2010-11-151-2/+5
* Cleanup.Julien Eluard2010-11-153-15/+11
* first commitJulien Eluard2010-11-143-0/+828