Releases: csense-oss/idea-kotlin-checked-exceptions
Releases · csense-oss/idea-kotlin-checked-exceptions
3.0.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
- rewrote most of the code to fix issues
- Most features are now working across android studio & / intellij and across various versions
- Performance should be superb
- Quick fixes should generally work pretty well now
- a lot of things that previously did not work (or only partially worked) now works
- e.g. contracts are now read / interpreted (calls in place)
- Preliminary support for @throws kotlin doc
- should respect imports now when generating quick fixe(s)
- began work on coding throwing functions from kotlin's std lib. (requires a lot of work)
- Renamed settings to avoid conflicts with older version(s).
1.2.0
There are a some known bugs, which will be fixed later. this is a "fix some bugs" release and to improve compatibility with eg. android studio.
- Disabled (by default)"Throws inside of function" annotation, as it is sometimes right and sometimes wrong. but its also quite annoying. It can be turned on in the settings iff need be :) (it has now its own settings as well)
- Did improve the "Throws inside of function" annotation to link to documentation and explain inline functions + lambdas returning nothing.
- Fixed some issues with android studio compatibility
- Fixed numerous bugs