Skip to content

3.0.3

Compare
Choose a tag to compare
@Qata Qata released this 23 Jan 10:08
· 63 commits to master since this release

Breaking API Changes:

  • Change all of Store's instance variables to be immutable except observable, whose setter is now private - @Qata
  • Change all of Store's instance variables to not be implicitly unwrapped optionals because that was gross - @Qata