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: JuanSeBestia/react-native-wifi-reborn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.11.0
Choose a base ref
...
head repository: JuanSeBestia/react-native-wifi-reborn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.0
Choose a head ref
  • 13 commits
  • 120 files changed
  • 2 contributors

Commits on Mar 14, 2024

  1. chore(upgrade): upgrade tool versions and example project

    Alessandro Marra authored and JuanSeBestia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    22db44f View commit details
    Browse the repository at this point in the history
  2. chore(upgrade): add permission in android manifest

    Alessandro Marra authored and JuanSeBestia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2d01aea View commit details
    Browse the repository at this point in the history
  3. chore(upgrade): updrage expo ios project

    Alessandro Marra authored and JuanSeBestia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    198d166 View commit details
    Browse the repository at this point in the history
  4. chore(upgrade): rename package import example

    Alessandro Marra authored and JuanSeBestia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c898178 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. feat(android): add timeout parameter

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9426913 View commit details
    Browse the repository at this point in the history
  2. fix: use enum for error

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7b7587c View commit details
    Browse the repository at this point in the history
  3. fix: IOS method

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b5bdb35 View commit details
    Browse the repository at this point in the history
  4. fix(android): re-add onLost method

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    be1d872 View commit details
    Browse the repository at this point in the history
  5. feat: add new method connectToProtectedWifiSSID

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1813073 View commit details
    Browse the repository at this point in the history
  6. feat: add nullable password

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    75ff05f View commit details
    Browse the repository at this point in the history
  7. feat: update README

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8970ba4 View commit details
    Browse the repository at this point in the history
  8. fix: removed assert password != null

    Alessandro Marra authored and JuanSeBestia committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    93d737a View commit details
    Browse the repository at this point in the history
  9. chore(release): 4.12.0 [skip ci]

    # [4.12.0](v4.11.0...v4.12.0) (2024-03-26)
    
    ### Bug Fixes
    
    * **android:** re-add onLost method ([be1d872](be1d872))
    * IOS method ([b5bdb35](b5bdb35))
    * removed assert password != null ([93d737a](93d737a))
    * use enum for error ([7b7587c](7b7587c))
    
    ### Features
    
    * add new method connectToProtectedWifiSSID ([1813073](1813073))
    * add nullable password ([75ff05f](75ff05f))
    * **android:** add timeout parameter ([9426913](9426913))
    * update README ([8970ba4](8970ba4))
    semantic-release-bot committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5f981f7 View commit details
    Browse the repository at this point in the history
Loading