Skip to content

Releases: pasogott/gurkerlcli

v0.1.6

18 Jan 19:21

Choose a tag to compare

v0.1.5

18 Jan 19:08

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Jan 20:54

Choose a tag to compare

Bug Fixes

  • Fix cart add command using wrong API endpoint for new items (#4)
    • New items now use POST /api/v1/cart/item
    • Existing items still use PUT to update quantity

What's Changed

  • fix: use correct API endpoint for adding new items to cart by @pasogott in #5

Full Changelog: v0.1.3...v0.1.4

v0.1.3

08 Jan 20:27

Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed search to use correct autocomplete API endpoint (#3)
  • Search now properly finds products (e.g., "hummer" finds "Eishken Estate Hummerschwanz")

Technical Changes

  • Changed from /autocomplete-suggestion to /autocomplete endpoint
  • Added SearchResult model for cleaner API response handling
  • Fetch product details and prices from separate endpoints and combine

Full Changelog: v0.1.2...v0.1.3

What's Changed

  • fix: use correct autocomplete API endpoint for search by @pasogott in #3

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Jan 20:09

Choose a tag to compare

What's Changed

Bug Fixes

  • fix: exclude PHPSESSION from search requests - fixes #1
    • PHPSESSION cookie was causing the autocomplete API to return cached results instead of actual search results
    • Search now correctly returns different products for different queries

Full Changelog

v0.1.1...v0.1.2

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Jan 19:08

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Jan 18:53

Choose a tag to compare