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: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,6 @@ See [TypeScript Code Organizer Command Line Interface](https://www.npmjs.com/pac
180
180
181
181
-**configuration is no longer compatible with 1.x.x as version 2.x.x uses a configuration file**
182
182
- merged functionality with [TypeScript Class Organizer CLI](https://www.npmjs.com/package/tsco-cli)
183
-
184
183
- added support for configuration files
185
184
- added support for organizing import statements
186
185
- added ability to include/exclude files
@@ -189,11 +188,8 @@ See [TypeScript Code Organizer Command Line Interface](https://www.npmjs.com/pac
189
188
- added more fine-grained configuration for module organization
190
189
- added more fine-grained configuration for interface organization
191
190
- added more fine-grained configuration for type alias organization
192
-
193
191
- added ability to create a default configuration file
194
-
195
192
- added support for regular expressions and globs when putting members above or below the member type group
196
-
197
193
- added support for sorting member type groups asc, desc or no sorting
198
194
199
195
### 2.0.7
@@ -219,8 +215,13 @@ See [TypeScript Code Organizer Command Line Interface](https://www.npmjs.com/pac
219
215
- add support for exported enums, exported interfaces, exported classes and exported types (courtesy of [Carlos Jesús Huchim Ahumada](https://github.com/huchim))
220
216
- add improved import statement grouping
221
217
222
-
## 2.0.12
218
+
### 2.0.12
219
+
223
220
- add missing file namespace import grouping
224
221
- add checking relative import source casing
225
222
- add support for declaration dependency order resolution
226
223
- fix issue with file name casing
224
+
225
+
### 2.0.13
226
+
227
+
- fix issue with access modifiers not being correctly updated
0 commit comments