Skip to content

2.5.4

Choose a tag to compare

@ProtocolNebula ProtocolNebula released this 28 Feb 22:56
· 7 commits to main since this release

Added

  • Added support for response type:
    This add new methods to "api model" template:
    • isResponseTypeText
    • isResponseTypeJson
    • isResponseTypeXML
    • isResponseTypeFile
  • API Base (angular 2):
    • Support for "response types" (this fix download files)

Fixed

  • API Base (angular 2):
    • Now false values are sent to Back End, previously was ignored like null and undefined.