Skip to content

0.4.2

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 29 Jun 20:35
· 495 commits to master since this release
5988134
  • Added support for conversion to and from Protocol Buffers using the new Money.from_protobuf or money.as_protobuf functions. By default using the google.type.Money protobuf definition.
  • Instantiation of monetary object by passing JSON data and the possibility to get a JSON string based on a monetary amount object.
  • Added documentation. Mostly regarding the use and examples about Protocol Buffers, but also a whole new section about the properties that are available on the stockholm.Money object.