Releases: NetrunnerDB/netrunnerdb-api-server
Releases · NetrunnerDB/netrunnerdb-api-server
api-preview-0.8.7.0
What's Changed
- Update default hostname in config. by @plural in #402
- Bump nokogiri from 1.18.8 to 1.18.9 by @dependabot[bot] in #404
- Bump thor from 1.3.2 to 1.4.0 by @dependabot[bot] in #403
- Fix decklist filtering error by @migueldlr in #405
- Add more card abilities by @migueldlr in #406
- Update advanceable filter text by @migueldlr in #407
- Bump activestorage from 7.2.2.1 to 7.2.2.2 by @dependabot[bot] in #409
- Bump activerecord from 7.2.2.1 to 7.2.2.2 by @dependabot[bot] in #408
- Add xlarge card images and use xlarge narratives by @lahlidahlia in #410
- Check that the card is NSG before serving xlarge images by @lahlidahlia in #411
New Contributors
- @lahlidahlia made their first contribution in #410
Full Changelog: api-preview-0.8.6.0...api-preview-0.8.7.0
api-preview-0.8.6.0
What's Changed
- Bump nokogiri from 1.18.7 to 1.18.8 by @dependabot in #374
- Bump net-imap from 0.5.6 to 0.5.7 by @dependabot in #375
- Fix card cycles release date calculation by @plural in #376
- Bump rack from 3.1.13 to 3.1.14 by @dependabot in #377
- Bump rack-session from 2.1.0 to 2.1.1 by @dependabot in #378
- Update Dockerfile to Ruby 3.3 by @locks in #380
- Update ruby version to 3.3.8 and add debugger support. by @plural in #381
- Convert to spec tests by @plural in #382
- bundle update --minor by @plural in #383
- Add yaml-dev dep to fix docker image build. by @plural in #384
- Bump rack from 3.1.15 to 3.1.16 by @dependabot in #385
- Minor gem updates. by @plural in #387
- Set API doc format back to JSON. by @plural in #388
- Re-generate docs after adding new fixtures. by @plural in #389
- Switch API docs to multi-page format. by @plural in #390
- Add minimum_deck_size search filter by @rlankin in #386
- Add instructions for the materialized views. by @plural in #391
- Add entity and attribute docs by @plural in #392
- Gem minor updates. by @plural in #393
- Update to Ruby 3.4.4. by @plural in #394
- Update bundler version to 2.6.9. by @plural in #397
- Use bin/setup in devcontainer and move to port 3100 for dev. by @plural in #398
- Narrative content API support by @talha-ahsan in #396
- Add most recent printing images to card by @migueldlr in #395
- Add card face images by @migueldlr in #399
- Slight change to fix narrative images. by @plural in #401
- Add exclude_card_id to decklist_resource by @migueldlr in #400
New Contributors
- @locks made their first contribution in #380
- @rlankin made their first contribution in #386
- @migueldlr made their first contribution in #395
Full Changelog: api-preview-0.8.5.3...api-preview-0.8.6.0
api-preview-0.8.5.3
What's Changed
Full Changelog: api-preview-0.8.5.2...api-preview-0.8.5.3
api-preview-0.8.5.2
What's Changed
- Bump rack from 2.2.11 to 2.2.13 by @dependabot in #364
- Bump json from 2.10.1 to 2.10.2 by @dependabot in #365
- Remove leftover debug puts from cards.rake by @plural in #366
- Bump nokogiri from 1.18.3 to 1.18.4 by @dependabot in #367
- Update outdated gems. by @plural in #368
- Update rack to 3.1. Update rspec_api_documentation to compatible fork. by @plural in #369
- Update all gems from bundle outdated --strict by @plural in #370
- bundle update --strict by @plural in #371
Full Changelog: api-preview-0.8.5.1...api-preview-0.8.5.2
api-preview-0.8.5.1
A caching change and mostly backend dep and development changes changes.
What's Changed
- Update the add-card-to-test-fixtures.sh to use raw_cards.yml by @plural in #353
- Bump net-imap from 0.5.1 to 0.5.6 by @dependabot in #354
- Bump rack from 2.2.8.1 to 2.2.11 by @dependabot in #355
- Update rails and fix a deprecation warning. by @plural in #357
- Fix issue with empty project import for RawPrinting. by @plural in #358
- Fix validation field name for RawCard. by @plural in #359
- Cache public resource rendering for a week. by @plural in #360
- Update all outdated gems aside from rubocop. by @plural in #361
- Update rubocop and fix new violations. by @plural in #362
- Bump nokogiri from 1.18.2 to 1.18.3 by @dependabot in #363
Full Changelog: api-preview-0.8.5.0...api-preview-0.8.5.1
api-preview-0.8.5.0
What's Changed
- Add basic import and storage for card face info. by @plural in #341
- Don't use the card subtypes for faces. by @plural in #343
- Add card face data to unified_cards. by @plural in #342
- Expose layout_id on card resource. by @plural in #345
- Make faces 0-indexed. by @plural in #346
- Expose card faces as an array of objects on cards. by @plural in #344
- Import printing faces and update unified_printings. by @plural in #347
- Fix face columns to be properly normalized in unified_printings. by @plural in #348
- Expose faces on printings. by @plural in #349
- Compact the card_subtype_ids array on card faces. by @plural in #350
- Add images to printing faces. Refactor images method. by @plural in #351
Full Changelog: api-preview-0.8.4.8...api-preview-0.8.5.0
api-preview-0.8.4.8
What's Changed
- Allow unicode characters for spaces and bare strings in search. by @plural in #333
- Lightly strip input text to allow matches from unicode input. by @plural in #335
- Bump rails-html-sanitizer from 1.6.0 to 1.6.1 by @dependabot in #336
- Update rubocop version and fix new lint issues. by @plural in #338
- Bump actionpack from 7.1.4.1 to 7.1.5.1 by @dependabot in #337
- Update debug gem. by @plural in #339
- Fix relationship problem for illustrators <-> printings. by @plural in #340
Full Changelog: api-preview-0.8.4.7...api-preview-0.8.4.8
api-preview-0.8.4.7
What's Changed
- Add monkeypatch to File.exists? until rspec_api_documentation is upda… by @plural in #329
- Add total counts to resource index responses by @plural in #330
- Optimize a few things for snapshots. by @plural in #331
- Remove unneeded include for CardPool to speed up response there. by @plural in #332
Full Changelog: api-preview-0.8.4.6...api-preview-0.8.4.7
api-preview-0.8.4.6
What's Changed
Full Changelog: api-preview-0.8.4.5...api-preview-0.8.4.6