Skip to content

Production-ready release 1.0.4

Compare
Choose a tag to compare
@GLEF1X GLEF1X released this 25 Aug 20:57
· 57 commits to dev-1.x since this release

I can say with confidence that this release is completely or almost completely ready for production solutions, except #9, but it will be added as extension a little bit later. 😎

Changes in current release:

  1. #8 has been fully fixed
  2. Add sync adapter for synchronous applications source code
  3. QiwiWebHookWebView and QiwiBillWebView have been rewritten from scratch using template method pattern source code
  4. All async properties are deprecated now. Instead of it use methods. For example, bill.paid -> bill.check().
  5. Added class-based handlers
  6. At all, a lot of work has been done to clean up the source code.
  7. Docs has been updated to understand how to work with library step by step