-
95945b6: Rerun of 1.0.2
No Major changes. Rerun to fix github tag and release issues.
-
49ade3b: added bill manager functions.
- billManagerOptIn
- billManagerSingleInvoicing
- billManagerBulkInvoicing
- billManagerReconciliation
- cancelSingleInvoicing
- cancelBulkInvoicing
- updateOptinDetails
With the new updates Daraja Kit now supports 100% of daraja APIs 🎉
-
e0ab021: added bill manager functions.
- billManagerOptIn
- billManagerSingleInvoicing
- billManagerBulkInvoicing
- billManagerReconciliation
- cancelSingleInvoicing
- cancelBulkInvoicing
- updateOptinDetails
With the new updates Daraja Kit now supports 100% of daraja APIs 🎉
-
36bff9f: Renamed react daraja to daraja-kit. Removed "react" from the library name to confuse as less users as possible. Lets go.
Each time you now install react daraja. just change to
daraja-kit
and you will be fine.
- 8c8bc48: added better export functions for utils for easier migration. Improved the DX for the QRCode calls
- 375ee45: opted out of a more tricky NODE.ENV for ENVIRONMENT
- 301d2f9: act seconds to an hour
- 7a3723d: fixed qrcode server component undefined error
- 15d3b93: fixed index.ts import issue (submodules)
- 6642caf: added new B2BCheckoutRequest API
- 62e1b46: fixed some components and cleaned up some bugs
- a85570e: Made QRcode non async
- 734fcd0: better folder structure and created a next js docs app
- ef27e93: made QRCodeDisplay a server component and created a contributing.md file
- 3d81262: refactored folder structure and introduced react sub module
- fd06e5c: completed stkPushRequest function
- 83f91bc: removed frontend react hooks
- 73a2f4f: added export to index.ts
- e7d7c9c: converted STKPush and scannableQRCode to hooks
- 952ea30: Fixed minor bugs. Still on development mode
- 4f2a630: edited gitignore file to not include the dist folder. This is to allow the dist folder to be published to npm
- 78f7e58: My first release.