8000 Comparing v2.1.1...v2.2.0 · fuse-open/uno · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: fuse-open/uno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: fuse-open/uno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 26, 2022

  1. build(deps): bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    e6db708 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Merge pull request #404 from fuse-open/dependabot/npm_and_yarn/minimi…

    …st-1.2.6
    
    build(deps): bump minimist from 1.2.5 to 1.2.6
    mortend authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    6eb8bb2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. ios: silence warnings

    This silences some warnings seen when building for iOS using Xcode 13.
    mortend committed May 3, 2022
    Configuration menu
    Copy the full SHA
    5012106 View commit details
    Browse the repository at this point in the history
  2. ios: get simulator device from .unoconfig

    This fixes a bug where the simulator device isn't picked up from
    .unoconfig as expected.
    mortend committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7473fd2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Merge pull request #405 from mortend/ios-warnings

    Small iOS fixes
    mortend authored May 4, 2022
    Configuration menu
    Copy the full SHA
    365a73d View commit details
    Browse the repository at this point in the history
  2. use latest 1.x of android-build-tools

    Recommend the latest 1.x version specifically of android-build-tools,
    since upcoming 2.x releases might not work with older versions of
    Fuse SDK.
    
    Additional information:
    
    The latest 1.x version of android-build-tools installs the latest
    Android NDK r21. Fuse apps don't build currently on NDK r22 and newer
    due to dependency incompatibilities. The idea is to fix the issues in
    an upcoming Fuse SDK version and then release android-build-tools
    version 2.0 for NDK r22 and newer.
    mortend committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9bab69e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #406 from mortend/abt

    use latest 1.x of android-build-tools
    mortend authored May 4, 2022
    Configuration menu
    Copy the full SHA
    97fc2c9 View commit details
    Browse the repository at this point in the history
  4. Uno.Threading: fix C++ error

    This fixes the following error when running 'npm test android':
    
        error: member access into incomplete type 'g::Uno::Exception'
    mortend committed May 4, 2022
    Configuration menu
    Copy the full SHA
    c67669e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #407 from mortend/android-test

    Uno.Threading: fix C++ error
    mortend authored May 4, 2022
    Configuration menu
    Copy the full SHA
    1a0e4e9 View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG

    mortend committed May 4, 2022
    Configuration menu
    Copy the full SHA
    0b6d1a8 View commit details
    Browse the repository at this point in the history
  7. 2.2.0

    mortend committed May 4, 2022
    Configuration menu
    Copy the full SHA
    305f43a View commit details
    Browse the repository at this point in the history
Loading
0