Summary
- [Enhancement #123] Refactor SOQL grammar to allow for addition of IN operator. (commit: bc626da) (details)
- [Enhancement #123] Additional simplification of the SoqlQueryListener and SoqlAttribute. (commit: 556aec0) (details)
- Add a custom Hamcrest matcher to allow easier validation of test result w.r.t. entities. (commit: 6496826) (details)
- [Enhancement #123] Implement IN and NOT IN support in SOQL. (commit: 1e89a26) (details)
- [Enhancement #123] Refactor SOQL filter operators. (commit: 473089e) (details)
- [Enhancement #123] Implement support for NOT LIKE in SOQL. (commit: 90f6fbb) (details)
- [Enhancement #123] Ensure IN works for Criteria API. (commit: 8de7e21) (details)
- [Enhancement #123] Remove unused Soql.tokens and SoqlLexer.tokens files from the sources. (commit: e4e0b08) (details)
- [Fix] Fix dependency issues (implicit OWLAPI 5.5.0 dependency by Openllet) causing build failures on JDK 8. (commit: d58c257) (details)