Skip to content

v1.4.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 17:37
· 932 commits to master since this release
95761f9

What's Changed ✨

The main change here is that we have added some dynamic analysis. Dependencies resolved by the container will now be done so dynamically in order to get the actual return type; This makes it easier to resolve the likes of named aliases. We have also added dynamic analysis for the path helpers to resolve the actual path in order to perform more safety checks around files being referenced with a path helper.

🚀 New Functionality

🐛 Bug Fixes

  • fixing conflict issue in composer requirements (#92) @netcode

🔨 Maintenance