You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ The basic method for using this library is, that you create a definition for you
12
12
13
13
## Table of contents
14
14
<!-- TOC -->
15
-
16
15
*[Installation](#installation)
17
16
*[Maven](#maven)
18
17
*[Running the Log Parser](#running-the-log-parser)
@@ -50,7 +49,7 @@ The basic method for using this library is, that you create a definition for you
50
49
*[Exporting Results to an JSON File](#exporting-results-to-an-json-file)
51
50
*[Command-line Execution of the Log-Parser](#command-line-execution-of-the-log-parser)
52
51
*[Changelog](#changelog)
53
-
*[1.11.0 (next version)](#1110--next-version-)
52
+
*[1.11.0](#1110)
54
53
*[1.0.10](#1010)
55
54
*[1.0.8.2](#1082)
56
55
*[1.0.8](#108)
@@ -483,7 +482,7 @@ All reports are stored in the directory `log-parser-reports/export/`.
483
482
-[#110](https://github.com/adobe/log-parser/issues/110) Moved to Java 11
484
483
-[#169](https://github.com/adobe/log-parser/issues/169) We only keep one Parse Definition entry with the same title in a Parse Definition.
485
484
-[#157](https://github.com/adobe/log-parser/issues/157) Search terms ar no longer a Map of key and Objects. Instead, they are now a map of Parse Definition Entry names and Hamcrest Matchers. This may cause compilation errors for those using the search & filter functions. For migration purposes please refer to the section on [Defining a Search Term](#defining-a-search-term).
486
-
-[#57](https://github.com/adobe/log-parser/issues/57) Assertions are no longer an implicite assert equal method. We now allow Hamcrest Matchers for asserting. This can be one or more matchers.
485
+
-[#57](https://github.com/adobe/log-parser/issues/57) Assertions are no longer an implicit assert equal method. We now allow Hamcrest Matchers for asserting. This can be one or more matchers.
487
486
-[#119](https://github.com/adobe/log-parser/issues/119) Cleanup of deprecated methods, and the consequences thereof.
488
487
-[#137](https://github.com/adobe/log-parser/issues/137) We can now generate an HTML report for the differences in log data.
489
488
-[#185](https://github.com/adobe/log-parser/issues/185) Resolved issue with deserializing unexpected objects in SDK Log entries..
0 commit comments