Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@Sven65 Sven65 released this 19 Apr 07:48
· 75 commits to master since this release
086d9ed

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 for JSON.stringify (explanation) (@Snazzah, PR #1)