neuron v3.0.0 Release Notes

Release Date: 2019-08-23 // over 4 years ago
  • ๐Ÿ”‹ Features

    • json: Use Jason as default JSOn library (3b4e472)

    ๐Ÿ’ฅ BREAKING CHANGES

    • json: JSON parsing library is now Jason. In order to keep using Poison ๐Ÿ”ง you'll need to manually add it as a dependency and configure neuron to ๐Ÿ‘‰ use it by running Neuron.Config.set(json_library: AnotherJSONLibrary).