CHANGELOG 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. == Version 2.3.0
  2. * Fix double root bug with ActiveSupport 3.2.0
  3. * Add metafields methods on Customer resource
  4. * Fix prefix_options on assets returned from Asset.find
  5. == Version 2.2.0
  6. * Fix issues with resources that have both direct and namespaced routes
  7. * Added detailed logger to help with debugging ActiveResource
  8. requests/responses
  9. * Add fulfillment#cancel
  10. == Version 2.1.0
  11. * Fix JSON errors handling
  12. * Remove global limit from ShopifyAPI::Limits
  13. == Version 2.0.0
  14. * 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
  15. * Refactored resources into their own source files
  16. * Added API limits functionality
  17. * Patched ActiveResource issue with roots in JSON
  18. * Added pending, cancelled, accepted, and declined convenience methods to ShopifyAPI::RecurringApplicationCharge
  19. * ShopifyAPI::Session#temp now available as a convenience method to support temporarily switching to other shops when making calls
  20. * Fixes to `shopify console` CLI tool
  21. == Version 1.2.5
  22. * Fix for Article#comments
  23. == Version 1.2.4
  24. * Added Article#comments
  25. * Added Order#cancel
  26. * Added Comment#restore, #not_spam
  27. == Version 1.2.3
  28. * Added Customer, CustomerGroup support
  29. == Version 1.2.2
  30. * Added ScriptTag support
  31. == Version 1.2.1
  32. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  33. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  34. * Add 'grande' to supported product image size variants
  35. == Version 1.2.0
  36. * Command-line interface
  37. * Allow custom params when fetching a single Asset
  38. == Version 1.1.3 (November 4, 2010)
  39. * Add ProductSearchEngines resource
  40. == Version 1.1.2 (October 20, 2010)
  41. * Fix for users of ActiveResource 3.x
  42. == Version 1.1.1 (October 5, 2010)
  43. * Remove hard coded xml formatting in API calls
  44. * Remove jeweler stuff
  45. * Ruby 1.9 encoding fix
  46. == Version 1.1.0 (September 24, 2010)
  47. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  48. * Add new 'compact' product image size variant
  49. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  50. == Version 1.0.6
  51. * Add metafields
  52. * Add latest changes from Shopify including asset support, token validation and a common base class
  53. == Version 1.0.0
  54. * extracting ShopifyAPI from Shopify into Gem