rizumita / Selm

Selm is the framework to realize Elm architecture in Swift
MIT License
13 stars 1 forks source link

equals #9

Closed rizumita closed 4 years ago

rizumita commented 4 years ago

I added a feature to compare the old and new model at 'objectWillChange'. If model conforms to Equatable, model is compared. If the model doesn't conform to Equatable, the model is not compared.