CHANGELOG 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. == Version 2.1.0
  2. * Fix JSON errors handling
  3. * Remove global limit from ShopifyAPI::Limits
  4. == Version 2.0.0
  5. * Bump to 2.0.0 as this release breaks Rails 2 compatibility; we're now officially only supporting Rails 3. Rails 2 devs can follow the rails2 tag in this repo to know where we broke off
  6. * Refactored resources into their own source files
  7. * Added API limits functionality
  8. * Patched ActiveResource issue with roots in JSON
  9. * Added pending, cancelled, accepted, and declined convenience methods to ShopifyAPI::RecurringApplicationCharge
  10. * ShopifyAPI::Session#temp now available as a convenience method to support temporarily switching to other shops when making calls
  11. * Fixes to `shopify console` CLI tool
  12. == Version 1.2.5
  13. * Fix for Article#comments
  14. == Version 1.2.4
  15. * Added Article#comments
  16. * Added Order#cancel
  17. * Added Comment#restore, #not_spam
  18. == Version 1.2.3
  19. * Added Customer, CustomerGroup support
  20. == Version 1.2.2
  21. * Added ScriptTag support
  22. == Version 1.2.1
  23. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  24. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  25. * Add 'grande' to supported product image size variants
  26. == Version 1.2.0
  27. * Command-line interface
  28. * Allow custom params when fetching a single Asset
  29. == Version 1.1.3 (November 4, 2010)
  30. * Add ProductSearchEngines resource
  31. == Version 1.1.2 (October 20, 2010)
  32. * Fix for users of ActiveResource 3.x
  33. == Version 1.1.1 (October 5, 2010)
  34. * Remove hard coded xml formatting in API calls
  35. * Remove jeweler stuff
  36. * Ruby 1.9 encoding fix
  37. == Version 1.1.0 (September 24, 2010)
  38. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  39. * Add new 'compact' product image size variant
  40. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  41. == Version 1.0.6
  42. * Add metafields
  43. * Add latest changes from Shopify including asset support, token validation and a common base class
  44. == Version 1.0.0
  45. * extracting ShopifyAPI from Shopify into Gem