You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@ This document is intended for Spotless developers.
10
10
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
11
11
12
12
## [Unreleased]
13
-
13
+
### Added
14
+
* Introduce `LazyArgLogger` to allow for lazy evaluation of log messages in slf4j logging. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
15
+
### Fixed
16
+
* Allow multiple instances of the same npm-based formatter to be used by separating their `node_modules` directories. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
14
17
## [2.34.1] - 2023-02-05
15
18
### Changes
16
19
***POTENTIALLY BREAKING** Bump bytecode from Java 8 to 11 ([#1530](https://github.com/diffplug/spotless/pull/1530) part 2 of [#1337](https://github.com/diffplug/spotless/issues/1337))
Copy file name to clipboardexpand all lines: plugin-gradle/CHANGES.md
+3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
4
4
5
5
## [Unreleased]
6
+
### Fixed
7
+
* Allow multiple instances of the same npm-based formatter to be used simultaneously. E.g. use prettier for typescript
8
+
*and* Java (using the community prettier-plugin-java) without messing up their respective `node_module` dependencies. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
Copy file name to clipboardexpand all lines: plugin-maven/CHANGES.md
+3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
4
4
5
5
## [Unreleased]
6
+
### Fixed
7
+
* Allow multiple instances of the same npm-based formatter to be used simultaneously. E.g. use prettier for typescript
8
+
*and* Java (using the community prettier-plugin-java) without messing up their respective `node_module` dependencies. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
0 commit comments