|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [v0.3.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.0-beta) (2019-10-23) |
| 3 | +## [Unreleased](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.1-beta...v0.3.0-beta) |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.1-beta...HEAD) |
6 | 6 |
|
7 | 7 | **Enhancements:** |
8 | 8 |
|
|
24 | 24 | - Price Type, and name not showing up for product as Typed values [\#137](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/137) |
25 | 25 | - Add AND and OR statement to where clause. [\#120](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/120) |
26 | 26 |
|
| 27 | +## [v0.2.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.2.1-beta) (2019-08-27) |
| 28 | + |
| 29 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.0-beta...v0.2.1-beta) |
| 30 | + |
| 31 | +**Enhancements:** |
| 32 | + |
| 33 | +- Hooks for mutations [\#108](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/108) |
| 34 | +- productBy query should support querying by slug [\#95](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/95) |
| 35 | +- Support update of multiple quantities in cart in a single mutation [\#94](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/94) |
| 36 | +- Other mutations [\#19](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/19) |
| 37 | +- Order mutations [\#16](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/16) |
| 38 | + |
| 39 | +**Fixed:** |
| 40 | + |
| 41 | +- customerRegister mutation resolves wrong object for `viewer` field [\#111](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/111) |
| 42 | +- I cant see the category thumbnail [\#93](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/93) |
| 43 | + |
| 44 | +## [v0.2.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.2.0-beta) (2019-07-11) |
| 45 | + |
| 46 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.2-beta...v0.2.0-beta) |
| 47 | + |
| 48 | +**Fixed:** |
| 49 | + |
| 50 | +- Custom attributes of variable products cannot be queried. [\#87](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/87) |
| 51 | + |
| 52 | +**Closed issues:** |
| 53 | + |
| 54 | +- Customer id doesn't match user id [\#90](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/90) |
| 55 | + |
| 56 | +## [v0.1.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.2-beta) (2019-06-23) |
| 57 | + |
| 58 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.1-beta...v0.1.2-beta) |
| 59 | + |
| 60 | +**Closed issues:** |
| 61 | + |
| 62 | +- Tests needed [\#46](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/46) |
| 63 | + |
| 64 | +## [v0.1.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.1-beta) (2019-06-06) |
| 65 | + |
| 66 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.0-beta...v0.1.1-beta) |
| 67 | + |
| 68 | +**Enhancements:** |
| 69 | + |
| 70 | +- Add format argument to product pricing fields [\#75](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/75) |
| 71 | +- Customer mutations [\#48](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/48) |
| 72 | +- Cart mutations [\#18](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/18) |
| 73 | + |
| 74 | +**Fixed:** |
| 75 | + |
| 76 | +- Provide guest user authentication [\#79](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/79) |
| 77 | + |
| 78 | +**Closed issues:** |
| 79 | + |
| 80 | +- Release v0.1.0 Summary [\#74](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/74) |
| 81 | + |
| 82 | +## [v0.1.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.0-beta) (2019-05-11) |
| 83 | + |
| 84 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.4-beta...v0.1.0-beta) |
| 85 | + |
| 86 | +**Closed issues:** |
| 87 | + |
| 88 | +- Release v0.0.4 Summary [\#66](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/66) |
| 89 | + |
| 90 | +## [v0.0.4-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.4-beta) (2019-05-10) |
| 91 | + |
| 92 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.3-beta...v0.0.4-beta) |
| 93 | + |
| 94 | +**Enhancements:** |
| 95 | + |
| 96 | +- Add filter for restricted\_cap in models [\#51](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/51) |
| 97 | +- Add name to ProductVariation [\#41](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/41) |
| 98 | +- Cart type and queries [\#12](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/12) |
| 99 | + |
| 100 | +**Fixed:** |
| 101 | + |
| 102 | +- Query products by categories returns an empty array. [\#44](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/44) |
| 103 | + |
| 104 | +## [v0.0.3-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.3-beta) (2019-04-25) |
| 105 | + |
| 106 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.2-beta...v0.0.3-beta) |
| 107 | + |
| 108 | +**Fixed:** |
| 109 | + |
| 110 | +- Pagination broken [\#29](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/29) |
| 111 | + |
| 112 | +**Closed issues:** |
| 113 | + |
| 114 | +- Unsetting "object\_ids" on all connections [\#39](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/39) |
| 115 | + |
| 116 | +## [v0.0.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.2-beta) (2019-04-22) |
| 117 | + |
| 118 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/0db77c26ab463e6203df99eed2679f79ce3e4d60...v0.0.2-beta) |
| 119 | + |
| 120 | +**Enhancements:** |
| 121 | + |
| 122 | +- TaxClass type [\#27](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/27) |
| 123 | +- Order-Item type queries [\#13](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/13) |
| 124 | + |
| 125 | +**Fixed:** |
| 126 | + |
| 127 | +- no queries work [\#31](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/31) |
| 128 | + |
27 | 129 |
|
28 | 130 |
|
29 | 131 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments