Releases: automerge/automerge-repo
Releases · automerge/automerge-repo
v1.1.5
What's Changed
- Revert unnecessary test changes by @pvh in #319
- Prevent returning undefined once for DocHandles that are ready by @pvh in #318
- update react-use-awareness example by @HerbCaudill in #321
- Run repo through prettier by @HerbCaudill in #323
- Add prettier check to lint script by @HerbCaudill in #325
- Tests suite for storage adapters by @bijela-gora in #307
- fix typo by @bijela-gora in #328
- feat: Add
Repo.flush
method by @mykola-vrmchk in #327 - useDocument listen to delete events by @joshuahhh in #296
New Contributors
- @bijela-gora made their first contribution in #307
Full Changelog: v1.1.4...v1.1.5
v1.1.4
v1.1.3
What's Changed
- Fix React warnings in
useDocuments
tests by @HerbCaudill in #299 - chore: update storage adapters to use interface by @kid-icarus in #305
- Fix watch scripts by @HerbCaudill in #300
- fix error handler in BrowserWebSocketClientAdapter by @HerbCaudill in #301
- tests: start moving away from renderHook by @joshuahhh in #303
- adding documentation for the leave message by @heckj in #306
- Fix event description in README.md by @msakrejda in #312
- Add @automerge/create-vite-app by @alexjg in #313
- Un-deprecate the NetworkAdapter class by @acurrieclark in #310
- tests: finish moving away from renderHook by @joshuahhh in #309
- examples: Don't useBootstrap by @alexjg in #314
- create-vite-app: update to match quickstart by @alexjg in #315
- Increment package version for release + automerge update by @alexjg in #316
New Contributors
- @joshuahhh made their first contribution in #303
- @heckj made their first contribution in #306
- @msakrejda made their first contribution in #312
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- test: Add n-peers chain test by @mykola-vrmchk in #282
- NodeWSServerAdapter.ts: use assert.js, not node.assert by @HerbCaudill in #298
New Contributors
- @mykola-vrmchk made their first contribution in #282
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Update protocol spec to include remote-heads-gossipping by @alexjg in #283
- Appease eslint, allow deliberate unused vars by @alexjg in #284
- Quick fixes by @acurrieclark in #286
- Adapter peer metadata fix by @acurrieclark in #287
- fix: don't leave timers pending for 2 minutes on each waitForState call by @yarolegovich in #289
- fix: peer doesn't receive a document on connecting with another peer by @yarolegovich in #290
- Add network and storage adapter interfaces by @acurrieclark in #291
New Contributors
- @yarolegovich made their first contribution in #289
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Allow a broadcastChannel name to be properly set in the adapter by @acurrieclark in #234
- WIP: Stable peer ids by @paulsonnentag in #231
- spelling - persistence by @HerbCaudill in #236
- Make
isEphemeral
optional in network adapter'speer-candidate
event. by @HerbCaudill in #237 - whitespace-only changes by @HerbCaudill in #245
- Add a couple of things .gitignore by @HerbCaudill in #246
- move test:log to root package.json by @HerbCaudill in #247
- build hooks package with vite and stop bundling react by @kid-icarus in #241
- Update to @automerge/automerge 2.1.8 by @alexjg in #254
- Fix useDocument, reset document if passed in url is undefined by @paulsonnentag in #253
- Only forward sync state messages with a more recent timestamp by @paulsonnentag in #259
- improve handling of changing URLs in useDocument and useHandle by @geoffreylitt in #258
- Fix yarn lock file to point to yarnpkg.com instead of localhost by @paulsonnentag in #261
- chore: add lint action by @kid-icarus in #257
- Adds
import
method to add an existing document to the repo by @acurrieclark in #251 - Upgrade Vitest to v1 by @HerbCaudill in #243
- put remote heads gossiping behind a feature flag by @alexjg in #260
- feat(automerge-repo): add export method by @kid-icarus in #256
- Fix types on react hooks by @HerbCaudill in #272
- fix: worker.plugins is now a function warning by @openscript in #269
- Get eslint working with GitHub actions by @HerbCaudill in #262
- Fix types in CollectionSynchronizer tests by @HerbCaudill in #278
- Fix CI test failures in remoteHeads.test.ts by @HerbCaudill in #277
- Remove unused function by @HerbCaudill in #276
- Support passing initial value for when creating documents by @HerbCaudill in #274
New Contributors
- @kid-icarus made their first contribution in #241
- @openscript made their first contribution in #269
Full Changelog: v1.0.19...v1.1.0
v1.1.0-alpha.13
Full Changelog: v1.1.0-alpha.10...v1.1.0-alpha.13
v1.1.0-alpha.10
What's Changed
- put remote heads gossiping behind a feature flag by @alexjg in #260
- feat(automerge-repo): add export method by @kid-icarus in #256
- Fix types on react hooks by @HerbCaudill in #272
- fix: worker.plugins is now a function warning by @openscript in #269
- Get eslint working with GitHub actions by @HerbCaudill in #262
New Contributors
- @openscript made their first contribution in #269
Full Changelog: v1.1.0-alpha.7...v1.1.0-alpha.10
v1.1.0-alpha.7
What's Changed
- Only forward sync state messages with a more recent timestamp by @paulsonnentag in #259
- improve handling of changing URLs in useDocument and useHandle by @geoffreylitt in #258
- Fix yarn lock file to point to yarnpkg.com instead of localhost by @paulsonnentag in #261
- chore: add lint action by @kid-icarus in #257
- Adds
import
method to add an existing document to the repo by @acurrieclark in #251 - Upgrade Vitest to v1 by @HerbCaudill in #243
Full Changelog: v1.1.0-alpha.6...v1.1.0-alpha.7
v1.1.0-alpha.6
What's Changed
- Fix useDocument, reset document if passed in url is undefined by @paulsonnentag in #253
Full Changelog: v1.1.0-alpha.5...v1.1.0-alpha.6