Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.48 KB

File metadata and controls

17 lines (10 loc) · 1.48 KB

graphiti changelog

1.2.0 (2025-03-18)

Bug Fixes

  • allow current_user and params to remain lazy in rspec contexts (#25) (6ce1e07)
  • jsonapi_included helper may accept symbol keys (#20) (cc3cb2d)
  • require rspec-core as a dependency of the matchers (0ea2a92)

Features

  • alias Node#key? to Node#has_key? (#24) (202aecb)
  • Allow passing AR records to jsonapi_* http operations (#22) (c5e4b23)
  • Support matching against RSpec'sinclude builtin (#23) (1ed6fd0)