Releases: randomseed-io/bankster
Releases · randomseed-io/bankster
1.2.16
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
- Nil punning added to: currency/ns-code, cuurrency/code, currency/weight, currency/domain, currency/kind, currency/sc, currency/nr.
1.2.13
- 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
- Type hinting and assertion tests improved in money/compare and money/compare-amount.
1.2.11
- Improved rounding mode parsing macros.
1.2.10
- Fixed a bug which caused rounding mode parsing to not make use of evaluated results
of the given expression.
1.2.9
-
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
- Rewritten fs/absolute-path? and fs/relative-path?
1.2.7
-
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.