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.6.0
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.7.0
Choose a head ref
  • 14 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    e9cd2a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. happy new year

    mortend committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d7fa660 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. upgrade @fuse-open/transpiler

    mortend committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    aa8681b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96661b View commit details
    Browse the repository at this point in the history
  3. 2.6.1

    mortend committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5601b76 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    7889b51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #445 from ichan-mb/plist

    Silent warning: no UIScene configuration dictionary
    mortend authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d07701e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. compiler: support lamdas in generic classes

    This updates ClosureConvertFunction to generate valid code when lambdas
    are used inside generic classes.
    
    Generic classes need a definition object and one or more parameterized
    objects pointing back to their definition. Essentially, we're now
    creating copies of relevant objects where necessary, so that other
    parts of the comiler can work correctly.
    mortend committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    9c05216 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. UnoCore: add object overloads in Uno.Diagnostics.Log

    This makes it possible to pass arguments that are not strings to our
    logging methods.
    mortend committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    7b16d3b View commit details
    Browse the repository at this point in the history
  2. delete legacy unosln file

    mortend committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    4a5d527 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge pull request #446 from mortend/lambda-generic

    compiler: support lamdas in generic classes
    mortend authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    34e915b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #447 from mortend/unocore/log

    UnoCore: add object overloads in Uno.Diagnostics.Log
    mortend authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    103d34c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. CHANGELOG: add v2.7 changes

    mortend committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    6fcb273 View commit details
    Browse the repository at this point in the history
  2. 2.7.0

    mortend committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    1546b01 View commit details
    Browse the repository at this point in the history
Loading