Hey there, fellow developers! We've got some thrilling news to share with you. Our latest release, Version 1.0.2, is here, packed with enhancements and fixes that will elevate your development experience to new heights. Let's dive in and explore what's in store.
Introducing Powerful Entity Scaffolding
Ever wished for a simpler way to scaffold entities in your projects? Well, your wish has been granted! With Version 1.0.2, we're introducing a convenient command: make:entity
. This command does all the heavy lifting for you, creating everything you need for your entities – from models and migrations to seeders, factories, controllers, views, and requests. Just execute the command and watch the magic unfold before your eyes! Say goodbye to repetitive manual tasks and hello to streamlined entity creation.
Stay Updated with Hashed Assets
We understand the importance of keeping your assets up to date for your clients. That's why we've added a new feature called hashed_asset
. This feature allows you to retrieve the URL of an asset with a version suffix (?v=VERSION
). The best part? The version is generated using a hash of the asset's last modification time, ensuring that clients always receive the latest file. No more worrying about outdated assets – with hashed_asset
, you can rest assured that your clients are getting the most up-to-date content.
Bug Fixes for a Smooth Development Experience
In addition to these exciting enhancements, we've also addressed some pesky bugs to ensure a smoother development experience for you:
- Resolved issue with repeater visibility keys duplication: Say goodbye to duplicate keys and hello to cleaner, more organized code.
- Enhanced stability and addressed various bugs: We've squashed those pesky bugs that were causing headaches, ensuring a more stable environment for your development projects.
With Version 1.0.2, we're committed to making your development journey smoother, more efficient, and more enjoyable. Whether you're scaffolding entities or ensuring your assets are up to date, we've got you covered. So go ahead, download the latest version, and experience the magic for yourself. Happy coding!
Stay tuned for more exciting updates in the future. Until then, happy coding! 🚀