# Changelog
All notable changes to this extension will be documented in this file.

## [1.5.1] - 2021-07-14
### Fixed
- Fixed code quality issues.

## [1.5.0] - 2021-07-09
### Added
- `getUserName()` method to the `FeUserService`

## [1.4.1] - 2021-06-17
### Fixed
- Params handling in `QueryBuilderService`

## [1.4.0] - 2021-04-08
### Added
- Code quality tools

## [1.3.6] - 2021-01-13
### Fixed
- Fixed logic for `lastInsertUid` - last inserted id not always max in table.

## [1.3.5] - 2020-06-23
### Added
- `ContainerAwareTrait`

## [1.3.4] - 2020-06-22
### Fixed
- `ContainerStaticAwareTrait`

## [1.3.3] - 2020-06-20
### Added
- `StratisConfig`

## [1.3.2] - 2020-05-09
### Added
- `ContainerStaticAwareTrait`

## [1.3.1] - 2020-05-09
### Added
- `groupBy` option to `QueryBuilderService`

## [1.3.0] - 2020-05-09
### Added
- `countByParams, countAll` methods to `QueryBuilderService`

## [1.2.0] - 2020-05-04
### Added
- Typo3-10 compatibility

## [1.1.1] - 2020-03-04
### Fixed
- Typo in `QueryBuilderService`

## [1.1.0] - 2020-03-04
### Added
- Param types specification in `QueryBuilderService`

## [1.0.1] - 2019-17-07
### Added
- `setExtensionName` method in `ConfigurationService`
- `setPluginName` marked as deprecated

## [1.0.0] - 2019-12-07
### Added
- `QueryBuilderService`
- `FeUserService`
- `ConfigurationService`
