Skip to content

Updated Services and Records

Latest
Compare
Choose a tag to compare
@wartman wartman released this 05 Sep 17:38
· 194 commits to main since this release

This release focuses on improving Services and Records.

  • Records now have fromJson methods in addition to their existing toJson methods.
  • Services can now @use other Services. This also applies to States.
  • @use now checks if the type is a blok.ServiceResolver instead of just being limited to State and Service. This should give some more flexibility.