CHANGELOG.md in bubble-wrap-1.1.5 vs CHANGELOG.md in bubble-wrap-1.2.0.pre

- old
+ new

@@ -1,7 +1,31 @@ ## Unreleased -[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.4...master) +## 1.2.0.pre + +[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.2...master) + +* Added `BW::UIBarButtonItem`, a factory-esque wrapper for `UIBarButtonItem` ([#202](https://github.com/rubymotion/BubbleWrap/pull/202)) +* Added `BW::Font`, a wrapper for creating `UIFont` objects ([#206](https://github.com/rubymotion/BubbleWrap/pull/206)) +* Added `BW::Reactor::Eventable#off`, to remove `BW::Reactor` callbacks ([#205](https://github.com/rubymotion/BubbleWrap/pull/205)) +* Added `BW::Constants.get`, which is a class to help wrapper creation ([#203](https://github.com/rubymotion/BubbleWrap/pull/203)) +* Added `BW::Location.get_once` to grab only one location ([#197](https://github.com/rubymotion/BubbleWrap/pull/197)) +* Added `App#environment`, to detect the current RubyMotion environment ([#191](https://github.com/rubymotion/BubbleWrap/pull/191)) +* Added `:follow_urls` option to `BW::HTTP` ([#192](https://github.com/rubymotion/BubbleWrap/pull/192)) +* Added `:common_modes` option to `BW::Reactor`to change the runloop mode (#190) +* Added `:no_redirect` option to `BW::HTTP` ([#187](https://github.com/rubymotion/BubbleWrap/pull/187)) +* Added `:cookies` option to `BW::HTTP` ([#204](https://github.com/rubymotion/BubbleWrap/pull/204)) + +## 1.1.5 + +[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.4...v1.1.5) + +* Fix `BW::Camera` view-controller selection process to pickup a window's `presentedViewController` ([#183](https://github.com/rubymotion/BubbleWrap/pull/183)) +* Fix strings parsed in `BW::JSON` to be mutable ([#175](https://github.com/rubymotion/BubbleWrap/pull/175)) +* Add option for `:credential_persistence`/`NSURLCredentialPersistence` in `BW::HTTP` ([#166](https://github.com/rubymotion/BubbleWrap/pull/166)) +* Change `Device.wide_screen?` to `Device.long_screen?` ([#159](https://github.com/rubymotion/BubbleWrap/pull/159)) +* String escaping fixes to `BW::HTTP` ([#160](https://github.com/rubymotion/BubbleWrap/pull/160) [#161](https://github.com/rubymotion/BubbleWrap/pull/161) [#162](https://github.com/rubymotion/BubbleWrap/pull/162)) +* Add `Device.sdk_version` ## 1.1.4 [Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.3...v1.1.4)