Skip to content

Latest commit

 

History

History
427 lines (254 loc) · 33.4 KB

CHANGELOG.md

File metadata and controls

427 lines (254 loc) · 33.4 KB

1.4.4 (2024-10-23)

Bug Fixes

  • make fixes to ed25519 sign method + improve tests (#195) (354c9bd)

1.4.3 (2024-08-26)

Bug Fixes

1.4.2 (2024-08-07)

Bug Fixes

1.4.1 (2024-08-05)

Bug Fixes

  • change oss publishing url according to the documentation (#187) (f1dea5b)

1.4.0 (2024-08-02)

Features

  • almost empty commit to test the release (#186) (89b28a9)

1.3.24 (2024-07-19)

Bug Fixes

1.3.21 (2024-07-12)

Bug Fixes

  • force adding ossrh env vars for maven (24683fc)

1.3.20 (2024-07-12)

Bug Fixes

1.3.19 (2024-07-12)

Bug Fixes

  • improve env vars for ci pipeline in hl (9170629)

1.3.18 (2024-07-11)

Bug Fixes

  • ossrh env variables on CI (d324f12)

1.3.17 (2024-07-11)

Bug Fixes

1.3.16 (2024-07-11)

Bug Fixes

  • correct some typos in android build for apollo (d8a0b0a)

1.3.15 (2024-07-11)

Bug Fixes

  • add correct signing keys for maven package in HL (d560f5a)

1.3.14 (2024-07-11)

Bug Fixes

  • set right sonatype authentication (5183580)

1.3.13 (2024-07-11)

Bug Fixes

  • checkout also must use identus_ci token (870b321)

1.3.5 (2024-06-10)

Bug Fixes

  • Removed references to Atala in docs and variables referred to by docs (#172) (ef2ae86)
  • update usage of the bip32ed25519 wrapper. (#174) (d1ee804)

1.3.4 (2024-05-28)

Bug Fixes

  • missing ed25519 file from published npm package (#171) (ebef809)

1.3.3 (2024-05-27)

Bug Fixes

1.3.2 (2024-05-23)

Bug Fixes

1.3.1 (2024-05-23)

Bug Fixes

1.3.0 (2024-05-23)

Features

1.2.16 (2024-05-09)

Bug Fixes

  • Invalid signature integer: negative on JS platform (#158) (0b454e0)

1.2.15 (2024-05-07)

Bug Fixes

  • npm package not being published automatically on CI pipeline. (#156) (aaa7a65)
  • some platforms were missing the signature normalisation (#155) (972255d)

1.2.14 (2024-04-12)

Bug Fixes

  • Allow Apollo to verify der signatures from bc and bitcoin seamlessly #ATL-6905 (#154) (a26a559), closes #ATL-6905

1.2.13 (2024-03-25)

Bug Fixes

  • current bug when trying to publish an app on app store with apollo inside (#150) (258fc08)

1.2.12 (2024-03-14)

Bug Fixes

  • The need to publish another module to use Apollo (#149) (91554d9)

1.2.11 (2024-03-06)

Bug Fixes

  • Apple crash when creating seed with empty string passphrase (#146) (ce739dd)
  • upgrade gradle & libs (#147) (b0906dd)

1.2.10 (2023-12-20)

Bug Fixes

1.2.9 (2023-12-14)

Bug Fixes

  • ci pipelienes to use correct env vars (7ee131f)

1.2.8 (2023-12-14)

Bug Fixes

  • add documentation and release a new version (#133) (4fd785a)
  • x64 simulator needs to be built with this flags to work (06bd937)

1.2.8 (2023-12-14)

Bug Fixes

  • x64 simulator needs to be built with this flags to work (06bd937)

1.2.7 (2023-12-12)

Bug Fixes

  • ci xcode version needs to be updated (#129) (c0cbf88)

1.2.6 (2023-12-12)

Bug Fixes

  • correct swift checksum generation during packaging (#128) (d102216)

1.2.5 (2023-12-11)

Bug Fixes

1.2.4 (2023-12-11)

Bug Fixes

1.2.3 (2023-12-11)

Bug Fixes

  • remove failing links to unblock dokka documentation generation (#120) (0e18bef)

1.2.2 (2023-12-05)

Bug Fixes

  • remove if since the xcframework is not building with all targets (#121) (e728572)

1.2.1 (2023-12-01)

Bug Fixes

  • release has a v in the name this will fix it (#119) (a85f7ad)

1.2.0 (2023-11-30)

Bug Fixes

Features

1.1.1 (2023-11-21)

Bug Fixes

  • add ec pub key validation checks (#112) (023beb7)
  • Base32 re-implemented as per RFC-4648 (#111) (4170ac1)
  • Update npm configuration for npmjs repository (#114) (c8a0ca4)

1.1.0 (2023-11-13)

Features

  • mnemonic: js doesnt handle List and swift doesnt handle Array this is the solution (#105) (e65e0f0)

1.0.0 (2023-11-13)

Bug Fixes

  • Add all the required dependencies for Apollo to build with the native cinterops ios version of secp256k1 ec. (1ca5b68)
  • add new line at end of file (a6ab13c)
  • add new line to build.gradle.kts files (f84b4e4)
  • BigInteger has no corresponding exportable dataType in JS (#88) (3e636be)
  • bugs found while integrating apollo with KMP SDK (#98) (de71265)
  • CI nonsense error (1963ad2)
  • ci reported linting issues (31aee01)
  • ci wrong reported issues by mega lint (b6da47a)
  • CI: Update GitHub Actions script (#90) (e6f6d46)
  • code linting (94ededd)
  • code linting errors (69dfbd1)
  • code linting errors (9774cbc)
  • constructor and access to some methods were missing in ios (#93) (a64d707)
  • deployment script (#101) (6435bf8)
  • disable JS on windows platform (6a2bfd4)
  • enforce code format (39f4474)
  • enforce code format (9e946fc)
  • enforce code format (f034d69)
  • enforce code quality (3b060dd)
  • fix deployment CI script (4583b2f)
  • fix error in git (85d1965)
  • fix for issue #30 (b1c1a4e)
  • fix group id (4a70cd6)
  • fixed wrong import in UUID (622187b)
  • gradle build script (b191baa)
  • HMAC for JS platform (6ce142c)
  • iOS import was removed by mistake (9994889)
  • js module name (06e4310)
  • KMP Gradle bug (#99) (648bcdd)
  • linting issue (7918146)
  • Publish npm package (#103) (81ac735)
  • secp256k1: Exposing EC Secp256K1 (#89) (90a578a)
  • suppress not needed warnings (0b800c8)

Features