Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 21:42
· 1437 commits to main since this release
37169eb

1.11.0 (2023-05-12)

Bug Fixes

  • moderation-log: change naming of changeset to create_changeset (963debc)
  • moderation-log: Fixed calling create_changeset function (7aee216)
  • pagination: Fixing doctest failing (5ab1c95)
  • query-helper: Fix credo warnings (6db4595)
  • query-helper: Fix dialyzer errors (b5f8e64)

Features

  • moderation-log: added create function for ModerationLog (489a0e7)
  • moderation-log: Added dynamic query for page route; Added helper to generate ModerationLog display fields with anonymous functions; Updated tests for happy paths using helper functions (4a274e7)
  • moderation-log: Added moderation_log seed and test for creating a moderation log entry (3821741)
  • moderation-log: Added query helper to build dynamic queries; Replaced old dynamic query functions with new function in QueryHelper; Added pagination options for moderation log (0d9e2fd)
  • moderation-log: adding changeset logic, added logic for dynamic query filters for mod keyword, added moderation_log_view (388d260)
  • moderation-log: initial commit for moderation log model and controller; added route for new api call (9dbd7d5)
  • pagination: Updating pagination logic to calculate total records and pages for query passed as a parameter (6bbfc1b)