All Versions
290
Latest Version
Avg Release Cycle
16 days
Latest Release
311 days ago

Changelog History
Page 23

  • v1.30.2 Changes

    October 12, 2015
    • ๐Ÿ›  Fix bug where opts didn't properly propagate to descendant StripeObjects
  • 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
  • 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
  • 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