Releases: googlemaps/google-maps-services-js
Releases · googlemaps/google-maps-services-js
v2.0.5
v2.0.4
v2.0.3
v2.0.2
chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/googlemaps/google-maps-services-js/compare/v2.0.1...v2.0.2) (2020-02-08) ### Bug Fixes * use comma arrayFormat for fields param ([#316](https://github.com/googlemaps/google-maps-services-js/issues/316)) ([f061eb7](https://github.com/googlemaps/google-maps-services-js/commit/f061eb75b70f1d5d567ae58397c2bb9b09c6fecb))
v1.0.1
1.1.0
1.0.2
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.
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
reviews
field 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