Release v3.0.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2022-02-23)
Build
Docs
3.0.0 (2022-02-01)
⚠ BREAKING CHANGES
- changed min java version to 8
Refactor
- move to java 8 (c9db608)
Docs
- fix typos and java version ref (a49ea9d)
Build
- add commitlint + husky + makefile (9f057c9)
- add owasp dependency check (9ee6c75)
- add package.json for release scripts + update gitignore + update standard-version config (ce6791c)
- add release command to makefile (e2c64c1)
- add script to get last changelog entry (dc2ee3a)
- ci: change ci to use java 8 (3b055aa)
- ci: java 11 (bc84a04)
- ci: java 11 (5eba87a)
- ci: remove win (5f62e89)
- ci: trying to run on win also (f9612fa)
- deps: bump versions.jackson from 2.13.0 to 2.13.1 (#29) (138d4d2)
- remove unused gradle util (cb67787)
- upgrade gradle to 7.3.3 (eb18e88)
2.0.1 (2021-12-20)
2.0.0 (2021-12-03)
⚠ BREAKING CHANGES
- most components where renamed and refactored and the public interface to extend the lib was changed
Features
- add kotlin support (722326f)
- change lib structure and public interface + add kotlin delegate res (936fde7)
1.0.0 (2021-11-26)
Features
- add example project (1fb0997)
- add reference implementation (5db2e19)
- prepare gradle scripts to lib publication (64cd8c0)
- project to multi project (2d315df)