v0.2.0
API Improvements:
- Renames
GetState()
toGetFullState()
. - Introduces a new
GetState()
that returns only the state value (without the error state), eliminating the need for theif s, _ := x.GetState(); s == nested.Ready {
pattern. - Adds a
label
parameter toCollection.Add()
, so that services in the collection can be referenced. - Adds the method
Collection.Up()
to return a map indicating the readiness of all currently monitored services.