Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 404 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 404 Bytes

Changelog

0.4.0

  • TypeScriptEndpoints can now be Interfaces and they recognize @RequestMapping annotated Methods in Supertypes and Interfaces
  • Method suffixes in generated TypeScript files can now be configured or turned off (see @TypeScriptTemplatesConfiguration)
  • Unset http-parameters won't be send to the server now

Thanks to jscharett for the provided help.