Skip to content

Releases: yellowme/Bugle

Breaking changes

01 Apr 03:49
Compare
Choose a tag to compare

We change our implementation to a extension like approach taking inspiration on this repo

The were a few reasons:

  • Delegate approach using BugleDelegate was limited and could lead to unexpected behavior.
  • We were forcing the developer to define a set of default options at the AppDelegate.
  • Customization was limited to the options array and the available play methods inside the Bugle class definition.
  • We were not supporting action sheets style for alerts.

Major API changes:

  • Remove the following files: BuglePiece, BugleType, Bugle+Ext and Bugle+Merge
  • Unify all the API inside a single file called Bugle

A Starter's Bugle

02 Feb 23:52
Compare
Choose a tag to compare

Major API changes:

  • Change struct for enum when setting up the shared class.
  • Reduce the number of parameters when calling play

0.1.0

17 Jan 20:38
Compare
Choose a tag to compare

A Newbie's Bugle

Displaying alerts never been more easy. In this version you can display three types:

  • Risky
  • Single
  • Confirmation