Skip to content

Releases: margelo/react-native-bignumber

Release 0.2.3

29 Apr 10:12
bf2703f
Compare
Choose a tag to compare

0.2.3 (2024-04-29)

πŸ› Bug Fixes

  • compat with xcode 15 (#64) (e7942af)
  • Set minSdkVersion to 23 instead of forcing 21 (#67) (6953005)

Release 0.2.2

10 Nov 10:53
3afd0b5
Compare
Choose a tag to compare

0.2.2 (2023-11-10)

πŸ› Bug Fixes

  • Ensure correct hexadecimal representation for .toString('hex') and .toString(16) methods (#61) (4474750)
  • Fix umod not supporting red numbers (#62) (aad5944), closes #55
  • iOS build issues with RN 0.71 (d82d2d7)

Release 0.2.0

11 Apr 08:39
Compare
Choose a tag to compare

0.2.0 (2023-04-11)

✨ Features

Release 0.1.9

08 Aug 13:56
Compare
Choose a tag to compare

0.1.9 (2022-08-08)

πŸ› Bug Fixes

  • Fix wrong namespace crash (581a7dc)

Release 0.1.8

29 Jul 14:13
Compare
Choose a tag to compare

0.1.8 (2022-07-29)

πŸ› Bug Fixes

  • Fix Android namespace (adf8a60)
  • Fix RN 0.69 build (4dbef6c)
  • Use babel plugin instead of metro (62ab22b)
  • Use ndkVersion from the root project (#50) (ca2e39a)

Release 0.1.7

15 Apr 13:19
Compare
Choose a tag to compare

0.1.7 (2022-04-15)

πŸ› Bug Fixes

  • to support old react native versions we need to add turbo module dependency (#45) (3a54712)

Release 0.1.6

14 Apr 20:06
Compare
Choose a tag to compare

0.1.6 (2022-04-14)

πŸ› Bug Fixes

  • lodash isEqual needs setter and default one throws an error (#44) (794f1cb)

Release 0.1.5

11 Apr 10:28
Compare
Choose a tag to compare

0.1.5 (2022-04-11)

πŸ› Fix ArrayLike

Release 0.1.4

11 Apr 09:17
Compare
Choose a tag to compare

0.1.4 (2022-04-11)

πŸ› Bug Fixes

  • Update drop-in documentation with correct lib name (#34) (95a2464)

Release 0.1.3

06 Apr 11:23
Compare
Choose a tag to compare

0.1.3 (2022-04-06)

πŸ“š Documentation