Skip to content

Commit

Permalink
Merge pull request #35 from madwareru/changelog-update-v0.3.1
Browse files Browse the repository at this point in the history
Changelog update - `v0.3.1`
  • Loading branch information
madwareru authored Jul 31, 2023
2 parents b3356f4 + 5638377 commit 593237c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
52 changes: 34 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# RON Extended Support Changelog

## [Unreleased]
## Unreleased

## 0.3.1 - 2023-07-31

### Added
- Resolve references to rust types and fields. Note that this can only be done probabilistic, because serde's Serialize and Deserialize traits can be implemented with arbitrary code.
Expand All @@ -16,72 +18,86 @@
### Internal
- Start testing much of the functionality

## [0.2.11]
## 0.2.11

### Fixed
- Updated plugin to support new versions of IDE.

## [0.2.10]
## 0.2.10

### Fixed
- Updated plugin to support new versions of IDE.

## [0.2.9]
## 0.2.9

### Fixed
- Updated plugin to support new versions of IDE.

## [0.2.8]
## 0.2.8

### Fixed
- Updated plugin to support new versions of IDE.

## [0.2.7]
## 0.2.7

### Fixed
- Fixed char literal parsing. Now we support simple char literals.

## [0.2.6]
## 0.2.6

### Fixed
- Updated plugin to support new versions of IDE

## [0.2.5]
## 0.2.5

### Fixed
- Fixed incorrect parsing of binary and octal literals (an incorrect literals where considered fine
so user experience where bad when serde refused to parse a file)

## [0.2.4] 2021-07-30
## 0.2.4 2021-07-30

### Fixed
- Updated plugin to support new versions of IDE

## [0.2.3] 2021-04-07
## 0.2.3 2021-04-07

### Fixed
- Updated plugin to support new versions of IDE
- Got rid of deprecated API usage

## [0.2.2] 2021-03-13
## 0.2.2 2021-03-13

### Fixed
- Fixed incompatibility with old versions of IDEs

## [0.2.1] 2021-03-12
## 0.2.1 2021-03-12

### Added
- New settings panel for code style
- Code formatting
- Error checkers for dictionaries and objects (key uniquenes and more)


### Fixed
- Added an ability to use enums as keys in dictionaries
- Fixed an issue with identifiers containing numeric literals not being parsed as it intended

## [0.1.7] 2021-01-22
## 0.1.7 2021-01-22

### Fixed
- Got rid of compatibility problems

## [0.1.6] 2021-01-22
## 0.1.6 2021-01-22

### Fixed
- Color highlighting options are now annotates demo text as expected

## [0.1.5] 2021-01-21
## 0.1.5 2021-01-21

### Fixed
- Changed plugin name to successfully ship in the market

## [0.1.4] 2021-01-20
## 0.1.4 2021-01-20

### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Plugin MVP implemented
- Plugin MVP implemented

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 593237c

Please sign in to comment.