Releases: FacilityApi/FacilityIntellij
Releases · FacilityApi/FacilityIntellij
v1.3.4
v1.3.3
Support newer versions of the IntelliJ platform.
v1.3.2
Release 1.3.2 (#69)
v1.3.1
- Fix support for the 2023.2 Intellij platform
- Drop support for IntelliJ platform below 2022.3
v1.3.0
- Added support for the built-in
datetime
type - Added support for the 2023.2 Intellij platform
v1.2.0
- Added support for the
extern
keyword
v1.1.2
- Added support for the 2023.1 Intellij platform
v1.1.1
- Added support for the 2022.3 Intellij platform
v1.1.0
Added
- Support for
nullable<T>
v1.0.0
Added
- Inspection for duplicate service member names, field names, enum, and error values
- Intention to add
[validate]
to enum declarations - Live Templates for validation attributes
- svalid:
[validate(regex: $REGEX$, length: $RANGE$)]
- nvalid:
[validate(value: $RANGE$)]
- cvalid:
[validate(count: $RANGE$)]
- svalid:
- Intention to add the appropriate validate template (or just
[validate]
when enum-typed) fields - Inspection for duplicate attributes
- Inspection for
[validate]
uses - Intention to split a single attribute list into multiple attribute lists
- Intention to combine multiple attribute lists into a single attribute list
- File template for service definitions
- Inspection for unused data and enum definitions
- Suppress inspections with quickfix or
//noinspection <inspectionid>
Fixed
- Code folding for method, enum, and error bodies