|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.0.14 |
| 4 | + |
| 5 | +- Update to Lunar 1.3.0 #95 |
| 6 | +- Update cart address validation messages |
| 7 | +- Update password confirmation validation |
| 8 | +- Update belongs to many through relationship |
| 9 | +- Fix variantValues relationship on products |
| 10 | +- Add order signature to meta in response after checkout |
| 11 | +- Constraint to product option values with variants |
| 12 | +- Do not force pagination |
| 13 | +- Scope only products with published status #94 |
| 14 | +- Update order during checkout #93 |
| 15 | +- Add filters to product variants #92 |
| 16 | +- Order product variant values by position #90, #91 |
| 17 | +- Add filters to product options and product option values #89 |
| 18 | +- Fix variant values relationship on products #88 |
| 19 | +- Refactor `variantValues` relationship #86, #87 |
| 20 | +- Add pivot product position #86 |
| 21 | +- Abort 404 when accessing draft product #85 |
| 22 | +- Update to Lunar 1.1.0 #84 |
| 23 | +- Set customer groups before setting customer to cart #83 |
| 24 | +- Update user customer policies #82 |
| 25 | +- Fix n+1 queries when including prices to resources #81 |
| 26 | +- Add set customer endpoint which works with cart from session #80 |
| 27 | +- Handle cart-customer relationship #79 |
| 28 | +- Make rating required in request configurable #78 |
| 29 | +- Fix review request validation #76, #77 |
| 30 | + |
| 31 | +## 1.0.13 |
| 32 | + |
| 33 | +- Update to Lunar 1.0.1 #74 |
| 34 | +- Add filters and sorts to reviews #75 |
| 35 | + |
| 36 | +## 1.0.12 |
| 37 | + |
| 38 | +- Update to Lunar 1.0.0 #73 |
| 39 | +- Add product variant reviews relation to products #72 |
| 40 | +- Add images relation to reviews #71 |
| 41 | +- Fix reviews #70 |
| 42 | +- Enhance reviews #67, #68 |
| 43 | + |
| 44 | +## 1.0.11 |
| 45 | + |
| 46 | +- Enhance reviews #67 |
| 47 | + |
| 48 | +## 1.0.10 |
| 49 | + |
| 50 | +- Update to Lunar 1.0.0-beta.25 #66 |
| 51 | + |
| 52 | +## 1.0.9 |
| 53 | + |
| 54 | +- Scope only published product associations #64 |
| 55 | +- Scope products by customer groups #65 |
| 56 | +- Add custom reset password notification |
| 57 | +- Use user contract namespace |
| 58 | +- Use contract namespace for new password controller |
| 59 | +- Fix password reset flow #62 |
| 60 | + |
| 61 | +## 1.0.8 |
| 62 | + |
| 63 | +- Fix API headers middleware priority #61 |
| 64 | + |
3 | 65 | ## 1.0.7 |
4 | 66 |
|
5 | 67 | - Added auto documentation for facades |
|
0 commit comments