File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
All notable changes to this project will be documented in this file.
7
7
8
+ <a name =" 1.0.0 " ></a >
9
+
10
+ ## [ 1.0.0] ( https://github.com/stormwarning/import-sort-style-python/compare/v0.2.5...v1.0.0 ) — 2020-01-22
11
+
12
+ #### Added
13
+
14
+ - 🎁 Allow RegEx patterns in options ([ #155 ] ( https://github.com/stormwarning/import-sort-style-python/issues/155 ) ) [[ ` f325c04 ` ] ( https://github.com/stormwarning/import-sort-style-python/commit/f325c04 )] \
15
+ Strings in ` knownFramework ` and ` knownFirstparty ` option
16
+ arrays can now include regular expression patterns.
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ - Options are now matched against only the first part of
22
+ the module path (i.e. up to the first ` / ` ). This means
23
+ something like ` myapp ` in ` knownFirstparty ` will match
24
+ ` 'myapp/subdir/foo' ` but not ` 'myapp-addon/lib' ` , where
25
+ previously it would have.
26
+
8
27
<a name =" 0.2.5 " ></a >
9
28
10
29
### [ 0.2.5] ( https://github.com/stormwarning/import-sort-style-python/compare/v0.2.4...v0.2.5 ) — 2020-01-21
You can’t perform that action at this time.
0 commit comments