Skip to content

Releases: startupjs/teamplay

v0.1.7

31 May 14:35
Compare
Choose a tag to compare

πŸ› Bug Fix

  • @teamplay/backend, teamplay
    • fix: use older uuid version which does not depend on the crypto module (RN does not have it) (@cray0000)

Authors: 1

v0.1.6

31 May 14:19
Compare
Choose a tag to compare

πŸ› Bug Fix

  • teamplay
    • fix(teamplay): mock WeakRef and FinalizationRegistry to work in Expo (@cray0000)

⚠️ Pushed to master

  • @teamplay/backend, @teamplay/cache, @teamplay/channel, @teamplay/debug, @teamplay/schema, @teamplay/server-aggregate, @teamplay/sharedb-access, @teamplay/sharedb-schema, teamplay, @teamplay/utils
    • chore: add .npmignore to all packages with CHANGELOG.md (@cray0000)

Authors: 1

v0.1.5

27 May 05:15
Compare
Choose a tag to compare

πŸš€ Enhancement

  • @teamplay/backend, @teamplay/schema, @teamplay/server-aggregate, @teamplay/sharedb-access, @teamplay/sharedb-schema, teamplay, @teamplay/utils
    • feat: move backend implementation from startupjs. Add an example app. (@cray0000)

⚠️ Pushed to master

  • chore: add name to example app (@cray0000)
  • chore: add version to example app (@cray0000)
  • chore: add explicit release commands to publish patch and minor since 'auto' doesn't take 0-based version into account (@cray0000)
  • teamplay
    • readme: add example readme (@cray0000)
    • chore(example): add live reload support whenever client.js changes (@cray0000)

Authors: 1

v0.1.4

23 May 18:42
Compare
Choose a tag to compare

πŸ› Bug Fix

  • @teamplay/channel, teamplay
    • fix: rename old references to startupjs packages into teamplay packages (@cray0000)

Authors: 1

v0.1.3

23 May 18:33
Compare
Choose a tag to compare

πŸ› Bug Fix

  • teamplay
    • fix: add 'events' since sharedb client requires it to work correctly (@cray0000)

Authors: 1

v0.1.2

23 May 18:25
Compare
Choose a tag to compare

πŸ› Bug Fix

  • @teamplay/cache, teamplay
    • fix: re-export cache as 'teamplay/cache' (@cray0000)

⚠️ Pushed to master

  • chore: update 'release' script to do an actual release (@cray0000)

Authors: 1

v0.1.1

23 May 17:21
Compare
Choose a tag to compare

πŸ› Bug Fix

  • @teamplay/cache, @teamplay/channel, @teamplay/debug, teamplay
    • fix: dummy. trigger version bump (@cray0000)

Authors: 1

v0.1.0

23 May 17:16
Compare
Choose a tag to compare

πŸ› Bug Fix

  • @teamplay/cache, @teamplay/channel, @teamplay/debug, teamplay
    • fix: migrate dependent subpackages from startupjs repo (@cray0000)

⚠️ Pushed to master

  • chore: version (@cray0000)
  • chore: minor (@cray0000)
  • chore: lerna version (@cray0000)
  • chore: set lerna to use workspaces (@cray0000)
  • chore: set lerna version to 0.1.0 (@cray0000)
  • add lerna (@cray0000)
  • chore: configure auto for releases (@cray0000)
  • chore: require node 22 for monorepo itself (@cray0000)
  • test: use 'node --run test' instead of yarn to run sub-tests (@cray0000)
  • test: add global yarn test command to scripts (@cray0000)
  • readme: refer to sub-package readme for installation (@cray0000)
  • teamplay
    • test: back to using 'npm run' since 'node --run' does not support running clis from node_modules (@cray0000)
    • test(teamplay): use node --run for subcommands (@cray0000)
    • readme: minor (@cray0000)
    • initial (@cray0000)

Authors: 1