Skip to content

Releases: krzystof/possible-states

v1.3.0

10 Jul 08:32
Compare
Choose a tag to compare

Added

  • Add not__() helpers that does the opposite of when__()

v1.2.0

10 Jul 08:31
Compare
Choose a tag to compare

Added

  • Allow literals in when and caseOf functions. So ui.whenStuff(true) is equivalent to ui.whenStuff(() => true)

v1.1.0

10 Jul 08:30
Compare
Choose a tag to compare

Added

  • <When> and <CaseOf> Vue components

v1.0.1

15 Jun 12:45
Compare
Choose a tag to compare
  • Add compilation step using Babel