|
4 | 4 |
|
5 | 5 | [1]: https://www.npmjs.com/package/@google-cloud/nodejs-vision?activeTab=versions
|
6 | 6 |
|
| 7 | +## v0.24.0 |
| 8 | + |
| 9 | +12-19-2018 13:36 PST |
| 10 | + |
| 11 | +### Implementation Changes |
| 12 | +**This release contains breaking change** |
| 13 | +- BREAKING: rename method imagePath => referenceImagePath ([#296](https://github.com/googleapis/nodejs-vision/pull/296)) |
| 14 | +The method `ProductSearchClient.imagePath` was renamed `referenceImagePath`: |
| 15 | +``` |
| 16 | +// old code |
| 17 | +const formattedName = client.imagePath(...); |
| 18 | +
|
| 19 | +// new code |
| 20 | +const formattedName = client.referenceImagePath(...); |
| 21 | +``` |
| 22 | +- fix: Param "scoreThreshold" should be "score_threshold" ([#234](https://github.com/googleapis/nodejs-vision/pull/234)) |
| 23 | + |
| 24 | +### New Features |
| 25 | +- ProductSearch GA ([#280](https://github.com/googleapis/nodejs-vision/pull/280)) |
| 26 | + |
| 27 | +### Dependencies |
| 28 | +- refactor: remove unused deps ([#261](https://github.com/googleapis/nodejs-vision/pull/261)) |
| 29 | +- fix(deps): update dependency google-gax to ^0.22.0 ([#265](https://github.com/googleapis/nodejs-vision/pull/265)) |
| 30 | +- chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 ([#263](https://github.com/googleapis/nodejs-vision/pull/263)) |
| 31 | +- fix(deps): update dependency @google-cloud/vision to ^0.23.0 ([#260](https://github.com/googleapis/nodejs-vision/pull/260)) |
| 32 | + |
| 33 | +### Documentation |
| 34 | +- docs: fix productSearch example ([#285](https://github.com/googleapis/nodejs-vision/pull/285)) |
| 35 | +- docs: update readme badges ([#283](https://github.com/googleapis/nodejs-vision/pull/283)) |
| 36 | +- docs(samples): updated samples code to use async/await and tests to use mocha ([#241](https://github.com/googleapis/nodejs-vision/pull/241)) |
| 37 | + |
| 38 | +### Internal / Testing Changes |
| 39 | +- chore: modernize the samples and sample tests ([#297](https://github.com/googleapis/nodejs-vision/pull/297)) |
| 40 | +- chore(build): inject yoshi automation key ([#294](https://github.com/googleapis/nodejs-vision/pull/294)) |
| 41 | +- chore: update nyc and eslint configs ([#293](https://github.com/googleapis/nodejs-vision/pull/293)) |
| 42 | +- chore: fix publish.sh permission +x ([#292](https://github.com/googleapis/nodejs-vision/pull/292)) |
| 43 | +- fix(build): fix Kokoro release script ([#291](https://github.com/googleapis/nodejs-vision/pull/291)) |
| 44 | +- build: add Kokoro configs for autorelease ([#290](https://github.com/googleapis/nodejs-vision/pull/290)) |
| 45 | +- chore: always nyc report before calling codecov ([#288](https://github.com/googleapis/nodejs-vision/pull/288)) |
| 46 | +- chore: nyc ignore build/test by default ([#287](https://github.com/googleapis/nodejs-vision/pull/287)) |
| 47 | +- chore: update license file ([#284](https://github.com/googleapis/nodejs-vision/pull/284)) |
| 48 | +- fix(build): fix system key decryption ([#282](https://github.com/googleapis/nodejs-vision/pull/282)) |
| 49 | +- test: make product search tests run ([#269](https://github.com/googleapis/nodejs-vision/pull/269)) |
| 50 | +- chore: update eslintignore config ([#264](https://github.com/googleapis/nodejs-vision/pull/264)) |
| 51 | +- chore: drop contributors from multiple places ([#262](https://github.com/googleapis/nodejs-vision/pull/262)) |
| 52 | + |
7 | 53 | ## v0.23.0
|
8 | 54 |
|
9 | 55 | ### New Features
|
|
0 commit comments