Skip to content

Union types in params

Compare
Choose a tag to compare
@spaze spaze released this 11 Jan 04:08
· 167 commits to main since this release
d8b634b
  • Support union types in params so you can disallow foo param value and it will be found in param types like 'foo'|'bar' (#163)

Internal:

  • Add tests to ensure params with class-strings (Foo::class) are supported (#161, thanks @ruudk also for the Blade-related chuckle)
  • The Git default branch has been renamed from master to main