You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add disappearing message methods to Conversation (WASM) (#1650)
* Update README
* Add check:macos script
* Remove auto filtering of messages in DM groups
* Update JS names of MessageDisappearingSettings fields
* Add message filtering methods to groups
* Update version and changelog
Copy file name to clipboardexpand all lines: bindings_wasm/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,8 @@
8
8
-`yarn`: Installs all dependencies (required before building)
9
9
-`yarn build`: Build a release version of the WASM bindings for the current platform
10
10
-`yarn lint`: Run cargo clippy and fmt checks
11
+
-`yarn check:macos`: Run cargo check for macOS (requires Homebrew and `llvm` to be installed)
12
+
13
+
# Publishing
14
+
15
+
To release a new version of the bindings, update the version in `package.json` with the appropriate semver value and add an entry to the CHANGELOG.md file. Once merged, manually trigger the `Release WASM Bindings` workflow to build and publish the bindings.
0 commit comments