Skip to content

Releases: stormwarning/import-sort-style-python

v1.0.2

23 Jan 17:35
Compare
Choose a tag to compare

1.0.2 — 2020-01-23

Fixed

  • 🐛 Test against the actual RegExp pattern (#159) [5a62d5d]
    Not the whole JSON object 🙄

v1.0.1

23 Jan 17:26
Compare
Choose a tag to compare

1.0.1 — 2020-01-23

Fixed

  • 🐛 Allow RegExp escape characters in options (#158) [1c4c2bc]

v1.0.0

22 Jan 05:18
Compare
Choose a tag to compare

1.0.0 — 2020-01-22

Added

  • 🎁 Allow RegEx patterns in options (#155) [f325c04]
    Strings in knownFramework and knownFirstparty 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 like myapp in knownFirstparty will match
    'myapp/subdir/foo' but not 'myapp-addon/lib', where
    previously it would have.

v0.2.5

21 Jan 20:05
Compare
Choose a tag to compare

0.2.5 — 2020-01-21

Changed

  • 📦 Upgrade devDependencies (#153) [431c361]
    Upgrades all dev packages to their latest, and
    updates the eslint config to use the new
    @typescript-eslint parser & plugin.

v0.2.4

02 Oct 19:58
Compare
Choose a tag to compare

0.2.4 — 2019-10-02

Changed

  • 📦 Upgrade devDependencies (#94) (6586300) \
    • Upgrade prettier-eslint-cli to 5.0.0
  • 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

16 Jun 03:30
Compare
Choose a tag to compare

0.2.3 — 2019-06-16

Changed

v0.2.2

15 Jun 19:44
Compare
Choose a tag to compare

0.2.2 — 2019-06-15

Changed

Signed-off-by: dependabot[bot] support@dependabot.com

v0.2.1

10 Nov 19:41
Compare
Choose a tag to compare

0.2.1 — 2018-11-10

Changed

  • 📦 Add semantic-release setup (#1) (e169529)
    Adds semantic-release and custom preset packages, and a config file
    for Travis CI. Also replaces yorkie with husky for git hooks.