All Versions
290
Latest Version
Avg Release Cycle
16 days
Latest Release
311 days ago
Changelog History
Page 23
Changelog History
Page 23
-
v1.30.2 Changes
October 12, 2015- ๐ Fix bug where
opts
didn't properly propagate to descendantStripeObjects
- ๐ Fix bug where
-
v1.30.1 Changes
October 10, 2015- ๐ Fix bug that prevent lists of hashes from being URI-encoded properly
- ๐ Fix bug where filter conditions were not making it past the first instantiated
ListObject
-
v1.30.0 Changes
October 09, 2015- โ Add
StripeObject#deleted?
for a reliable way to check whether an object is alive - ๐ Deprecate
StripeObject#refresh_from
- ๐ New parameter encoding scheme that doesn't use
URI.escape
- โ Add
-
v1.29.1 Changes
October 06, 2015- ๐ Fix bug where ampersands were not being properly encoded
-
v1.29.0 Changes
October 05, 2015- Add pagination helpers
#auto_paging_each
,#previous_page
, and#next_page
- Add pagination helpers
-
v1.28.1 Changes
October 05, 2015- ๐ Fix URI being referenced by file upload resources
-
v1.28.0 Changes
October 05, 2015- ๐ Make StripeObject's #save "upsert"-like; creates an object if new
- โ Add #update_attributes to StripeObject for safe mass assignment
- Properly mass assign attributes on calls to #save
- โ Add question mark helpers for boolean fields (e.g. #paid? as well as old #paid)
- ๐ Fix a bug that broke the API for StripeObject initialization
- โ Remove use of deprecated URI.escape
-
v1.27.2 Changes
September 25, 2015- Correct the URLs used to fetch Bitcoin transactions.
-
v1.27.1 Changes
September 20, 2015- ๐ Use hash rockets for backwards compatibility.
-
v1.27.0 Changes
September 14, 2015- โ Add Orders, Products, and SKUs for Relay