Skip to content

v0.6.2

Choose a tag to compare

@remusao remusao released this 30 Jan 10:49
· 5556 commits to master since this release
5434244
  • [bug] Make sure getId() always returns the same value for a given filter #94
    • Previously the value of ID could change after some internal attribute
      were changed during matching (in particular 'optDomains' and
      'optNotDomains' would be sorted to allow more efficient matching which
      would change the ID).