Skip to content

Tags: homebaseio/homebase-react

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(datalog-console): respond to datalog-console messages (#91)



Co-authored-by: Chris Smothers <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(client): add entity and query functions (#93)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(console.log): add custom chrome formatters (#85)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dx): alias schema to lookup helpers (#72)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(get): improve cache check

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(get): nested entity cache

* fix(get): handle nested entities

* fix(get): simplify lookup-entity

* refactor(entity): combine with hbentity

* fix(get): cache invalidation

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(transact): support nested JSON txs (#48)

v0.4.3

Toggle v0.4.3's commit message
fix(types): more specific HomebaseProvider type declaration

re #45

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): turn any type into void where applicable

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(query): bools and combined queries (#43)

- fix queries on boolean attributes
- allow queries on multiple attributes of an entity