xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
173 stars 41 forks source link

Add ObsoleteAttribute for old API to ease transition from v6.* #99

Open panesofglass opened 5 years ago

panesofglass commented 5 years ago

v7 introduces numerous breaking changes. In order to ease the transition, we should re-introduce the v6 API with [<Obsolete("")>] attributes in order to ease the transition to the new API as was done with Freya in the past.

panesofglass commented 5 years ago

cc @ninjarobot