Skip to content
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

Added math equation support for plus and minus signs. #6969

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d56bd11
Added math equation support for plus and minus signs.
mathieu-fournier Jul 12, 2024
7539eaf
Update core/quantity/src/Parser.ts
mathieu-fournier Jul 15, 2024
169e9c2
Merge branch 'master' into mathf/add-math-equations-parsing
hl662 Jul 18, 2024
f9c84c8
Merge branch 'master' into mathf/add-math-equations-parsing
anmolshres98 Jul 18, 2024
93c367d
Update Parsing.test.ts
mathieu-fournier Jul 22, 2024
82e9c69
Merge branch 'master' into mathf/add-math-equations-parsing
hl662 Jul 22, 2024
00b628c
Merge branch 'master' into mathf/add-math-equations-parsing
mathieu-fournier Jul 24, 2024
7c82640
Added test for math with fraction dash, reverted 'FT' to equal 0 and …
mathieu-fournier Jul 25, 2024
4abafe6
Merge branch 'mathf/add-math-equations-parsing' of https://github.com…
mathieu-fournier Jul 25, 2024
9ca2651
Added a flag to enable/disable mathematic equation in parser.
mathieu-fournier Jul 26, 2024
6b64a30
Merge branch 'master' into mathf/add-math-equations-parsing
hl662 Jul 26, 2024
2940e68
Added summary of math parsing in NextVersion.md
mathieu-fournier Jul 26, 2024
005de4e
Merge branch 'mathf/add-math-equations-parsing' of https://github.com…
mathieu-fournier Jul 26, 2024
c0aa90a
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 26, 2024
7c79a94
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 26, 2024
365a07f
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 26, 2024
abcec47
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 26, 2024
a572f11
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 26, 2024
e6f3a89
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 26, 2024
ab6aff0
Update core/quantity/src/Parser.ts
mathieu-fournier Jul 26, 2024
4cf1abb
Update NextVersion.md
mathieu-fournier Jul 26, 2024
45fd7ee
Update Format.ts
mathieu-fournier Jul 26, 2024
f36cf80
Merge branch 'master' into mathf/add-math-equations-parsing
mathieu-fournier Jul 29, 2024
4f4ed65
rush extract-api run
anmolshres98 Jul 29, 2024
56a0bfe
change file
anmolshres98 Jul 29, 2024
888246c
revert changes to ecschema
anmolshres98 Jul 29, 2024
0ccfec4
rush audit fix
anmolshres98 Jul 29, 2024
a624ebc
Merge branch 'master' into mathf/add-math-equations-parsing
anmolshres98 Jul 29, 2024
6f73079
Merge branch 'master' into mathf/add-math-equations-parsing
ben-polinsky Jul 29, 2024
5392458
Merge branch 'master' into mathf/add-math-equations-parsing
anmolshres98 Jul 30, 2024
c2c3d72
Update core/quantity/src/Formatter/Format.ts
mathieu-fournier Jul 30, 2024
d05f465
Merge branch 'master' into mathf/add-math-equations-parsing
mathieu-fournier Jul 30, 2024
4304cfd
Update common/changes/@itwin/core-quantity/pr-mathieu-fournier-6969_2…
mathieu-fournier Jul 30, 2024
0e0921f
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 30, 2024
d9995ab
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 30, 2024
092de01
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 30, 2024
70273ad
Update docs/changehistory/NextVersion.md
mathieu-fournier Jul 30, 2024
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
Prev Previous commit
Next Next commit
rush audit fix
  • Loading branch information
anmolshres98 committed Jul 29, 2024
commit 0ccfec45898f1b726653ae618d00246a511c12b4
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion full-stack-tests/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"deep-equal": "^1",
"faker": "^4.1.0",
"fast-sort": "^3.0.2",
"fast-xml-parser": "^4.3.5",
"fast-xml-parser": "^4.4.1",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"sinon": "^17.0.1",
Expand Down
Loading