8000 Tags · clarify/rested · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: clarify/rested

Tags

v0.1.4

Toggle v0.1.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
schema/query: allow multiple operators in objects

Examples:

- '{$gt:1,$lt:2}' is now an alias to '{$and:[{$gt:1},{$lt:2}]}'.
- '{$gt:1,$gt:2}' is now an alias to '{$and:[{$gt:1},{$gt:2}]}'.

Note that there is no guard against duplicated operators, just like
there is no guard for duplicated operators when using an explicit $and.
However, a mix of operator and non-operator fields will be rejected.

v0.1.3

Toggle v0.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
schema: set CreatedField/UpdatedFields as Filterable

v0.1.2

Toggle v0.1.2's commit message
Allow memory.Handler to encode `time.duration`

v0.1.1

Toggle v0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
examples: deps: update parent dependency

storers/mongo/v0.1.1

Toggle storers/mongo/v0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
examples: deps: update parent dependency

v0.1.0

Toggle v0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README.md

Fix error in introduction text.

v0.1.0-rc2

Toggle v0.1.0-rc2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
go.mod: update dependencies

v0.1.0-rc

Toggle v0.1.0-rc's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
storers/mongo: fix module declaration and imports

0