Releases: pasogott/gurkerlcli
Releases · pasogott/gurkerlcli
v0.1.6
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Full Changelog: v0.1.4...v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
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
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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-suggestionto/autocompleteendpoint - Added
SearchResultmodel 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
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
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
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/pasogott/gurkerlcli/commits/v0.1.0