Releases: rubymotion-community/BubbleWrap
Releases · rubymotion-community/BubbleWrap
Version 1.8.0
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
v1.7.0
v1.6.0.rc1: 1.6.0.rc1
Deprecations
- 'bubble-wrap/http' is now deprecated and will be removed in 2.0, see #308
Additions
BW::UIActivityViewController
wrapper added, see #335BW::NetworkIndicator
added, see #349BW::Location.get_compass
&BW::Location.get_compass_once
see #348NSString#to_color
ARGB support, see #350Object#method
support forBW::Reactor
, see #359
Fixes
- Prevented a possible exception when stopping
BW::Location
, see #358 - Fixed a bug when requiring just 'bubble-wrap/ui'