Skip to content

0.3.0

Compare
Choose a tag to compare
@evert evert released this 04 Jan 20:03
8b77efa
  • Support for divide(), multiply(), compare().
  • Added an implementation of the allocate() function from Fowler's
    Enterprise Design Patterns.
  • Fixed parsing string numbers without a fractional part.
  • Added toSource() and fromSource() methods to easily get access to the
    underlying bigint.
  • Money.value is now private.
  • Nice v8 debugger output. Shows the currency + the symbol.