Skip to content

Releases: jhipster/generator-jhipster-entity-audit

v4.0.0

03 Feb 22:25
Compare
Choose a tag to compare

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

13 Mar 21:37
Compare
Choose a tag to compare
  • Fixed Typos (#144)
  • Various fixes and upgrades (#143)

v3.2.0...v3.3.0

v3.2.0

24 Jan 20:53
Compare
Choose a tag to compare
  • 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

v3.1.1...v3.2.0

v3.1.0

28 Oct 17:36
Compare
Choose a tag to compare

Supports JHipster version 4.10 and above

Release v3.0.0

30 Sep 17:37
Compare
Choose a tag to compare

This is a major version release adding much awaited Angular 4 support #48.
Thanks to @gimoh for #73 adding Angular 4 support

v2.6.0

24 Aug 06:48
Compare
Choose a tag to compare
  • Includes better Javers support #70 #71
  • Some bug fixes

v2.4.0

12 Mar 20:06
Compare
Choose a tag to compare

Add i18n support #54
Fix issues when using with JHipster 4.x

v2.2.0

29 Aug 18:32
Compare
Choose a tag to compare

This is a release to support JHipster version 3.6.0 and above.
Note this version will not work with JHipster versions below 3.6.0. Use Entity Audit v2.1.0 or below for older JHipster versions.

v2.1.0

24 Jun 10:43
Compare
Choose a tag to compare

Javers support for SQL see #35 #36

v2.0.4

03 May 11:53
0aa62e6
Compare
Choose a tag to compare

A minor bug fix release.
Fixes a bug when i18n is enable in the app and page is refreshed.