Skip to content

Releases: steipete/goplaces

v0.3.0

14 Feb 05:02

Choose a tag to compare

What's changed

  • Add user rating counts (user_rating_count) in search/nearby/details and CLI output (Rating: 4.5 (532)). (#3) - thanks @aligurelli
  • Add goplaces directions on Routes API with walking default, units control (metric default), optional steps, and drive comparison. - thanks @joshp123

Install

  • Homebrew: brew install steipete/tap/goplaces
  • Go: go install github.com/steipete/goplaces/cmd/goplaces@latest

v0.2.1

24 Jan 00:06

Choose a tag to compare

  • CLI: accept long flags with --flag=value (same behavior as space-separated).\n- Docs: note --flag=value support for long flags.

v0.2.0

02 Jan 22:32

Choose a tag to compare

0.2.0

  • Autocomplete suggestions for places and queries (client + CLI).
  • Nearby search with included/excluded types and location restriction.
  • Place photos in details plus photo media URL lookup.
  • Route search along a driving route using the Routes API. (#1) — thanks @jamesbrooksco
  • Added Routes API base URL override.
  • Docs: expanded API key setup, inline CLI examples, and new feature docs.
  • CI: upgrade golangci-lint v2; goreleaser build-only CI mode.

v0.1.0

02 Jan 19:30

Choose a tag to compare

Changelog

  • e97f1d3 Initial commit
  • 70d4a6a Revise project title in README
  • 56400a6 chore: fix lint config and docs
  • fbc63a4 chore: prepare 0.1.0 release
  • 2bca928 feat: add locale options and lint fmt
  • c56e705 feat: add reviews support
  • f47ad81 feat: bootstrap goplaces