Bankster Versions Save

Money Creation Made Easy

1.2.16

1 year ago
  • io.randomseed.bankster.util.fs/default-encoding is no longer private.
  • nREPL server is no longer automatically started when loading infra.clj.
  • Excluded abs from being aliased in io.randomseed.bankster.money.
  • Removed Midje tests, added clojure.test.
  • CircleCI configuration updated.
  • Deps updated.

1.2.14

2 years ago
  • Nil punning added to: currency/ns-code, cuurrency/code, currency/weight, currency/domain, currency/kind, currency/sc, currency/nr.

1.2.13

2 years ago
  • Fixed a bug that caused an amount to be a kind of Money instead of BigDecimal when money/value was called on currency and money.

1.2.12

2 years ago
  • Type hinting and assertion tests improved in money/compare and money/compare-amount.

1.2.11

2 years ago
  • Improved rounding mode parsing macros.

1.2.10

2 years ago
  • Fixed a bug which caused rounding mode parsing to not make use of evaluated results of the given expression.

1.2.9

2 years ago
  • Fixed type hinting in fs/absoute-path?.

  • Money comparators (money/compare and money/compare-amounts) now accept nil values.

  • Added money/round-to for interval-based rounding.

1.2.8

2 years ago
  • Rewritten fs/absolute-path? and fs/relative-path?

1.2.7

2 years ago
  • Improved money/on-amount (now it rescales results to the scale of a money, not the nominal scale of a currency).

  • Added alias money/apply that points to money/on-amount.

  • Added money/set-amount.

1.2.6

2 years ago
  • Monetary implementation for Currency objects fixed for nil registry argument. Affected function: currency/unit.

  • Fixed type hinting in currency/sc and currency/nr.