-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(unassertify): transfer to unassert-js organization
- Loading branch information
Showing
4 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
### [2.0.3](https://github.com/twada/unassertify/releases/tag/v2.0.3) (2015-12-16) | ||
### [2.0.3](https://github.com/unassert-js/unassertify/releases/tag/v2.0.3) (2015-12-16) | ||
|
||
|
||
#### Bug Fixes | ||
|
||
* copy sourceRoot even if it is an empty string ([d687a4bc](https://github.com/twada/unassertify/commit/d687a4bcc1514d030abd9170db04660dd861267e)) | ||
* copy sourceRoot even if it is an empty string ([d687a4bc](https://github.com/unassert-js/unassertify/commit/d687a4bcc1514d030abd9170db04660dd861267e)) | ||
|
||
|
||
### [2.0.2](https://github.com/twada/unassertify/releases/tag/v2.0.2) (2015-09-27) | ||
### [2.0.2](https://github.com/unassert-js/unassertify/releases/tag/v2.0.2) (2015-09-27) | ||
|
||
|
||
#### Bug Fixes | ||
|
||
* should not transform JSON file ([6653d38c](https://github.com/twada/unassertify/commit/6653d38c3cf69d4601a3f517226d8d403629f756)) | ||
* should not transform JSON file ([6653d38c](https://github.com/unassert-js/unassertify/commit/6653d38c3cf69d4601a3f517226d8d403629f756)) | ||
|
||
|
||
### [2.0.1](https://github.com/twada/unassertify/releases/tag/v2.0.1) (2015-09-27) | ||
### [2.0.1](https://github.com/unassert-js/unassertify/releases/tag/v2.0.1) (2015-09-27) | ||
|
||
|
||
* add [SUPPORTED PATTERNS](https://github.com/twada/unassertify#supported-patterns) section to README | ||
* add [SUPPORTED PATTERNS](https://github.com/unassert-js/unassertify#supported-patterns) section to README | ||
* linting and refactoring | ||
|
||
|
||
## [2.0.0](https://github.com/twada/unassertify/releases/tag/v2.0.0) (2015-09-25) | ||
## [2.0.0](https://github.com/unassert-js/unassertify/releases/tag/v2.0.0) (2015-09-25) | ||
|
||
|
||
#### Features | ||
|
||
* [remove assertions even if `debug` option is on](https://github.com/twada/unassertify/pull/2) | ||
* [remove assertions even if `debug` option is on](https://github.com/unassert-js/unassertify/pull/2) | ||
|
||
|
||
#### Breaking Changes | ||
|
||
* Since this release, assertions are always removed even if `debug` option is on. If you don't want to remove assertions when `debug` is on, simply do not add `unassertify` on that build configuration. | ||
|
||
|
||
### [1.0.2](https://github.com/twada/unassertify/releases/tag/v1.0.2) (2015-05-27) | ||
### [1.0.2](https://github.com/unassert-js/unassertify/releases/tag/v1.0.2) (2015-05-27) | ||
|
||
|
||
* extract [unassert](https://github.com/twada/unassert) module out ([0e192a2d](https://github.com/twada/unassertify/commit/0e192a2d0fdf31a0ffb410d57e779c446785f3bd)) | ||
* extract [unassert](https://github.com/unassert-js/unassert) module out ([0e192a2d](https://github.com/unassert-js/unassertify/commit/0e192a2d0fdf31a0ffb410d57e779c446785f3bd)) | ||
|
||
|
||
### [1.0.1](https://github.com/twada/unassertify/releases/tag/v1.0.1) (2015-05-27) | ||
### [1.0.1](https://github.com/unassert-js/unassertify/releases/tag/v1.0.1) (2015-05-27) | ||
|
||
|
||
* skip traversing node to be deleted ([f936b632](https://github.com/twada/unassertify/commit/f936b632d58a427d2c458a21d706e17f9b97b311)) | ||
* skip traversing node to be deleted ([f936b632](https://github.com/unassert-js/unassertify/commit/f936b632d58a427d2c458a21d706e17f9b97b311)) | ||
|
||
|
||
## [1.0.0](https://github.com/twada/unassertify/releases/tag/v1.0.0) (2015-05-27) | ||
## [1.0.0](https://github.com/unassert-js/unassertify/releases/tag/v1.0.0) (2015-05-27) | ||
|
||
|
||
* The first release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters