Skip to content

Releases: rubymotion-community/BubbleWrap

Version 1.8.0

13 Mar 19:06
Compare
Choose a tag to compare

BW::HTTP Completely deprecated

This version of BubbleWrap completely deprecates BW::HTTP so if you're still using it, make sure to add:

gem 'bubble-wrap-http'

to your Gemfile. Or better yet, use a more modern and robust alternative like AFMotion or AFNetworking directly.

New features, updates, and bugfixes:

For a complete list of new features and bug fixes, check out the comparison between v1.7.1 and 1.8.0.

Special thinks to everyone who made this version possible:

@colinta
@iloveitaly
@rromanchuk
@clayallsopp
@jonmorehouse
@buffpojken
@carlwoodward
@markrickert
@willrax
@hboon
@iancanderson
@mwise
@jayshepherd

v1.7.1

29 Aug 02:47
Compare
Choose a tag to compare

Additions

  • Add :calibration option to Location (#405)

Fixes

  • Fix the use of iOS7 constants in iOS6 (#375) (#376)
  • Fix use of Eventable#off when using a method (#399)
  • Fix memory leaks in Eventable (#398)
  • Fix memory leaks in KVO (#400)
  • Fix iOS8 breakage in Location (#404)

v1.7.0

11 Jul 16:28
Compare
Choose a tag to compare

Additions

  • Added BW::Persistence.all (#377)
  • Added BW::Location.enabled? and BW::Location.authorized? (#380)
  • Added :on_dismiss callback option for BW::Camera (#383)
  • Added :dismiss_completed callback option for BW::Camera (#385)

Fixes

  • Fixed a bug related to compiling on iOS6 (#376)
  • Fixed how to_url_encoded and to_url_decoded work (#387)
  • Fixed how when_pressed is triggered (#391)

v1.6.0.rc1: 1.6.0.rc1

16 Apr 18:00
Compare
Choose a tag to compare
v1.6.0.rc1: 1.6.0.rc1 Pre-release
Pre-release

Deprecations

  • 'bubble-wrap/http' is now deprecated and will be removed in 2.0, see #308

Additions

  • BW::UIActivityViewController wrapper added, see #335
  • BW::NetworkIndicator added, see #349
  • BW::Location.get_compass & BW::Location.get_compass_oncesee #348
  • NSString#to_color ARGB support, see #350
  • Object#method support for BW::Reactor, see #359

Fixes

  • Prevented a possible exception when stopping BW::Location, see #358
  • Fixed a bug when requiring just 'bubble-wrap/ui'