Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parsec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.1
## 0.5.2

- **NEW: Web Support with WebAssembly** - Added comprehensive web platform support using high-performance WebAssembly compiled from C++
- **Enhanced Testing** - Comprehensive cross-platform testing including WebAssembly validation
Expand Down
6 changes: 3 additions & 3 deletions parsec/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.1"
version: "0.5.2"
parsec_android:
dependency: transitive
description:
Expand Down Expand Up @@ -171,10 +171,10 @@ packages:
dependency: transitive
description:
name: parsec_web
sha256: "9f6fb0a3113705eec59036f1de2f5b0a496fdee42f6b614204d6fba0ba88c2f0"
sha256: f6116b88ca5666245d61933ae1fef0f84210e2ceb0ce543c63b3a033c53f8968
url: "https://pub.dev"
source: hosted
version: "0.1.2"
version: "0.1.3"
parsec_windows:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions parsec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parsec
description: Multi-platform `parsec` plugin for Flutter to calculate math equations using C++ library. Supports Android, Linux, Windows, and Web (WebAssembly).
version: 0.5.1
version: 0.5.2
repository: https://github.com/oxeanbits/parsec_flutter/tree/main/parsec

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
parsec_android: ^0.4.0
parsec_linux: ^0.4.0
parsec_windows: ^0.2.0
parsec_web: ^0.1.2
parsec_web: ^0.1.3

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions parsec_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

- Update `parsec-web` library to remove unnecessary logs.

## 0.1.2

- Upgrade `web` package to ^1.1.0 for better compatibility and performance.
Expand Down
2 changes: 1 addition & 1 deletion parsec_web/lib/parsec-web
2 changes: 1 addition & 1 deletion parsec_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parsec_web
description: Web implementation of the parsec plugin using WebAssembly via dart:js_interop.
version: 0.1.2
version: 0.1.3
repository: https://github.com/oxeanbits/parsec_flutter/tree/main/parsec_web

environment:
Expand Down