Skip to content

Commit

Permalink
Fixed #47
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Dec 13, 2017
1 parent a173e1a commit 1645227
Show file tree
Hide file tree
Showing 3 changed files with 103,075 additions and 103,068 deletions.
57 changes: 29 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,34 +121,35 @@ Then restart Sublime.

CHANGELOG
---
| Version | Date | Description |
|:--------|:------------|:---------------------------------------------------------|
| 1.7.5 | 11 Dec 2017 | Added `from_semicolon` setting |
| 1.7.4 | 30 Nov 2017 | Delayed initialization |
| 1.7.3 | 30 Nov 2017 | `node_bin` setting to explicitly set path to node binary |
| 1.7.1 | 29 Nov 2017 | Try to find node executable |
| 1.7.0 | 22 Nov 2017 | Updated `esm-exports` to 2.0.0 |
| | | Added shell true #43 |
| 1.6.4 | 03 Nov 2017 | Updated `esm-exports` to v0.8.5 |
| 1.6.3 | 20 Oct 2017 | Fixed #42 settings does not work |
| 1.6.2 | 18 Oct 2017 | Fix for empty projects |
| 1.6.0 | 06 Oct 2017 | New feature remove unused imports |
| 1.5.0 | 24 Jun 2017 | Added update source modules command |
| 1.4.1 | 03 May 2017 | Import tsx/jsx without extension |
| 1.4.0 | 29 Mar 2017 | Settings per project |
| 1.3.0 | 23 Mar 2017 | Prevent fail while parse link to not existing directory |
| 1.1.1 | 09 Mar 2017 | Respect exclude_patterns project settings |
| 1.1.0 | 25 Feb 2017 | Auto update imports when new file saved |
| | | Unit tests, bug fixing |
| | | Parse inner modules |
| 1.0.10 | 30 Jan 2017 | Fixed errors when broken package.json |
| 1.0.8 | 24 Jan 2017 | Added .no-sublime-package |
| 1.0.7 | 21 Jan 2017 | Fixed #10 incorrect adding to `import as` |
| 1.0.6 | 10 Jan 2017 | Updated esm-exports modules to 0.3.2 |
| 1.0.5 | 10 Jan 2017 | Updated esm-exports modules to 0.3.1 |
| 1.0.3 | 26 Dec 2016 | Setting `space_around_braces` |
| 1.0.1 | 19 Dec 2016 | Fixed loading settings bug |
| 1.0.0 | 18 Dec 2016 | First release |
| Version | Date | Description |
|:--------|:------------|:----------------------------------------------------------------------|
| 1.7.6 | 12 Dec 2017 | Fix [#47](https://github.com/unlight/sublime-import-helper/issues/47) |
| 1.7.5 | 11 Dec 2017 | Added `from_semicolon` setting |
| 1.7.4 | 30 Nov 2017 | Delayed initialization |
| 1.7.3 | 30 Nov 2017 | `node_bin` setting to explicitly set path to node binary |
| 1.7.1 | 29 Nov 2017 | Try to find node executable |
| 1.7.0 | 22 Nov 2017 | Updated `esm-exports` to 2.0.0 |
| | | Added shell true #43 |
| 1.6.4 | 03 Nov 2017 | Updated `esm-exports` to v0.8.5 |
| 1.6.3 | 20 Oct 2017 | Fixed #42 settings does not work |
| 1.6.2 | 18 Oct 2017 | Fix for empty projects |
| 1.6.0 | 06 Oct 2017 | New feature remove unused imports |
| 1.5.0 | 24 Jun 2017 | Added update source modules command |
| 1.4.1 | 03 May 2017 | Import tsx/jsx without extension |
| 1.4.0 | 29 Mar 2017 | Settings per project |
| 1.3.0 | 23 Mar 2017 | Prevent fail while parse link to not existing directory |
| 1.1.1 | 09 Mar 2017 | Respect exclude_patterns project settings |
| 1.1.0 | 25 Feb 2017 | Auto update imports when new file saved |
| | | Unit tests, bug fixing |
| | | Parse inner modules |
| 1.0.10 | 30 Jan 2017 | Fixed errors when broken package.json |
| 1.0.8 | 24 Jan 2017 | Added .no-sublime-package |
| 1.0.7 | 21 Jan 2017 | Fixed #10 incorrect adding to `import as` |
| 1.0.6 | 10 Jan 2017 | Updated esm-exports modules to 0.3.2 |
| 1.0.5 | 10 Jan 2017 | Updated esm-exports modules to 0.3.1 |
| 1.0.3 | 26 Dec 2016 | Setting `space_around_braces` |
| 1.0.1 | 19 Dec 2016 | Fixed loading settings bug |
| 1.0.0 | 18 Dec 2016 | First release |

TODO
---
Expand Down

0 comments on commit 1645227

Please sign in to comment.