Releases: AlexSkrypnyk/generated_content
Releases · AlexSkrypnyk/generated_content
1.5.3
What's new since 1.5.3
- Enabled Drupal 11 CI test jobs @tannguyen04 (#39)
- Updated to scaffold 4.8.0 @tannguyen04 (#36)
Full Changelog: 1.5.2...1.5.3
1.5.2
What's new since 1.5.1
- Fixed clearing the non-existing cache bins. @AlexSkrypnyk (#33)
Full Changelog: 1.5.1...1.5.2
1.5.1
What's new since 1.5.0
- Updated to scaffold 4.7. @AlexSkrypnyk (#32)
- Fixed coding standards. @AlexSkrypnyk (#31)
- Update release-drafter/release-drafter action to v6 @renovate (#30)
- [#27] Restructure follow scaffold 4.6.0 @tannguyen04 (#29)
- Update toshimaru/auto-author-assign action to v2.1.0 @renovate (#28)
Full Changelog: 1.5.0...1.5.1
@AlexSkrypnyk, @renovate, @renovate[bot] and @tannguyen04
1.5.0
What's new since 1.4.0
- [#23] Added PHP version constraint. @AlexSkrypnyk (#26)
- [#24] Update repo structure to https://github.com/AlexSkrypnyk/scaffold @tannguyen04 (#25)
Full Changelog: 1.4.0...1.5.0
1.4.0
What's new since 1.3.1
- Configure Renovate @renovate (#18)
- Updated CI stack and deprecated code. @AlexSkrypnyk (#20)
Full Changelog: 1.3.1...1.4.0
@AlexSkrypnyk, @renovate and @renovate[bot]
Fixed project namespace
- Fixed project namespace
Drupal 10 compatibility
Drupal 10 compatibility. (#16) * Added Drupal core dependency. * Updated Ci config to run D10. * Updated version compatibility. * Updated code for D10 compatibility. * Fixed version. * Fixed compat of example modules.
Multiple asset type support.
- Added support for multiple asset directories and multiple assets of the same type (i.e.,
dummy1.jpg
,dummy2.jpg
etc). - Added file helpers (e.g.,
randomFile()
,staticFile()
etc). - Replaced custom generator override example from service to
alter()
within name provider class.
Refactoring and improvements.
- Refactored all methods to cover main entity types: nodes, terms, media, files.
- Refactored asset generator + tests.
- Replaced dummy assets with neutral version.
- Added support for advanced variation processing - variations can now be split into files in a directory.
- Added entity type links to the generation form.
First stable release!
1.0.0 Added module description to readme.