Skip to content

Releases: startupjs/teamplay

v0.2.0

06 Aug 16:54
Compare
Choose a tag to compare

πŸš€ 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

03 Jul 15:36
Compare
Choose a tag to compare

πŸš€ 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

29 Jun 13:23
Compare
Choose a tag to compare

πŸš€ 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

06 Jun 03:23
Compare
Choose a tag to compare

πŸš€ 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

05 Jun 10:26
Compare
Choose a tag to compare

πŸ› Bug Fix

  • teamplay
    • fix(teamplay/react): update signal ref if it changes (@cray0000)

Authors: 1

v0.1.12

04 Jun 23:12
Compare
Choose a tag to compare

πŸ› 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

02 Jun 18:36
Compare
Choose a tag to compare

πŸ› 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

02 Jun 13:53
Compare
Choose a tag to compare

πŸš€ Enhancement

  • teamplay
    • feat(teamplay/Signal): add simple implementations for .pop() and .push() (@cray0000)

Authors: 1

v0.1.9

01 Jun 17:56
Compare
Choose a tag to compare

πŸš€ Enhancement

  • teamplay
    • feat(teamplay/Signal): add getId() method which returns the last segment (@cray0000)

Authors: 1

v0.1.8

31 May 14:48
Compare
Choose a tag to compare

πŸ› Bug Fix

  • @teamplay/backend, teamplay, @teamplay/utils
    • fix: move uuid into utils package (@cray0000)

Authors: 1