/elm-versioned-json

A little help in versioning saved Json strings

Primary LanguageElmMIT LicenseMIT

billstclair/elm-versioned-json

Sometimes you need to save all or part of your Model, either in the HTML DOM's localStorage, or in a database, or both. But you also often need to change that Model, usually by adding properties. This module makes it easier to save versioned data as strings, and to convert older saved versions to the most recent version.

See the README for the examples directory for details.

Bill St. Clair <billstclair@gmail.com>
14 November 2016