Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update - v1.0.1 #1

Merged
merged 2 commits into from
Aug 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
# Spotless Applier Plugin Changelog

## [Unreleased]

## [1.0.1] - 2023-08-11

### Added
- Option that prohibit imports with asterisk '*' during "optimize imports" task. It temporarily replaces import settings

## [1.0.0]
## [1.0.0] - 2023-08-10

### Added
- Support for applying Spotless formatting to both Gradle and Maven based projects.
- The ability to apply Spotless formatting to the currently opened file in the editor or to the entire project.
- Introduced an option to execute the default "optimize import" task before applying Spotless formatting.
- Introduced an option to execute the default "optimize import" task before applying Spotless formatting.

[Unreleased]: https://github.com/lipiridi/spotless-applier/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/lipiridi/spotless-applier/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/lipiridi/spotless-applier/commits/v1.0.0