All notable changes to this project will be documented in this file.
- Add optional chaining to possibly undefined arrays.
- Add set to hasura query to ensure proper lookup on existing.
- Add collector number to existing lookup.
- Use int for optional collector number lookup.
- Add release creating on new tag via changelog action.
- Add query via GET and update handler.
- Responde to GET without auth key.
- Update Changelog.
- Minor syntax fixes.
- Return only items on GET and log them.
- Syntax cleanup.
- Update to v1.5.0.
- Update Changelog.
- Better logging on scryfall request.
- Add logs for debugging.
- Further debugging.
- Remove null items before saving card.
- Return item id on insertion for image upload updates.
- Minor syntax optimizations.
- Add debug logs.
- Update to v1.4.1.
- Update Changelog.
- Log payloads.
- Add logs for debugging.
- Remove logs.
- Add docs reference.
- Update to v1.4.0.
- Change mana color lookup to use object instead of enum.
- Minor typing updates.
- Move query formatter inside try/catch.
- Return empty arrays instead of null and filter them on mutations.
- Escape new lines on card descriptions.
- Syntax error on hasura mutations.
- Update Changelog.
- Change set accronym to uppercase.
- Add logs for debugging.
- Further logs for debugging insert type.
- Logging further up to catch syntax error.
- Remove debug logs.
- Minor syntax updates.
- Typing optimizations.
- Convert collector number to integer.
- Only filter scryfall data if set filter is present.
- Card lookup optimizations.
- Better scryfall error handling.
- Update deprecate object lookup.
- Update Changelog.
- Remove deprecated variable.
- Minor syntax updates.
- Minor syntax optimizations.
- Log scryfall api response.
- More logs for debugging.
- Log scryfall response for better debugging.