Changes
- Each IQL action now has its own interface, and are grouped into types depending on what block they can be used in. (@Snazzah, PR #1)
- There is now a
.clone()
function if you ever want to split off a query. (@Snazzah, PR #1) - You can optionally define the query from the constructor. (@Snazzah, PR #1)
- Defined the
toJSON()
function forJSON.stringify
(explanation) (@Snazzah, PR #1)