-
Loosened dependency version requirements (allow rails 4)
-
Update Savon to 2.4.x
-
Implemented APIProperty object
-
Implemented DataExtension object
-
Implemented DataExtensionField object
-
Implemented DataExtensionObject object
-
Implemented Perform method
-
Implemented PerformResponse object
-
Refactored property, array_property, and int_property to accept options
-
Allowed array_properties to be specified as nested
-
Implemented Client#Delete method
-
Adding ContentArea object (from csalzman pull request)
-
Adding EmailTypePreference to Subscriber
-
Implementing Retrieve method
-
Implementing FilterPart objects
-
New implementation for Result classes that makes all properties available
-
Implementing Update method
-
Adding Attribute object
-
Adding Attributes property to TriggeredSend
-
Adding ErrorCode to CreateResult
-
Adding thorough unit tests throughout
-
Using ActiveModel::Callbacks instead of home-baked before_validation
-
Adding UnknownError class to handle all unexpected exceptions
-
Fixing bug where properties that were simple strings or numbers were not rendered properly
-
Fixing improperly tested bugs limiting basic functionality
-
Adding to README
-
Initial release
-
Supports Create method
-
Supports Subscriber and TriggeredSend objects, allowing subscribers to be created and triggered emails to be sent to them