Skip to content

fulibTables v1.3.0

Compare
Choose a tag to compare
@Clashsoft Clashsoft released this 12 Jul 09:26
· 48 commits to master since this release
dcd999b

New Features

  • Added the name-agnostic ObjectTable.expandAll and .hasAnyLink methods. #4
  • Added additional constraint building APIs to PatternBuilder. #2
  • Added debugging support to PatternMatcher. #1
  • Added support for multiple root patterns to PatternMatcher. #3
  • Added support for "any"-links to PatternMatcher by setting a role name to *. #4

Improvements

  • ObjectTable no longer throws exceptions when an object cannot be reflected.
  • General improvements to the PatternMatcher API.
  • The ObjectTable.hasLink method now throws an IllegalArgumentException if the other table does not share the same underlying data structure.