|
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) |
2 | 2 |
|
3 | 3 |
|
4 | 4 | #### Features
|
5 | 5 |
|
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)) |
8 | 8 |
|
9 | 9 |
|
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) |
11 | 11 |
|
12 | 12 |
|
13 | 13 | * **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)) |
15 | 15 |
|
16 | 16 |
|
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) |
18 | 18 |
|
19 | 19 |
|
20 | 20 | * **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)) |
22 | 22 |
|
23 | 23 |
|
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) |
25 | 25 |
|
26 | 26 |
|
27 | 27 | #### Features
|
28 | 28 |
|
29 | 29 | * **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) |
33 | 33 |
|
34 | 34 | * **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)) |
43 | 43 |
|
44 | 44 |
|
45 | 45 | ## 0.9.0 (2014-09-02)
|
|
48 | 48 | #### Features
|
49 | 49 |
|
50 | 50 | * **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)) |
54 | 54 |
|
55 | 55 |
|
56 | 56 | #### Breaking Changes
|
|
81 | 81 | ]
|
82 | 82 | ```
|
83 | 83 |
|
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)) |
85 | 85 |
|
86 | 86 |
|
87 | 87 | ## 0.8.0 (2014-08-12)
|
|
91 | 91 |
|
92 | 92 |
|
93 | 93 | * **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) |
96 | 96 |
|
97 | 97 |
|
98 | 98 | #### Breaking Changes
|
|
0 commit comments