Added support for BigInteger and BigDecimal in responses (#76)

This commit is contained in:
Victor
2021-07-25 19:48:14 +05:00
committed by GitHub
parent b0149c293e
commit c5f8ace5d2
5 changed files with 28 additions and 10 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [1.5.0] - July 25th, 2021
### Changed
- Added support for BigInteger and BigDecimal in response types
## [1.4.0] - July 22nd, 2021
### Changed