Skip to content

Commit 7cc4c3a

Browse files
📚 Add 1.0.0 release notes [skip ci]
1 parent f325c04 commit 7cc4c3a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55

66
All notable changes to this project will be documented in this file.
77

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+
827
<a name="0.2.5"></a>
928

1029
### [0.2.5](https://github.com/stormwarning/import-sort-style-python/compare/v0.2.4...v0.2.5) — 2020-01-21

0 commit comments

Comments
 (0)