Add std/portable to list of package exports (#1605) (2a35b824fa47fb52431dab75daa84fc3e984200f)
Switch to bool instead of boolean in DataView (#1647) (0e12d7aaa187f5d53fc9f93ab266ae9adb700d88)
Other
Optimize for powers of two in ipow32/64 (#1610) (ba28ea00f9cb6b6b545e21f51f52fe428f06ff93)
v0.18.1
Bug fixes
Bundle loader and rtrace with asc (#1641) (f38c838aa6090832275881a3acc8e3e71f17a0da)
Other
Add missing tests for Array#lastIndexOf (#1642) (027f9380945ba3c1e756f6a53004269b8cd059af)
v0.18.0
Breaking changes
Rewrite runtime, switch to tracing GC and bootstrap (#1559) (b85794456b74cd3dff4d39fcd4f9ca3b69b63bec)
The exported runtime interface has changed, affecting how external objects are being kept alive. Please refer to the updated documentation on Garbage collection for all the details.
Other
Add valueOf method to generated class definitions (#1631) (ffdf4114160185b54ac527d9bd80a68723faf865)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps assemblyscript from 0.17.14 to 0.18.3.
Release notes
Sourced from assemblyscript's releases.
Commits
1188b8a
feat: Implement nontrapping-f2i proposal (#1651)b204216
fix: Propagate mark after visiting pinned objects in minimal runtime (#1650)99e77a7
fix: Fix emitting ASMJS (#1649)0e851ca
feat: Implement Array/TypedArray/String#at (#1606)2a35b82
fix: Add std/portable to list of package exports (#1605)ba28ea0
Optimize for powers of two in ipow32/64 (#1610)0e12d7a
fix: Switch to bool instead of boolean in DataView (#1647)027f938
Add missing tests for Array#lastIndexOf (#1642)f38c838
fix: Bundle loader and rtrace with asc (#1641)b857944
Rewrite runtime, switch to tracing GC and bootstrap (#1559)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)