Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:55
350bcd2

RailsAuditLog::Graphql 1.0.0

Added

  • RSpec matcherhave_graphql_audit_entry(:update).touching(:title).for_type("Post") for asserting audit entries in Schema.execute responses; include RailsAuditLog::Graphql::Testing::RSpecMatchers in your RSpec config
  • Minitest assertionsassert_graphql_audit_entry and refute_graphql_audit_entry with the same filter interface; include RailsAuditLog::Graphql::Testing::MinitestAssertions in your test class
  • Full YARD documentation on all public modules, classes, and methods
  • RBS type signatures for Testing::RSpecMatchers and Testing::MinitestAssertions

Changed

  • API stability guarantee — no breaking changes to public interfaces without a major version bump