-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #168
Version Packages #168
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe changes involve the deletion of a patch note file and updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant zxing-wasm
participant zxing-cpp
User->>zxing-wasm: Request barcode detection
zxing-wasm->>zxing-cpp: Use updated detection algorithm
zxing-cpp-->>zxing-wasm: Return detection results
zxing-wasm-->>User: Display barcode results
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
commit: |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Patch Changes
308f820
and improve DataBar detection rate.Summary by CodeRabbit
New Features
zxing-cpp
library.Chores
package.json
from 1.3.1 to 1.3.2.CHANGELOG.md
to document recent changes.