0.0.3-alpha.
Pre-release
Pre-release
- Minimal documentation as a baseline for developers.
- Travis/Codecov Coverage reporting.
- Breaking changes:
NotificationInterlop
->NotificationInterop
Expandable#expandedText
->Expandable#collapsedText
Creator#getBuilder()
is nowCreator#asBuilder()
which is inline with the function of the same name inNotify
.Creator#send()
andNotify#send()
are nowCreator#show()
andNotify#show()
respectively.