Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump decode-uri-component from 0.2.0 to 0.2.2 #49

Closed

Commits on Apr 17, 2018

  1. Initial Commit

    EQuimper committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    026cb8f View commit details
    Browse the repository at this point in the history
  2. Add basic type

    EQuimper committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    0fdee7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a845479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8f3499 View commit details
    Browse the repository at this point in the history
  5. Add rollup

    EQuimper committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d5d6d72 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Basic functions work

    EQuimper committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    1dfa18c View commit details
    Browse the repository at this point in the history
  2. Add readme and example

    EQuimper committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    d2de1d6 View commit details
    Browse the repository at this point in the history
  3. Update readme

    EQuimper committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    82ae46f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d380373 View commit details
    Browse the repository at this point in the history
  5. Update readme

    EQuimper committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    4ec23d9 View commit details
    Browse the repository at this point in the history
  6. Update readme

    EQuimper committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    09a0ce6 View commit details
    Browse the repository at this point in the history
  7. Update readme

    EQuimper committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    c612c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Update Readme

    EQuimper committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    ccf695b View commit details
    Browse the repository at this point in the history
  2. Update Readme

    EQuimper committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    91b3116 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Version 0.1.2

    EQuimper committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    0e38de1 View commit details
    Browse the repository at this point in the history
  2. Update readme

    EQuimper committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c279274 View commit details
    Browse the repository at this point in the history
  3. Version 0.1.3

    EQuimper committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    5b92ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    1eb7f4f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    b3cac05 View commit details
    Browse the repository at this point in the history
  2. Add license

    EQuimper committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    9e41599 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Enable combined 'geocode|establishment' type

    The default query type is address, while the default API type is 'geocode|establishment'. The typings are preventing us from using the combined type, which returns both addresses and businesses.
    
    I am proposing to change the typings so at least we can use this option. It would be even better if the default type was the same than the API choice.
    
    See:
    https://developers.google.com/places/web-service/autocomplete#place_types
    
        "The exception is that you can safely mix the `geocode` and `establishment` types, but note that this will have the same effect as specifying no types."
    jguix committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    ca21727 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from jguix/patch-1

    Enable combined 'geocode|establishment' type
    EQuimper committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    333f8ac View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Default props need combined 'geocode|establishment' value

    I'm afraid I need the same modification here too. Otherwise I still get typescript errors :(
    jguix committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    72076d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Merge pull request #20 from jguix/patch-2

    Default props need combined 'geocode|establishment' value
    EQuimper committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    ed44191 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Fix query radius

    EQuimper committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    1ca9f3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from EQuimper/develop

    Fix query radius
    EQuimper committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    347af5a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Add lat and lng props

    EQuimper committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b48acb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from EQuimper/develop

    Add lat and lng props
    EQuimper committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    45a3f98 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Changed clearSearchs to clearSearch

     Committer: Janique-ka John <spjaniqueka@gmail.com>
    
     On branch Janiqueka
     Changes to be committed:
    	modified:   README.md
    	modified:   lib/GoogleAutocomplete.tsx
    luvi committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    1ccfeb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Merge pull request #33 from luvi/Janiqueka

    Changed clearSearchs to clearSearch
    EQuimper committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    86aa613 View commit details
    Browse the repository at this point in the history
  2. v0.1.8

    EQuimper committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    9d3d621 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    df34538 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Merge pull request #38 from nakp/patch-1

    Change query type 'cities' to '(cities)'
    EQuimper committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    d016d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be650b2 View commit details
    Browse the repository at this point in the history
  3. Version 1.0.9

    EQuimper committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    380a339 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    1a82e7a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    7c1ef84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ba205 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Merge pull request #43 from fuzexjj/master

    strictBounds prop for restricting search results only in defined location
    EQuimper committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    badddc4 View commit details
    Browse the repository at this point in the history
  2. Version 0.2.0

    EQuimper committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    be53633 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    5f9efe7 View commit details
    Browse the repository at this point in the history