@google-cloud/datalabeling
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -7,2 +7,14 @@ # Changelog | ||
## [1.2.0](https://www.github.com/googleapis/nodejs-datalabeling/compare/v1.1.3...v1.2.0) (2019-09-16) | ||
### Bug Fixes | ||
* set proper version # for x-goog-api-client ([aeb0de9](https://www.github.com/googleapis/nodejs-datalabeling/commit/aeb0de9)) | ||
### Features | ||
* load protos from JSON, grpc-fallback support ([3bc5d92](https://www.github.com/googleapis/nodejs-datalabeling/commit/3bc5d92)) | ||
### [1.1.3](https://www.github.com/googleapis/nodejs-datalabeling/compare/v1.1.2...v1.1.3) (2019-08-02) | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@google-cloud/datalabeling", | ||
"description": "Data Labeling API client for Node.js", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"license": "Apache-2.0", | ||
@@ -49,3 +49,3 @@ "author": "Google LLC", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-node": "^9.0.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
@@ -52,0 +52,0 @@ "jsdoc-fresh": "^1.0.1", |
@@ -88,3 +88,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[client-docs]: https://googleapis.dev/nodejs/datalabeling/latest#reference | ||
[client-docs]: https://googleapis.dev/nodejs/datalabeling/latest | ||
[product-docs]: https://cloud.google.com/data-labeling/docs/ | ||
@@ -96,3 +96,1 @@ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png | ||
[auth]: https://cloud.google.com/docs/authentication/getting-started | ||
<a name="reference"></a> |
@@ -92,7 +92,9 @@ // Copyright 2019 Google LLC | ||
* In JavaScript, one can convert a Date object to this format using the | ||
* standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString) | ||
* standard | ||
* [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString) | ||
* method. In Python, a standard `datetime.datetime` object can be converted | ||
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) | ||
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one | ||
* can use the Joda Time's [`ISODateTimeFormat.dateTime()`](https://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D) to obtain a formatter capable of generating timestamps in this format. | ||
* to this format using | ||
* [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with | ||
* the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use | ||
* the Joda Time's [`ISODateTimeFormat.dateTime()`](https://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D) to obtain a formatter capable of generating timestamps in this format. | ||
* | ||
@@ -99,0 +101,0 @@ * @property {number} seconds |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
576047
37
12080
95