CHANGELOG 2.7 KB

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