Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Release/0.7.1 (#59)
Browse files Browse the repository at this point in the history
* changelog

* version bump

* change color :)

* read me
  • Loading branch information
buehler committed Sep 21, 2016
1 parent 2b36a02 commit 4df2d80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [0.7.1]
#### Fixed
- Code completions does show when user types ([#55](https://github.com/buehler/typescript-hero/issues/55))
- Default exports and imports are working ([#40](https://github.com/buehler/typescript-hero/issues/40))
Expand Down Expand Up @@ -67,7 +70,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Various bugs in AST parsing


[Unreleased]: https://github.com/buehler/typescript-hero/compare/v0.7.0...master
[Unreleased]: https://github.com/buehler/typescript-hero/compare/v0.7.1...master
[0.7.1]: https://github.com/buehler/typescript-hero/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/buehler/typescript-hero/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/buehler/typescript-hero/compare/v0.5.4...v0.6.0
[0.5.4]: https://github.com/buehler/typescript-hero/compare/v0.5.0...v0.5.4
Expand Down
21 changes: 5 additions & 16 deletions README.md
@@ -1,6 +1,6 @@
# Typescript Hero

`typescript hero` is a vscode extension that makes your live easier.
TypeScript Hero is a vscode extension that makes your live easier.
When you are coding a lot of `TypeScript` you may want vscode to automatically
include your imports.

Expand Down Expand Up @@ -84,19 +84,8 @@ Please visit [the issue list](https://github.com/buehler/typescript-hero/issues)
This section will cover the newest release, for the rest of the changelog,
please visit the [CHANGELOG](https://github.com/buehler/typescript-hero/blob/master/CHANGELOG.md)

### 0.7.0
#### Added
- More tests! :-) ([#8](https://github.com/buehler/typescript-hero/issues/8))
- CodeCompletionProvider that autocompletes your symbols and adds the imports if necessary ([#5](https://github.com/buehler/typescript-hero/issues/5))
- Support for `*.tsx` files ([#42](https://github.com/buehler/typescript-hero/issues/42))

#### Changed
- Import under cursor does only import if it's an exact match (PR [#35](https://github.com/buehler/typescript-hero/pull/35))
- Own imports (workspace) are sorted to the top ([#37](https://github.com/buehler/typescript-hero/issues/37))
- Updated inversify to v2

### 0.7.1
#### Fixed
- On Windows, forwardslashes will be used instead of backslashes ([#19](https://github.com/buehler/typescript-hero/issues/19)) (definitly this time)
- `export xxx as yyy` does now correctly use the alias of the declaration ([#36](https://github.com/buehler/typescript-hero/issues/36))
- Build directories are ignored by default (for indexing) ([#48](https://github.com/buehler/typescript-hero/issues/48))
- Substructures import parent index.ts files correctly now ([#49](https://github.com/buehler/typescript-hero/issues/49))
- Code completions does show when user types ([#55](https://github.com/buehler/typescript-hero/issues/55))
- Default exports and imports are working ([#40](https://github.com/buehler/typescript-hero/issues/40))
- New created files are correctly indexed now ([#46](https://github.com/buehler/typescript-hero/issues/46))
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,10 +4,10 @@
"description": "Additional tooling for the typescript language",
"icon": "etc/icon.png",
"galleryBanner": {
"color": "#7E7865",
"color": "#1e324c",
"theme": "dark"
},
"version": "0.7.0",
"version": "0.7.1",
"publisher": "rbbit",
"engines": {
"vscode": "^1.5.0",
Expand Down

0 comments on commit 4df2d80

Please sign in to comment.