Releases: jhipster/generator-jhipster-entity-audit
Releases · jhipster/generator-jhipster-entity-audit
v4.0.0
Now a blueprint.
Based on generator-jhipster v7.9.3, version 4.0.0 is a complete reimplementation using blueprint capabilities.
For more information see our readme or JHipster documentation.
v3.3.0
v3.2.0
- Compatibility with JHipster 6 and blueprints
- When selecting Javers option, entity also extends AbstractAuditingEntity (and dto AbstractAuditingDTO)
- Removed AngularJs frontend support
- Clean liquibase changelog for EntityAuditEvent (including supports for MariaDB)
- Aligned java code with last JHipster style (e.g. use
@PreAuthorize
rather than@Secured
) - Automatically register module as a dev dependency of the jhipster application
- Updated Javers version
- Replaced former integration tests by simpler tests using Github Actions