Releases: stormwarning/import-sort-style-python
Releases · stormwarning/import-sort-style-python
v1.0.2
v1.0.1
v1.0.0
1.0.0 — 2020-01-22
Added
- 🎁 Allow RegEx patterns in options (#155) [
f325c04
]
Strings inknownFramework
andknownFirstparty
option
arrays can now include regular expression patterns.
BREAKING CHANGES
- Options are now matched against only the first part of
the module path (i.e. up to the first/
). This means
something likemyapp
inknownFirstparty
will match
'myapp/subdir/foo'
but not'myapp-addon/lib'
, where
previously it would have.
v0.2.5
v0.2.4
0.2.4 — 2019-10-02
Changed
- Upgrade
eslint
to 5.16.0 - Upgrade
semantic-release
to 15.13.24 - Upgrade
typescript
to 3.6.3 - Upgrade
ts-node
to 8.4.1 - Upgrade
lint-staged
to 9.4.0 - Upgrade
@types/node
to 12.7.8 - Upgrade
husky
to 3.0.7 - Upgrade
lint-staged
to 9.4.1
v0.2.3
v0.2.2
0.2.2 — 2019-06-15
Changed
- 📦 Bump
import-sort-style
from 5.0.0 to 6.0.0 (#5) (b9cebb7)
Bumps import-sort-style from 5.0.0 to 6.0.0. - Release notes
- Commits
Signed-off-by: dependabot[bot] support@dependabot.com