Skip to content

v1.1.6

Choose a tag to compare

@SamuelTallet SamuelTallet released this 13 Jul 11:56
· 88 commits to master since this release

Before this version, you had to query database with a strict JSON syntax. Example:

{ "firstname": "Samuel" }

Since this version, you can query database with a relaxed JSON syntax. Example:

firstname: Samuel