You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.