CHANGELOG 2.8 KB

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