Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Id query search

Compare
Choose a tag to compare
@aluisiora aluisiora released this 28 Feb 13:57
· 49 commits to development since this release

It is now possible to use parameters like "id", "numbers" and "placeBefore" without specifying the internal ".id", instead, you can use an object in the "id" parameter so it can be resolved to the internal id. You can now do:

addressMenu.remove({
    address: "192.168.88.15/24"
});