Skip to content

Releases: BILDIT-Platform/react-native-bildit-flybuy

Release 1.0.3

08 Feb 04:40
Compare
Choose a tag to compare

Fix #45 : Suppress New EventEmitter() warning

Release 1.0.1

13 Sep 21:54
Compare
Choose a tag to compare

What's New:

  • Support FlyBuy SDK 2.6.1
  • Add support for Creating Order using Site Partner Identifier
  • Add new types: PickupConfig and PickupTypeConfig

Breaking Change:

  • createOrder function now only need one parameter and it's a object.
    Before:

        FlyBuy.Core.Orders.createOrder(
           SITE_ID,
           NEW_PID,
           CUSTOMER_INFO
        )
    

    Now:

        FlyBuy.Core.Orders.createOrder({
           siteId: SITE_ID,
           pid: NEW_PID,
           customerInfo: CUSTOMER_INFO
        })
    

Release 0.4.11

17 Jun 01:12
Compare
Choose a tag to compare
  • Add official documentation link on the footer (#41) (46a72f5)
  • Add Background task support on notify configure (b85e2ec)
  • Add FlyBuy iOS SDK version 2.5.2 (b8b5933)

Release 0.4.9

24 Feb 15:16
Compare
Choose a tag to compare

Release 0.4.8

18 Feb 23:04
Compare
Choose a tag to compare
  • Merge pull request #32 from BILDIT-Platform/bug/31-pickup-type (e8b653e)
  • Remove unused overloaded functions (5d64a5b)
  • Pass down pickupType on create order (ef4edde)

Release 0.4.7

09 Feb 15:30
Compare
Choose a tag to compare
  • Update iOS SDK to 2.2.3 (8f80e55)

Release 0.4.6

09 Feb 14:19
Compare
Choose a tag to compare
  • Adds partnerIdentifierForCustomer and partnerIdentifierForCrew to order response (4fd0179)
  • Merge pull request #29 from BILDIT-Platform/example_app_update (992d43e)
  • update example app (3a1e66c)

Release 0.4.5

26 Jan 23:50
Compare
Choose a tag to compare
  • Merge pull request #28 from BILDIT-Platform/update-for-release (b7a6a3e)
  • Update development xcode (dbe535d)
  • Update function parameter definition (daf07b7)
  • Merge pull request #27 from BILDIT-Platform/create-order-overload (adff60b)
  • Reformat createOrder function call to support missing parameters (89d4d52)
  • Allow null values to be passed down to createOrder function (4631f52)

Release 0.4.4

13 Jan 11:55
Compare
Choose a tag to compare
  • Merge pull request #25 from BILDIT-Platform/doc-example-link (816d046)
  • Fix example app link on intro page (1465200)

Release 0.4.3

20 Dec 23:07
Compare
Choose a tag to compare
  • Notify Background Data Refresh Wrapper
  • Wrap Handle Notification Response function from SDK
  • Add Send Spot Identifier wrapper
  • Update Native iOS and Android SDK