Releases: blok-ui/blok.core
Releases · blok-ui/blok.core
Updated Services and Records
This release focuses on improving Services and Records.
- Records now have
fromJson
methods in addition to their existingtoJson
methods. - Services can now
@use
other Services. This also applies to States. @use
now checks if the type is ablok.ServiceResolver
instead of just being limited toState
andService
. This should give some more flexibility.