Skip to content

Releases: homebaseio/homebase-react

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 23 Nov 21:48
b26d86e

0.3.1 (2020-11-23)

Bug Fixes

  • client: help goog closure compiler (#20) (b26d86e)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Nov 18:00
5f5b3fc

0.3.0 (2020-11-23)

Features

  • homebase.react: add useClient hook (#19) (5f5b3fc)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Nov 18:05
dda6ff7

0.2.1 (2020-11-18)

Bug Fixes

  • index.d.ts: add string to useQuery query types (#17) (dda6ff7)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 19:37
66feb68

0.2.0 (2020-11-17)

Features

  • index.d.ts: add typescript type declarations (#16) (66feb68)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Nov 21:55
2cba32f

0.1.1 (2020-11-16)

Performance Improvements

  • entity.get: add attribute change tracking (#15) (2cba32f)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 01:07

0.1.0 (2020-11-11)

Features

  • homebase.js: make errors more informative (#5) (5c79b0f)

Performance Improvements

v0.0.1

Choose a tag to compare

@crs48 crs48 released this 10 Nov 22:18
- React component to provide a declarative relational DB with minimal fuss.
- React hooks for transact, query and find one entity.
- Make Datascript's syntax more JS and React friendly.