uber-cli
uber-cli copied to clipboard
Update @google/maps to the latest version π
The dependency @google/maps was updated from 0.5.5 to 1.0.0.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: google-wombot License: Apache-2.0
Release Notes for 1.0.0
Merged
- add support for subfields in mask
#269 - remove deprecated places radar
#271 - run e2e tests separately
#272 - add contributor and stackoverflow badges
#273 - add github issue templates
#268 - updates package-lock.json
#266 - adds code coverage reporting
#265 - updates deps to fix npm audit reported vulnerability
#263 - fixed
reviewsfield name#255 - Adds plus_code to findPlace field and fixes some tests
#256 - Check content-type without significance of case-sensitivity
#249 - distance matrix departure time unit change from miliseconds to seconds
#124 - fixes #196
#247 - Add the "origin" parameter to the placesAutoComplete function
#245 - docs: Add npm badge
#242 - fixes pagination INVALID_REQUEST handling
#230 - added https proxy agent for pursuing the requests behind corporate proxy
#226 - Session token should be optional in AutoComplete
#221 - Test against modern node versions
#201 - Consistently use const in README
#202 - Pull request to allow multiple components of each type
#192 - placesPhoto should throw error if neither maxwidth or maxheigh is declared
#190
Fixed
Commits
Commits
The new version differs by 66 commits.
69d6aferelease 1.0.0 (#277)3459f19automatically deploy tagged releases to npm (#276)81c0427add changelog (#274)2badaecadd support for subfields in mask (#269)fe4a767remove deprecated places radar (#271)3ffd494run e2e tests separately (#272)b4aaa26add contributor and stackoverflow badges (#273)876d2e7add github issue templates (#268)463b49eUpdate places.jsc10c630Update README.md54abb0fUpdate README.md2dbab30Update README.mdc98502dupdates package-lock.json (#266)ecc7f82adds code coverage reporting (#265)133d13eupdates deps to fix npm audit reported vulnerability (#263)
There are 66 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Codecov Report
Merging #91 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #91 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 9 9
Lines 100 100
Branches 11 11
=====================================
Hits 100 100
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact),ΓΈ = not affected,? = missing dataPowered by Codecov. Last update 141e8eb...d324411. Read the comment docs.
- The
dependency@google/maps was updated from0.5.5to1.0.1.
Update to this version instead π
Release Notes for 1.0.1
Changed
- deprecation warning for place fields:
alt_id,id,reference, andscope. Read more about this at https://developers.google.com/maps/deprecations.