1. 29 Nov, 2018 2 commits
  2. 21 Nov, 2018 3 commits
  3. 14 Nov, 2018 1 commit
  4. 06 Nov, 2018 4 commits
  5. 05 Nov, 2018 1 commit
  6. 02 Nov, 2018 2 commits
  7. 01 Nov, 2018 1 commit
    • Micheal Mand's avatar
      Allow deeply nested objects to have media · 773f160a
      Micheal Mand authored
      Without this change, we can’t pass something like `product.attributes.color` as the “model”.
      
      This allows us to do some really weird things, like allow only the first child of some object to have media (e.x.: `model === ‘parent.children[0]’`).
      
      This does NOT prevent problems where the model doesn’t exist (you’ll get an error: `TypeError: Cannot read property 'medias_single' of undefined`), but that’s something that the developer should check (make sure you have the right path).
      
      The Typy package has some other neat things it can do, if you’re interested: https://github.com/flexdinesh/typySigned-off-by: 's avatarMicheal Mand <micheal@kmdwebdesigns.com>
      773f160a
  8. 31 Oct, 2018 6 commits
  9. 30 Oct, 2018 5 commits
  10. 29 Oct, 2018 1 commit
  11. 26 Oct, 2018 5 commits
  12. 25 Oct, 2018 3 commits
  13. 24 Oct, 2018 3 commits
  14. 23 Oct, 2018 2 commits
  15. 15 Oct, 2018 1 commit