Releases: startupjs/teamplay
Releases Β· startupjs/teamplay
v0.2.0
π Enhancement
teamplay
- feat: implement aggregations; fix query rerender; #1 (@cray0000)
β οΈ Pushed to master
- docs: add more API docs (@cray0000)
- Update README.md (@cray0000)
@teamplay/channel
teamplay
- Update README.md (@cray0000)
- docs: fix createdAt in examples -- has to be unixtime (@cray0000)
- docs: add docs using rspress and deploy them to Github Pages (@cray0000)
- readme: document react integration and awaiting setters (@cray0000)
Authors: 1
v0.1.16
π Enhancement
teamplay
- feat: expose an explicit 'useSub()' function to be used inside React components instead of sub() (@cray0000)
β οΈ Pushed to master
- minor(example): fix css unit (@cray0000)
teamplay
- readme: add Usage section with introduction and documentation (@cray0000)
Authors: 1
v0.1.15
π Enhancement
@teamplay/channel
, teamplay
- feat(channel): add 'authorize' option for server-side to authorize connection requests; add 'getConnectionUrl' option for client-side to modify the connection url (@cray0000)
Authors: 1
v0.1.14
π Enhancement
teamplay
- feat(teamplay): support passing array to sub() for multiple parallel subscriptions (@cray0000)
π Bug Fix
teamplay
- fix(teamplay): correctly handle array indexes; add more array methods - reduce, find; return id from .add (@cray0000)
Authors: 1
v0.1.13
π Bug Fix
teamplay
- fix(teamplay/react): update signal ref if it changes (@cray0000)
Authors: 1
v0.1.12
π Bug Fix
@teamplay/cache
, teamplay
- fix(teamplay): change observer() update logic to use useSyncExternalStore; hold reference to signals within react context to prevent GCing them while component is still alive; don't unsubscribe from docs which were indirectly fetched by a query (@cray0000)
Authors: 1
v0.1.11
π Bug Fix
teamplay
- fix: allow only working with public collections on the server since there is no user-separation for private collections (@cray0000)
Authors: 1
v0.1.10
π Enhancement
teamplay
- feat(teamplay/Signal): add simple implementations for .pop() and .push() (@cray0000)
Authors: 1
v0.1.9
π Enhancement
teamplay
- feat(teamplay/Signal): add getId() method which returns the last segment (@cray0000)
Authors: 1
v0.1.8
π Bug Fix
@teamplay/backend
, teamplay
, @teamplay/utils
- fix: move uuid into utils package (@cray0000)
Authors: 1