rets-client
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "rets-client", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A RETS client (Real Estate Transaction Standard).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,5 +13,5 @@ rets-client | ||
Many of the metadata methods are capable of returning multiple sets of data, including (but not limited to) the | ||
getAll* methods. Versions 1.x and 2.x did not handle this properly; version 1.x returned the values from the last set | ||
encountered, and version 2.x returned the values from the first set encountered. Version 3.x always returns all values | ||
encountered, by returning an array of data sets rather than a single one. | ||
getAll* methods. Versions 1.x and 2.x did not handle this properly; ~~version 1.x returns the values from the last set | ||
encountered~~, and version 2.x returns the values from the first set encountered. (This has been corrected in version | ||
1.2.0) Version 3.x always returns all values encountered, by returning an array of data sets rather than a single one. | ||
@@ -18,0 +18,0 @@ In addition to the methods available in 2.x, version 3.0 adds `client.search.stream.searchRets()`, which returns a |
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
48499