Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 423 Bytes

Changelog.md

File metadata and controls

15 lines (11 loc) · 423 Bytes

CHANGELOG

1.1

1.0.2

JS

  • Safe calls (x?.let { it }) are now inlined

Tools. J2K

  • Protected members used outside of inheritors are converted as public
  • Support conversion for annotation constructor calls
  • Place comments from the middle of the call to the end
  • Drop line breaks between operator arguments (except '+', "-", "&&" and "||")
  • Add non-null assertions on call site for non-null parameters