Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.2
Choose a base ref
...
head repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 3 contributors

Commits on Jun 13, 2020

  1. feat: Use integer power for integer types (#1146)

    BREAKING CHANGE: The result of a `**` binary operation is now the common denominator integer if both operands are integers. Previously, the result was a float as if calling `Math/f.pow`.
    MaxGraey authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8c2e9cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98c1dc View commit details
    Browse the repository at this point in the history
  3. refactor: Reorder ASC_TARGET enum for clarity (#1318)

    BREAKING CHANGE: The values of `ASC_TARGET` have been flipped, with JS (portable) now being `0`, WASM32 being `1` and `WASM64` being `2`.
    gzuidhof authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    f67a843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ec7133 View commit details
    Browse the repository at this point in the history
Loading