Skip to content

v1.4

Compare
Choose a tag to compare
@orhanobut orhanobut released this 22 Jan 20:22
· 146 commits to master since this release
  • Rest API log output is improved
  • Wasp.Image log output is improved
  • LogLevel has more options now.
    LogLevel.NONE // No logs are printed. This is default
    LogLevel.FULL  // Print logs both for REST and Images request
    LogLevel.FULL_REST_ONLY   // Print logs for REST
    LogLevel.FULL_IMAGE_ONLY // Print logs for Images
    
  • QueryMap annotation added. You can use this annotation to add multiple query parameters.
  • Query encode issue is fixed