Skip to content

1.2.1 - Fix `Get` Error

Compare
Choose a tag to compare
@rakuyoMo rakuyoMo released this 26 Apr 09:19
· 61 commits to master since this release

Add

  • RouterError complies with Equatable. (Note: this may change at any time, if you have a better idea, welcome to suggest issus)

Change:

  • Now when registering a get type route, the return value of the closure is changed from GetResult<T> to GetResult<AnyResult> (GetResult <Any?>)

Fix:

  • Fixed a crash when registering Get routes.