Skip to content

Commit 4f03887

Browse files
committed
feat(power-assert-formatter): transfer to power-assert-js organization
1 parent aaff09d commit 4f03887

6 files changed

+49
-49
lines changed

CHANGELOG.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
## [0.11.0](https://github.com/twada/power-assert-formatter/releases/tag/v0.11.0) (2015-04-18)
1+
## [0.11.0](https://github.com/power-assert-js/power-assert-formatter/releases/tag/v0.11.0) (2015-04-18)
22

33

44
#### Features
55

6-
* [ES6 support](https://github.com/twada/power-assert-formatter/pull/14)
7-
* ship npm module with built bundle for browsers ([5c4afefb](https://github.com/twada/power-assert-formatter/commit/5c4afefb252dac5d52a2892ea54cedb59da66af0))
6+
* [ES6 support](https://github.com/power-assert-js/power-assert-formatter/pull/14)
7+
* ship npm module with built bundle for browsers ([5c4afefb](https://github.com/power-assert-js/power-assert-formatter/commit/5c4afefb252dac5d52a2892ea54cedb59da66af0))
88

99

10-
### [0.10.2](https://github.com/twada/power-assert-formatter/releases/tag/v0.10.2) (2015-02-16)
10+
### [0.10.2](https://github.com/power-assert-js/power-assert-formatter/releases/tag/v0.10.2) (2015-02-16)
1111

1212

1313
* **power-assert-formatter:**
14-
* update stringifier and type-name to 1.0.1 ([a44c428d](https://github.com/twada/power-assert-formatter/commit/a44c428d7aa541c819ae31b61a8979c8ae74e046))
14+
* update stringifier and type-name to 1.0.1 ([a44c428d](https://github.com/power-assert-js/power-assert-formatter/commit/a44c428d7aa541c819ae31b61a8979c8ae74e046))
1515

1616

17-
### [0.10.1](https://github.com/twada/power-assert-formatter/releases/tag/v0.10.1) (2014-11-12)
17+
### [0.10.1](https://github.com/power-assert-js/power-assert-formatter/releases/tag/v0.10.1) (2014-11-12)
1818

1919

2020
* **power-assert-formatter:**
21-
* stop using inherits module directly since web shim is handled by browserify ([984becd6](https://github.com/twada/power-assert-formatter/commit/984becd6f08454babac80f99521a98841c23797a))
21+
* stop using inherits module directly since web shim is handled by browserify ([984becd6](https://github.com/power-assert-js/power-assert-formatter/commit/984becd6f08454babac80f99521a98841c23797a))
2222

2323

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

2626

2727
#### Features
2828

2929
* **new options**
30-
* [options.outputOffset](https://github.com/twada/power-assert-formatter#optionsoutputoffset)
31-
* [options.ambiguousEastAsianCharWidth](https://github.com/twada/power-assert-formatter#optionsambiguouseastasiancharwidth)
32-
* [options.diff](https://github.com/twada/power-assert-formatter#optionsdiff)
30+
* [options.outputOffset](https://github.com/power-assert-js/power-assert-formatter#optionsoutputoffset)
31+
* [options.ambiguousEastAsianCharWidth](https://github.com/power-assert-js/power-assert-formatter#optionsambiguouseastasiancharwidth)
32+
* [options.diff](https://github.com/power-assert-js/power-assert-formatter#optionsdiff)
3333

3434
* **power-assert-formatter:**
35-
* make string diff function pluggable ([6571eaa3](https://github.com/twada/power-assert-formatter/commit/6571eaa34ce310d796fa8e2040143516db094527))
36-
* outputOffset option to configure number of spaces inserted at the left ([d646aa86](https://github.com/twada/power-assert-formatter/commit/d646aa86d9ed8952433a2ca6f903362754aa5a31))
37-
* set outputOffset default to 2 ([f05b411d](https://github.com/twada/power-assert-formatter/commit/f05b411ddb5123d15f5613714fec1b777403e853))
38-
* make ambiguous east asian character width configurable ([7e8c9328](https://github.com/twada/power-assert-formatter/commit/7e8c9328b1b62879c0ee0a86a495fa25f5c22865))
39-
* treat ambiguous east asian character as fullwidth (= 2) ([20ee139a](https://github.com/twada/power-assert-formatter/commit/20ee139a13677a043ce8c5982b8dae9d6ef6cb59))
40-
* use inherits module to reduce browserify build size ([26b62daf](https://github.com/twada/power-assert-formatter/commit/26b62daf7f46f2b47029013568407e6ca56631bb))
41-
* update object-keys ([9285c343](https://github.com/twada/power-assert-formatter/commit/9285c3430261513dad6283a4dd100acb4dd91925))
42-
* update estraverse and stringifier ([06f3748b](https://github.com/twada/power-assert-formatter/commit/06f3748b9995de035110a2e562f81fd1dc09c972))
35+
* make string diff function pluggable ([6571eaa3](https://github.com/power-assert-js/power-assert-formatter/commit/6571eaa34ce310d796fa8e2040143516db094527))
36+
* outputOffset option to configure number of spaces inserted at the left ([d646aa86](https://github.com/power-assert-js/power-assert-formatter/commit/d646aa86d9ed8952433a2ca6f903362754aa5a31))
37+
* set outputOffset default to 2 ([f05b411d](https://github.com/power-assert-js/power-assert-formatter/commit/f05b411ddb5123d15f5613714fec1b777403e853))
38+
* make ambiguous east asian character width configurable ([7e8c9328](https://github.com/power-assert-js/power-assert-formatter/commit/7e8c9328b1b62879c0ee0a86a495fa25f5c22865))
39+
* treat ambiguous east asian character as fullwidth (= 2) ([20ee139a](https://github.com/power-assert-js/power-assert-formatter/commit/20ee139a13677a043ce8c5982b8dae9d6ef6cb59))
40+
* use inherits module to reduce browserify build size ([26b62daf](https://github.com/power-assert-js/power-assert-formatter/commit/26b62daf7f46f2b47029013568407e6ca56631bb))
41+
* update object-keys ([9285c343](https://github.com/power-assert-js/power-assert-formatter/commit/9285c3430261513dad6283a4dd100acb4dd91925))
42+
* update estraverse and stringifier ([06f3748b](https://github.com/power-assert-js/power-assert-formatter/commit/06f3748b9995de035110a2e562f81fd1dc09c972))
4343

4444

4545
## 0.9.0 (2014-09-02)
@@ -48,9 +48,9 @@
4848
#### Features
4949

5050
* **power-assert-formatter:**
51-
* move built-in renderers to ./built-in/ ([acf85109](https://github.com/twada/power-assert-formatter/commit/acf85109bcb579109b80a36a8a6439c4e028066d))
52-
* customize rendering by using custom renderer constructor in `renderers` option ([265d3539](https://github.com/twada/power-assert-formatter/commit/265d353997f7321e9e24c5252c7aa0f4c696624a))
53-
* use EventEmitter to make renderers customizable ([7c190e11](https://github.com/twada/power-assert-formatter/commit/7c190e1170de8c96129a2ccd3e67fd9f14623732))
51+
* move built-in renderers to ./built-in/ ([acf85109](https://github.com/power-assert-js/power-assert-formatter/commit/acf85109bcb579109b80a36a8a6439c4e028066d))
52+
* customize rendering by using custom renderer constructor in `renderers` option ([265d3539](https://github.com/power-assert-js/power-assert-formatter/commit/265d353997f7321e9e24c5252c7aa0f4c696624a))
53+
* use EventEmitter to make renderers customizable ([7c190e11](https://github.com/power-assert-js/power-assert-formatter/commit/7c190e1170de8c96129a2ccd3e67fd9f14623732))
5454

5555

5656
#### Breaking Changes
@@ -81,7 +81,7 @@ To:
8181
]
8282
```
8383

84-
([265d3539](https://github.com/twada/power-assert-formatter/commit/265d353997f7321e9e24c5252c7aa0f4c696624a)), ([acf85109](https://github.com/twada/power-assert-formatter/commit/acf85109bcb579109b80a36a8a6439c4e028066d))
84+
([265d3539](https://github.com/power-assert-js/power-assert-formatter/commit/265d353997f7321e9e24c5252c7aa0f4c696624a)), ([acf85109](https://github.com/power-assert-js/power-assert-formatter/commit/acf85109bcb579109b80a36a8a6439c4e028066d))
8585

8686

8787
## 0.8.0 (2014-08-12)
@@ -91,8 +91,8 @@ To:
9191

9292

9393
* **power-assert-formatter:**
94-
* [built and modularized by browserify](https://github.com/twada/power-assert-formatter/pull/8)
95-
* [use spun-off stringifier module](https://github.com/twada/power-assert-formatter/pull/9)
94+
* [built and modularized by browserify](https://github.com/power-assert-js/power-assert-formatter/pull/8)
95+
* [use spun-off stringifier module](https://github.com/power-assert-js/power-assert-formatter/pull/9)
9696

9797

9898
#### Breaking Changes

MIT-LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2015 Takuto Wada, https://github.com/twada/power-assert-formatter
1+
Copyright (c) 2013-2015 Takuto Wada, https://github.com/power-assert-js/power-assert-formatter
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ DESCRIPTION
1717
---------------------------------------
1818
`power-assert-formatter` is a formatter module for Power Assert output.
1919

20-
Please note that `power-assert-formatter` is a beta version product. Pull-requests, issue reports and patches are always welcomed. See [power-assert](http://github.com/twada/power-assert) project for more documentation.
20+
Please note that `power-assert-formatter` is a beta version product. Pull-requests, issue reports and patches are always welcomed. See [power-assert](http://github.com/power-assert-js/power-assert) project for more documentation.
2121

2222

2323
CHANGELOG
2424
---------------------------------------
25-
See [CHANGELOG](https://github.com/twada/power-assert-formatter/blob/master/CHANGELOG.md)
25+
See [CHANGELOG](https://github.com/power-assert-js/power-assert-formatter/blob/master/CHANGELOG.md)
2626

2727

2828
API
@@ -112,7 +112,7 @@ Width of 'Ambiguous' characters defined in [Unicode Standard Annex \#11 EAST ASI
112112

113113
| type | default value |
114114
|:-----------|:--------------|
115-
| `function` | [string-width.js](https://github.com/twada/power-assert-formatter/blob/master/lib/string-width.js) |
115+
| `function` | [string-width.js](https://github.com/power-assert-js/power-assert-formatter/blob/master/lib/string-width.js) |
116116

117117
Function to calculate width of string.
118118

@@ -128,15 +128,15 @@ Function to stringify any target value.
128128

129129
| type | default value |
130130
|:-----------|:--------------|
131-
| `function` | [udiff.js](https://github.com/twada/power-assert-formatter/blob/master/lib/udiff.js) |
131+
| `function` | [udiff.js](https://github.com/power-assert-js/power-assert-formatter/blob/master/lib/udiff.js) |
132132

133133
Function to create diff string between two strings.
134134

135135
#### options.writerClass
136136

137137
| type | default value |
138138
|:-----------|:--------------|
139-
| `function` | [string-writer.js](https://github.com/twada/power-assert-formatter/blob/master/lib/string-writer.js) |
139+
| `function` | [string-writer.js](https://github.com/power-assert-js/power-assert-formatter/blob/master/lib/string-writer.js) |
140140

141141
Constructor Function for output writer class.
142142

@@ -265,7 +265,7 @@ AUTHOR
265265

266266
LICENSE
267267
---------------------------------------
268-
Licensed under the [MIT](https://github.com/twada/power-assert-formatter/blob/master/MIT-LICENSE.txt) license.
268+
Licensed under the [MIT](https://github.com/power-assert-js/power-assert-formatter/blob/master/MIT-LICENSE.txt) license.
269269

270270

271271
[npm-url]: https://npmjs.org/package/power-assert-formatter
@@ -274,20 +274,20 @@ Licensed under the [MIT](https://github.com/twada/power-assert-formatter/blob/ma
274274
[bower-url]: http://badge.fury.io/bo/power-assert-formatter
275275
[bower-image]: https://badge.fury.io/bo/power-assert-formatter.svg
276276

277-
[travis-url]: http://travis-ci.org/twada/power-assert-formatter
278-
[travis-image]: https://secure.travis-ci.org/twada/power-assert-formatter.svg?branch=master
277+
[travis-url]: http://travis-ci.org/power-assert-js/power-assert-formatter
278+
[travis-image]: https://secure.travis-ci.org/power-assert-js/power-assert-formatter.svg?branch=master
279279

280-
[depstat-url]: https://gemnasium.com/twada/power-assert-formatter
281-
[depstat-image]: https://gemnasium.com/twada/power-assert-formatter.svg
280+
[depstat-url]: https://gemnasium.com/power-assert-js/power-assert-formatter
281+
[depstat-image]: https://gemnasium.com/power-assert-js/power-assert-formatter.svg
282282

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

286-
[codeclimate-url]: https://codeclimate.com/github/twada/power-assert-formatter
287-
[codeclimate-image]: https://codeclimate.com/github/twada/power-assert-formatter/badges/gpa.svg
286+
[codeclimate-url]: https://codeclimate.com/github/power-assert-js/power-assert-formatter
287+
[codeclimate-image]: https://codeclimate.com/github/power-assert-js/power-assert-formatter/badges/gpa.svg
288288

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

292292
[gulp-url]: http://gulpjs.com/
293293
[gulp-image]: http://img.shields.io/badge/built_with-gulp-brightgreen.svg

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"homepage": "https://github.com/twada"
2525
}
2626
],
27-
"homepage": "https://github.com/twada/power-assert-formatter",
27+
"homepage": "https://github.com/power-assert-js/power-assert-formatter",
2828
"repository": {
2929
"type": "git",
30-
"url": "git://github.com/twada/power-assert-formatter.git"
30+
"url": "git://github.com/power-assert-js/power-assert-formatter.git"
3131
},
3232
"devDependencies": {
3333
"escodegen": "1.4.1",

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* power-assert-formatter.js - Power Assert output formatter
33
*
4-
* https://github.com/twada/power-assert-formatter
4+
* https://github.com/power-assert-js/power-assert-formatter
55
*
66
* Copyright (c) 2013-2015 Takuto Wada
77
* Licensed under the MIT license.
8-
* https://github.com/twada/power-assert-formatter/blob/master/MIT-LICENSE.txt
8+
* https://github.com/power-assert-js/power-assert-formatter/blob/master/MIT-LICENSE.txt
99
*/
1010
'use strict';
1111

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "http://github.com/twada"
99
},
1010
"bugs": {
11-
"url": "http://github.com/twada/power-assert-formatter/issues"
11+
"url": "http://github.com/power-assert-js/power-assert-formatter/issues"
1212
},
1313
"dependencies": {
1414
"acorn": "^1.0.3",
@@ -57,7 +57,7 @@
5757
"package.json",
5858
"test"
5959
],
60-
"homepage": "http://github.com/twada/power-assert-formatter",
60+
"homepage": "http://github.com/power-assert-js/power-assert-formatter",
6161
"keywords": [
6262
"power-assert",
6363
"test",
@@ -67,12 +67,12 @@
6767
],
6868
"license": {
6969
"type": "MIT",
70-
"url": "https://github.com/twada/power-assert-formatter/blob/master/MIT-LICENSE.txt"
70+
"url": "https://github.com/power-assert-js/power-assert-formatter/blob/master/MIT-LICENSE.txt"
7171
},
7272
"main": "./index.js",
7373
"repository": {
7474
"type": "git",
75-
"url": "http://github.com/twada/power-assert-formatter.git"
75+
"url": "http://github.com/power-assert-js/power-assert-formatter.git"
7676
},
7777
"scripts": {
7878
"bower": "bower install --config.interactive=false",

0 commit comments

Comments
 (0)