Skip to content

0.4.1

Choose a tag to compare

@3m1n3nc3 3m1n3nc3 released this 08 May 05:54
· 16 commits to main since this release

What's Changed

  • Updated the global view() helper boot behavior so calling view() 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

  • 4199f1c feat: initialize View in notification and view test files for consistent setup
  • 009386f feat: update View boot method to return factory instance when name is undefined
  • 65b7629 fix: correct global view reference in view test for accurate instance comparison

Full Changelog: 0.4.0...0.4.1