Skip to content

Release : v1.0.5

Compare
Choose a tag to compare
@MalikZu MalikZu released this 10 Apr 09:12
· 95 commits to master since this release

v1.0.5

Fixes:

  • Fixed casting issue in getDocMeta
  • Fixed registerFCMToken response
  • Fixed some imports referencing package
  • Removed unused imports

Modifications:

  • Add CI configuration
  • Added TagLink model
  • Modified getTags to use getList if frappe version >=12
  • Add BlockModule child doctype to User
  • Minor modification in documentation
  • Exclude .g files in test folder (analysis_options.yaml)

Tests:

  • Variables are now fetched from System environment variables (Platform.environment)
  • Added some tests
  • Changed doctypes used in tests
  • Added Setup/Teardown for some test groups
  • Minor refactoring