Skip to content

api-preview-0.6

Choose a tag to compare

@plural plural released this 25 Nov 23:02
· 743 commits to main since this release
6f188ac

Big changes! We are very close to functionally complete for the public API and will be using this as our Request For Feedback.

  • The Search API has been much improved and is unified.
  • New materialized views back Cards and Printings.
  • Generated documentation is now available at /api/docs/ (will load from the homepage as well).

What's Changed

  • Fix unified cards tests, run rails tests on pulls. by @plural in #116
  • Add rspec api documentation and apitome for docs. by @plural in #115
  • Remove JSONAPI from AppController as its unused there. by @plural in #117
  • Update postgres to 14.5. by @plural in #118
  • Ignore .DS_Store files. by @plural in #120
  • Printings view by @plural in #119
  • Fix unified card relationships by @plural in #122
  • Add Card Subtype + relationships + Card/Printing TODOs. by @plural in #123
  • Docs and fixes for cycles and sets by @plural in #124
  • Fix mis-spelled Card Subtypes spec name. by @plural in #125
  • Add doc test for Card Set Types. by @plural in #126
  • Add illustrator docs and fix illustrator printings relationship. by @plural in #127
  • Add doc tests for all the filters defined for the first 8 types. by @plural in #128
  • Add basic doc tests for Cards. by @plural in #129
  • Add basic Printing doc gen tests. by @plural in #130
  • Improved the search filter by @distributive in #121
  • Remove useless route_summary calls. by @plural in #132
  • Add partials that fix explanation rendering. by @plural in #133
  • Redirect / to /api/docs/ by @plural in #135
  • Api search docs by @plural in #134
  • Fix rez effect importer and search filter. by @plural in #136
  • Fix card importer for cost X cards. by @plural in #137
  • Add release date to unified cards by @plural in #138
  • Expose date_release on card resource. by @plural in #139
  • Fix strength X importer and update docs. by @plural in #140
  • Illustrator num printings by @plural in #141

Full Changelog: api-preview-0.5.1...api-preview-0.6