Skip to content

Releases: randomseed-io/bankster

1.2.16

25 Nov 19:25
1.2.16
Compare
Choose a tag to compare
  • 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

24 Sep 19:46
1.2.14
Compare
Choose a tag to compare
  • Nil punning added to: currency/ns-code, cuurrency/code, currency/weight, currency/domain, currency/kind, currency/sc, currency/nr.

1.2.13

23 Sep 07:49
1.2.13
Compare
Choose a tag to compare
  • 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

23 Sep 07:49
1.2.12
Compare
Choose a tag to compare
  • Type hinting and assertion tests improved in money/compare and money/compare-amount.

1.2.11

13 Jul 10:32
1.2.11
Compare
Choose a tag to compare
  • Improved rounding mode parsing macros.

1.2.10

13 Jul 09:45
1.2.10
Compare
Choose a tag to compare
  • Fixed a bug which caused rounding mode parsing to not make use of evaluated results
    of the given expression.

1.2.9

06 Jul 09:34
1.2.9
Compare
Choose a tag to compare
  • 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

28 Jun 13:34
1.2.8
Compare
Choose a tag to compare
  • Rewritten fs/absolute-path? and fs/relative-path?

1.2.7

21 Jun 11:35
1.2.7
Compare
Choose a tag to compare
  • 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

02 Jun 12:29
1.2.6
Compare
Choose a tag to compare
  • Monetary implementation for Currency objects fixed for nil registry argument.
    Affected function: currency/unit.

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