Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 582 Bytes

File metadata and controls

11 lines (9 loc) · 582 Bytes

Changelog

[Unreleased]

  • Add setters for all complex properties. For collection properties, add method is provided. If properties are more than 3, it expects an object as parameter, otherwise it expects properties as parameters.
  • Added models for all dependant schemas.
  • Added support for choosing which engine to use for QrCode generation.
  • Added support for changing the size of the QrCode.
  • QrGeneratorService now can either return qr as string or save it to a file.
  • No longer encode the QrCode as base64 by default, you should do it by yourself if you need it.