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: doomsower/react-native-startup-time
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: doomsower/react-native-startup-time
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 30, 2021

  1. Default enforceSingleInvocation

    Since the introduction of [RN autolink](https://reactnative.dev/docs/linking-libraries-ios#automatic-linking), we don't have the opportunity to instantiate the module ourselves anymore, so it's not possible to pass a custom constructor parameter. Diving into the code, I realized this value is just hardcoded in the source, so I changed it according to the readme, that claims it must be initialized with true to avoid redundant values.
    lucasfeijo authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b2334ea View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

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

Commits on Apr 25, 2021

  1. feat: Merge pull request #14 from lucasfeijo/patch-1

    BREAKING CHANGE: on Android, `enforceSingleInvocation` is true by default
    doomsower authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    42a718e View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.3.0...v2.0.0) (2021-04-25)
    
    ### Features
    
    * Merge pull request [#14](#14) from lucasfeijo/patch-1 ([42a718e](42a718e))
    
    ### BREAKING CHANGES
    
    * on Android, `enforceSingleInvocation` is true by default
    semantic-release-bot committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    6411297 View commit details
    Browse the repository at this point in the history
Loading