-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for js expression in the `from` node addressing issue [#86](#86) * Enhanced `JoinReferenceNode` performance in the default assert case where there are no `references` to left or right context. * Added ability to use `or` and `not` in tandem to check for the non-existence of multiple facts. [#85](#85) * Fixed issue with `from` node where an undefined property would be tested. [#89](#89) * You can now define a custom resolution strategy. * Compiling nools files now supports the from modifier. * Documentation updates * Updates about from node support with js values. * New documentation about using `or` and `not` constratints together. * Updated `or` documentation to include a three constraint example.
- Loading branch information
1 parent
e58883d
commit 86eea5e
Showing
44 changed files
with
10,705 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.