Commit graph

47 commits

Author SHA1 Message Date
Miloslav Nenadal
9cc02ff5bc Add clojurescript support 2016-02-20 19:26:44 +01:00
Paul Stadig
80f91373bb Bump to 0.8.0-SNAPSHOT 2015-11-28 16:12:56 -05:00
Paul Stadig
71935ea024 Bump to 0.7.1. 2015-11-28 16:11:14 -05:00
Paul Stadig
516d3e6d1c Update version in README. 2015-11-28 15:59:32 -05:00
Paul Stadig
f4b2e226cb Correctly format diff output when = is fully qualified. 2015-11-28 15:58:11 -05:00
Paul Stadig
7bb7cf9050 Bump version in README. 2015-02-24 10:09:00 -05:00
Paul Stadig
9c31eac442 Version 0.8.0-SNAPSHOT 2015-02-24 10:07:28 -05:00
Paul Stadig
fcd2c8cb87 Version 0.7.0 2015-02-24 10:07:16 -05:00
Paul Stadig
2e3e1da2b1 Add clojars as release repository. 2015-02-24 09:56:57 -05:00
Paul Stadig
a9369c00ca Print expected and actual values even when there is no diff.
Issue #2.
2015-02-21 09:03:16 -05:00
Paul Stadig
fbe7cb90dd Pretty print records with their type.
Issue #2.
2015-02-21 09:02:48 -05:00
Paul Stadig
f1c2d98b01 Add a failing records test.
Records are being printed as plain maps.  Issue #2.

When a record instance and a hash map have the same keys and values they are
considered not equal, but no diff is generated.  Issue #2.
2015-02-21 07:36:10 -05:00
Paul Stadig
013a8da4ac Clean up tests a bit. 2015-02-21 07:34:22 -05:00
Paul Stadig
253edc6ba5 Bump for next release. 2015-02-21 07:28:03 -05:00
Paul Stadig
5a865e429d Activate using injections for the test profile. 2015-02-21 07:27:33 -05:00
Paul Stadig
85b3b93a76 Move clojure into dev dependencies. 2015-02-21 07:08:36 -05:00
Paul Stadig
9569bd0ddf Fix formatting in license block of readme. 2014-06-27 13:53:37 -04:00
Paul Stadig
e448315e72 Update recommendation so that it is activated in the user profile. 2014-06-27 13:52:43 -04:00
Paul Stadig
2aea768281 Change recommendation to inject into the :dev profile. 2014-06-04 13:37:58 -04:00
Paul Stadig
e05d014220 Update README with preferred activation using leiningen :injections. 2014-06-03 16:19:05 -04:00
Paul Stadig
e960fda1c2 README formatting. 2014-03-28 09:15:53 -04:00
Paul Stadig
0055629a67 Document bonus feature. 2014-03-28 09:14:38 -04:00
Paul Stadig
5ab730cb53 Tweak to README. 2014-03-28 09:07:53 -04:00
Paul Stadig
60936c55f4 Tweak to README. 2014-03-28 09:07:10 -04:00
Paul Stadig
78775e9461 Fix typo in README. 2014-03-28 09:06:45 -04:00
Paul Stadig
04d37e71ab README tweak. 2014-03-28 09:06:06 -04:00
Paul Stadig
cdfa145aac README formatting. 2014-03-28 09:05:41 -04:00
Paul Stadig
38d5d0867f Bump to 0.6.0. 2014-03-28 09:04:10 -04:00
Paul Stadig
fc5a3bdf7a Document INHUMANE_TEST_OUTPUT environment variable. 2014-03-28 09:03:48 -04:00
Paul Stadig
51e8752e25 Use defmethod instead of creating an add-method function.
Disable humane output if the INHUMANE_TEST_OUTPUT environment variable
is defined.
2014-03-28 09:01:27 -04:00
Paul Stadig
79d3d9e228 Bump version to 0.5.0. 2014-03-27 12:03:04 -04:00
Paul Stadig
e63b10aa54 Document new activate! function. 2014-03-27 12:02:34 -04:00
Paul Stadig
642957ccf9 Add activation function to enable the humane output. 2014-03-27 12:01:15 -04:00
Paul Stadig
66f8c91377 Bump to 0.4.0. 2014-03-27 11:21:01 -04:00
Paul Stadig
06e6dadd09 Update README with contributions. 2014-03-27 11:19:02 -04:00
Paul Stadig
0658e46b9a Print expected value with each actual value.
Fixed bug where when there was no difference it was still printing
some labels.

Fixed bug where when there was more than one actual value that was
equal the zipmap was throwing away the diff.
2014-03-27 11:18:11 -04:00
Paul Stadig
471d53b3e6 Bump to 0.3.0. 2014-03-27 06:45:52 -04:00
Paul Stadig
14a41f78b5 Fix diff output when there is only an addition or only a subtraction. 2014-03-27 06:44:32 -04:00
Paul Stadig
1227125bd2 Update README to acknowledge code from clojure.test. 2014-03-26 21:31:46 -04:00
Paul Stadig
23e402dd15 Bump to 0.2.0. 2014-03-26 21:21:39 -04:00
Paul Stadig
19c8d3320b Add pluses and minuses to diff output. 2014-03-26 21:21:12 -04:00
Paul Stadig
bf76fe0ded Update README. 2014-03-26 21:15:40 -04:00
Paul Stadig
5779606784 Ignore .asc files. 2014-03-26 21:13:33 -04:00
Paul Stadig
37b2ba2f8f Bump to 0.1.0. 2014-03-26 21:12:18 -04:00
Paul Stadig
113ec545d9 Updates to README. 2014-03-26 21:12:02 -04:00
Paul Stadig
8ad500acf4 Use indented output. 2014-03-26 21:08:04 -04:00
Paul Stadig
c017760acf Initial commit. 2014-03-26 17:54:35 -04:00