Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.1

    Release 1.0.1
    
    commit f89464403c3d29694ef853ca337c3db944a01d29
    Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
    Date:   Fri Oct 31 15:36:33 2025
    
        Add UUID generator to anonymize fields
    
        For example: The generateSampleItems for the username field does not
        guarantee the username that is generated will be unique, so it's safer
        to use a UUID generator.
  • 1.0.0

    Release 1.0.0
    
    commit 7b9390a0cb33fb0c04989402b261850f286b9a51
    Author: Jelle Sebreghts <jelle@CP106153.gentgrp.gent.be>
    Date:   Thu Oct 30 13:50:04 2025
    
        Add query tag to entity query
    
        Adding the query tag means contrib can alter the query for which
        entities should be anonymized. We implement it ourselves to filter out
        the anonymous and super admin user when anonymizing users.
  • 1.0.0-alpha1

    Release 1.0.0-alpha1