Skip to content

Commit

Permalink
feat(espower): transfer to power-assert-js organization
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed May 10, 2015
1 parent 8f790c1 commit c3b7955
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
## [0.11.0](https://github.com/twada/espower/releases/tag/v0.11.0) (2015-04-18)
## [0.11.0](https://github.com/power-assert-js/espower/releases/tag/v0.11.0) (2015-04-18)


#### Bug Fixes

* throw Error if AST is already instrumented ([1d47bdc3](https://github.com/twada/espower/commit/1d47bdc3169de7865e176ceb708a07247ab17703))
* throw Error if AST is already instrumented ([1d47bdc3](https://github.com/power-assert-js/espower/commit/1d47bdc3169de7865e176ceb708a07247ab17703))


#### Features

* [ES6 support](https://github.com/twada/espower/pull/16)
* [ES6 support](https://github.com/power-assert-js/espower/pull/16)


## [0.10.0](https://github.com/twada/espower/releases/tag/v0.10.0) (2014-11-11)
## [0.10.0](https://github.com/power-assert-js/espower/releases/tag/v0.10.0) (2014-11-11)


* **espower:**
* update escodegen ([22b002e3](https://github.com/twada/espower/commit/22b002e3c8c99679f5b97ae104ed66d685a0ea59))
* update estraverse ([ecb6c07d](https://github.com/twada/espower/commit/ecb6c07dec5fd3c9cbf2da4e82667d0077ef3909))
* update espurify ([9a75c16f](https://github.com/twada/espower/commit/9a75c16ff91f952b26a373df4e96bdcc6e09cfd8))
* update escallmatch ([dbf424b1](https://github.com/twada/espower/commit/dbf424b1d3236dd2ac9e4076aef1ecee3867e228))
* update escodegen ([22b002e3](https://github.com/power-assert-js/espower/commit/22b002e3c8c99679f5b97ae104ed66d685a0ea59))
* update estraverse ([ecb6c07d](https://github.com/power-assert-js/espower/commit/ecb6c07dec5fd3c9cbf2da4e82667d0077ef3909))
* update espurify ([9a75c16f](https://github.com/power-assert-js/espower/commit/9a75c16ff91f952b26a373df4e96bdcc6e09cfd8))
* update escallmatch ([dbf424b1](https://github.com/power-assert-js/espower/commit/dbf424b1d3236dd2ac9e4076aef1ecee3867e228))


### 0.9.1 (2014-09-15)


#### Bug Fixes

* **espower:** decide to be skipped first, then enter node ([9d0a778a](https://github.com/twada/espower/commit/9d0a778a1ae97bb5c522cbfc7b1b65250118f2ea))
* **espower:** decide to be skipped first, then enter node ([9d0a778a](https://github.com/power-assert-js/espower/commit/9d0a778a1ae97bb5c522cbfc7b1b65250118f2ea))


## 0.9.0 (2014-08-21)
Expand All @@ -35,8 +35,8 @@
#### Features

* **espower:**
* adjust filepath in power-assert output if sourceMap option is given ([f919d59d](https://github.com/twada/espower/commit/f919d59d6eea764881e0266f562724b7142f7695))
* adjust line number in power-assert output if sourceMap option is given ([8c035d89](https://github.com/twada/espower/commit/8c035d89ae88c8554cb8ca0b6bd0f7d6fe2008b0))
* adjust filepath in power-assert output if sourceMap option is given ([f919d59d](https://github.com/power-assert-js/espower/commit/f919d59d6eea764881e0266f562724b7142f7695))
* adjust line number in power-assert output if sourceMap option is given ([8c035d89](https://github.com/power-assert-js/espower/commit/8c035d89ae88c8554cb8ca0b6bd0f7d6fe2008b0))


## 0.8.0 (2014-08-12)
Expand All @@ -46,15 +46,15 @@


* **espower:**
* [built and modularized by browserify](https://github.com/twada/espower/pull/9)
* [use escallmatch module to describe instrumentation target patterns](https://github.com/twada/espower/pull/10)
* support chained callee like `browser.assert.element(selector)` ([ea0a3ce9](https://github.com/twada/espower/commit/ea0a3ce96f56034ab6735365184e1e397f6561c0))
* [built and modularized by browserify](https://github.com/power-assert-js/espower/pull/9)
* [use escallmatch module to describe instrumentation target patterns](https://github.com/power-assert-js/espower/pull/10)
* support chained callee like `browser.assert.element(selector)` ([ea0a3ce9](https://github.com/power-assert-js/espower/commit/ea0a3ce96f56034ab6735365184e1e397f6561c0))


#### Breaking Changes

* option `powerAssertVariableName` is now deprecated and ignored. Please use `patterns` option instead ([2f023f91](https://github.com/twada/espower/commit/2f023f91f3bbe8c6d9038e7237541112f2eaf143))
* option `targetMethods` is now deprecated and ignored. Please use `patterns` option instead ([e75e5d35](https://github.com/twada/espower/commit/e75e5d35c33a7c128f14db224c5387520665b55e))
* option `powerAssertVariableName` is now deprecated and ignored. Please use `patterns` option instead ([2f023f91](https://github.com/power-assert-js/espower/commit/2f023f91f3bbe8c6d9038e7237541112f2eaf143))
* option `targetMethods` is now deprecated and ignored. Please use `patterns` option instead ([e75e5d35](https://github.com/power-assert-js/espower/commit/e75e5d35c33a7c128f14db224c5387520665b55e))

If you already customize instrumentation pattern using `powerAssertVariableName` and `targetMethods`, you need to migarte. To migrate, change your code from the following:

Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2015 Takuto Wada, https://github.com/twada/espower
Copyright (c) 2013-2015 Takuto Wada, https://github.com/power-assert-js/espower

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Power Assert feature instrumentor based on the [ECMAScript AST](https://github.c

DESCRIPTION
---------------------------------------
`espower` is a core module of [power-assert](http://github.com/twada/power-assert) family.
`espower` is a core module of [power-assert](http://github.com/power-assert-js/power-assert) family.


`espower` detects and manipulates assertion expression (JavaScript Code) in the form of ECMAScript AST defined in [The ESTree Spec](https://github.com/estree/estree) (formerly known as [Mozilla SpiderMonkey Parser API](https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API)), to instrument power-assert feature into returned new AST object. AST in, AST out. Since 0.11.0, `espower` can transform ES6 AST as well.


Pull-requests, issue reports and patches are always welcomed. See [power-assert](http://github.com/twada/power-assert) project for more documentation.
Pull-requests, issue reports and patches are always welcomed. See [power-assert](http://github.com/power-assert-js/power-assert) project for more documentation.


CHANGELOG
---------------------------------------
See [CHANGELOG](https://github.com/twada/espower/blob/master/CHANGELOG.md)
See [CHANGELOG](https://github.com/power-assert-js/espower/blob/master/CHANGELOG.md)


API
Expand Down Expand Up @@ -250,7 +250,7 @@ AUTHOR

LICENSE
---------------------------------------
Licensed under the [MIT](https://github.com/twada/espower/blob/master/MIT-LICENSE.txt) license.
Licensed under the [MIT](https://github.com/power-assert-js/espower/blob/master/MIT-LICENSE.txt) license.


[npm-url]: https://npmjs.org/package/espower
Expand All @@ -259,20 +259,20 @@ Licensed under the [MIT](https://github.com/twada/espower/blob/master/MIT-LICENS
[bower-url]: http://badge.fury.io/bo/espower
[bower-image]: https://badge.fury.io/bo/espower.svg

[travis-url]: http://travis-ci.org/twada/espower
[travis-image]: https://secure.travis-ci.org/twada/espower.svg?branch=master
[travis-url]: http://travis-ci.org/power-assert-js/espower
[travis-image]: https://secure.travis-ci.org/power-assert-js/espower.svg?branch=master

[depstat-url]: https://gemnasium.com/twada/espower
[depstat-image]: https://gemnasium.com/twada/espower.svg
[depstat-url]: https://gemnasium.com/power-assert-js/espower
[depstat-image]: https://gemnasium.com/power-assert-js/espower.svg

[license-url]: https://github.com/twada/espower/blob/master/MIT-LICENSE.txt
[license-url]: https://github.com/power-assert-js/espower/blob/master/MIT-LICENSE.txt
[license-image]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat

[codeclimate-url]: https://codeclimate.com/github/twada/espower
[codeclimate-image]: https://codeclimate.com/github/twada/espower/badges/gpa.svg
[codeclimate-url]: https://codeclimate.com/github/power-assert-js/espower
[codeclimate-image]: https://codeclimate.com/github/power-assert-js/espower/badges/gpa.svg

[coverage-url]: https://coveralls.io/r/twada/espower?branch=master
[coverage-image]: https://coveralls.io/repos/twada/espower/badge.svg?branch=master
[coverage-url]: https://coveralls.io/r/power-assert-js/espower?branch=master
[coverage-image]: https://coveralls.io/repos/power-assert-js/espower/badge.svg?branch=master

[gulp-url]: http://gulpjs.com/
[gulp-image]: http://img.shields.io/badge/built_with-gulp-brightgreen.svg
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"homepage": "https://github.com/twada"
}
],
"homepage": "https://github.com/twada/espower",
"homepage": "https://github.com/power-assert-js/espower",
"repository": {
"type": "git",
"url": "git://github.com/twada/espower.git"
"url": "git://github.com/power-assert-js/espower.git"
},
"devDependencies": {
"escodegen": "1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* espower - Power Assert feature instrumentor based on the ECMAScript AST.
*
* https://github.com/twada/espower
* https://github.com/power-assert-js/espower
*
* Copyright (c) 2013-2015 Takuto Wada
* Licensed under the MIT license.
* https://github.com/twada/espower/blob/master/MIT-LICENSE.txt
* https://github.com/power-assert-js/espower/blob/master/MIT-LICENSE.txt
*/
'use strict';

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "http://github.com/twada"
},
"bugs": {
"url": "http://github.com/twada/espower/issues"
"url": "http://github.com/power-assert-js/espower/issues"
},
"dependencies": {
"deep-equal": "^1.0.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"package.json",
"test"
],
"homepage": "http://github.com/twada/espower",
"homepage": "http://github.com/power-assert-js/espower",
"keywords": [
"power-assert",
"assert",
Expand All @@ -67,12 +67,12 @@
],
"license": {
"type": "MIT",
"url": "https://github.com/twada/espower/blob/master/MIT-LICENSE.txt"
"url": "https://github.com/power-assert-js/espower/blob/master/MIT-LICENSE.txt"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/twada/espower.git"
"url": "http://github.com/power-assert-js/espower.git"
},
"scripts": {
"bower": "bower install --config.interactive=false",
Expand Down

0 comments on commit c3b7955

Please sign in to comment.