v1.4.0 🌈
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
- change: resolve abstracts from container. This will allow us to resolve named aliases (#102) @mr-feek
- feature: abort_if support (#100) @mr-feek
- path helpers (#99) @mr-feek