0.4.1
What's Changed
- Updated the global
view()helper boot behavior so callingview()without a name returns the shared view factory instance. - Improved view initialization in tests by explicitly calling
View.boot()where global view behavior is required. - Fixed the global view helper assertion to compare the resolved factory instance instead of the helper function reference.
Commits
4199f1cfeat: initialize View in notification and view test files for consistent setup009386ffeat: update View boot method to return factory instance when name is undefined65b7629fix: correct global view reference in view test for accurate instance comparison
Full Changelog: 0.4.0...0.4.1