|
1 | 1 | ## v0.2.0 - unreleased
|
2 | 2 |
|
3 |
| - * #93 - Remove jQuery dependency in component (@slang800) |
4 |
| - * #120 - Fix the Readme showing a wrong example for `ease` (@teeceepee) |
5 |
| - * #92 - Fix typo in Readme (@FND) |
6 |
| - * #90 - Fix typo in Readme (@mdxs) |
7 |
| - * #119 - Fix typo in Readme (@infertux) |
| 3 | + * [#93] - Remove jQuery dependency in component ([@slang800]) |
| 4 | + * [#120] - Fix the Readme showing a wrong example for `ease` ([@teeceepee]) |
| 5 | + * [#92] - Fix typo in Readme ([@FND]) |
| 6 | + * [#90] - Fix typo in Readme ([@mdxs]) |
| 7 | + * [#119] - Fix typo in Readme ([@infertux]) |
8 | 8 |
|
9 |
| -## v0.1.6 - June 25, 2014 |
| 9 | +## [v0.1.6] - June 25, 2014 |
10 | 10 |
|
11 |
| - * Add support for specifying a different parent container. (#86, #14, #33, #39, @jonjaques) |
12 |
| - * Fix Require.js support. (#64, #75, #85) |
13 |
| - * Fix component support. (#84) |
| 11 | + * [#86] - Add support for specifying a different parent container. ([@jonjaques], [#14], [#33], [#39]) |
| 12 | + * [#64] - Fix Require.js support ([#75], [#85]) |
| 13 | + * [#54] - Fix component support |
14 | 14 |
|
15 |
| -## v0.1.5 - June 21, 2014 |
| 15 | +## [v0.1.5] - June 21, 2014 |
16 | 16 |
|
17 |
| - * Release properly to the npm registry. (#82) |
| 17 | + * [#82] - Release properly to the npm registry |
18 | 18 |
|
19 |
| -## v0.1.4 - June 21, 2014 |
| 19 | +## [v0.1.4] - June 21, 2014 |
20 | 20 |
|
21 |
| - * Bower: don't download package.json. Fixes browserify + jquery problem. (#65, @amelon) |
22 |
| - * Fix compatibility with Karma. (#75, @shaqq) |
| 21 | + * [#65] - Bower: don't download package.json. Fixes browserify + jquery problem. ([@amelon]) |
| 22 | + * [#75] - Fix compatibility with Karma. ([@shaqq]) |
23 | 23 |
|
24 | 24 | Internal changes:
|
25 | 25 |
|
26 |
| - * Use SVG to display Travis-CI badge. (#77, @Mithgol) |
27 |
| - * Readme: update .inc() and .status docs (#34, @lacivert) |
28 |
| - * Readme: update year (#73, @rwholmes) |
| 26 | + * [#77] - Use SVG to display Travis-CI badge. ([@Mithgol]) |
| 27 | + * [#34] - Readme: update .inc() and .status docs ([@lacivert]) |
| 28 | + * [#73] - Readme: update year ([@rwholmes]) |
29 | 29 |
|
30 |
| -## v0.1.3 - March 26, 2014 |
| 30 | +## [v0.1.3] - March 26, 2014 |
31 | 31 |
|
32 |
| - * Remove jQuery dependency. (#28, #7, #17, @rurjur) |
33 |
| - * Update Readme to change year to 2014. (#73, @rwholmes) |
| 32 | + * [#7] - Remove jQuery dependency ([#28], [#17], [@rurjur]) |
| 33 | + * [#73] - Update Readme to change year to 2014. ([@rwholmes]) |
34 | 34 |
|
35 |
| -## v0.1.2 - August 21, 2013 |
| 35 | +## [v0.1.2] - August 21, 2013 |
36 | 36 |
|
37 | 37 | Minor update for proper [Bower] and [Component] support.
|
38 | 38 |
|
39 | 39 | * Add Bower support.
|
40 | 40 | * Fix Component support and use `component/jquery` as a dependency.
|
41 | 41 |
|
42 |
| -## v0.1.1 - August 21, 2013 |
| 42 | +## [v0.1.1] - August 21, 2013 |
43 | 43 |
|
44 | 44 | Minor fixes.
|
45 | 45 |
|
46 | 46 | * Removed the busy cursor that occurs when loading.
|
47 |
| - * Added support for IE7 to IE9. (#3, @markbao) |
| 47 | + * Added support for IE7 to IE9. ([#3], [@markbao]) |
48 | 48 | * Implement `trickleRate` and `trickleSpeed` options.
|
49 |
| - * Implement the `showSpinner` option to allow removing the spinner. (#5, #9, @rahulcs) |
| 49 | + * [#5] - Implement the `showSpinner` option to allow removing the spinner. ([#9], [@rahulcs]) |
50 | 50 | * Registered as a Component in Component.io.
|
51 |
| - * Updated the Readme with better Turbolinks instructions. (#8) |
| 51 | + * [#8] - Updated the Readme with better Turbolinks instructions. |
52 | 52 |
|
53 | 53 | ## v0.1.0 - August 20, 2013
|
54 | 54 |
|
55 | 55 | Initial release.
|
56 | 56 |
|
57 | 57 | [Bower]: http://bower.io
|
58 | 58 | [Component]: http://component.io
|
| 59 | +[#119]: https://github.com/rstacruz/nprogress/issues/119 |
| 60 | +[#120]: https://github.com/rstacruz/nprogress/issues/120 |
| 61 | +[#14]: https://github.com/rstacruz/nprogress/issues/14 |
| 62 | +[#17]: https://github.com/rstacruz/nprogress/issues/17 |
| 63 | +[#28]: https://github.com/rstacruz/nprogress/issues/28 |
| 64 | +[#33]: https://github.com/rstacruz/nprogress/issues/33 |
| 65 | +[#34]: https://github.com/rstacruz/nprogress/issues/34 |
| 66 | +[#39]: https://github.com/rstacruz/nprogress/issues/39 |
| 67 | +[#3]: https://github.com/rstacruz/nprogress/issues/3 |
| 68 | +[#54]: https://github.com/rstacruz/nprogress/issues/84 |
| 69 | +[#5]: https://github.com/rstacruz/nprogress/issues/5 |
| 70 | +[#64]: https://github.com/rstacruz/nprogress/issues/64 |
| 71 | +[#65]: https://github.com/rstacruz/nprogress/issues/65 |
| 72 | +[#73]: https://github.com/rstacruz/nprogress/issues/73 |
| 73 | +[#75]: https://github.com/rstacruz/nprogress/issues/75 |
| 74 | +[#77]: https://github.com/rstacruz/nprogress/issues/77 |
| 75 | +[#7]: https://github.com/rstacruz/nprogress/issues/7 |
| 76 | +[#82]: https://github.com/rstacruz/nprogress/issues/82 |
| 77 | +[#84]: https://github.com/rstacruz/nprogress/issues/84 |
| 78 | +[#85]: https://github.com/rstacruz/nprogress/issues/85 |
| 79 | +[#86]: https://github.com/rstacruz/nprogress/issues/86 |
| 80 | +[#8]: https://github.com/rstacruz/nprogress/issues/8 |
| 81 | +[#90]: https://github.com/rstacruz/nprogress/issues/90 |
| 82 | +[#92]: https://github.com/rstacruz/nprogress/issues/92 |
| 83 | +[#93]: https://github.com/rstacruz/nprogress/issues/93 |
| 84 | +[#9]: https://github.com/rstacruz/nprogress/issues/9 |
| 85 | +[@slang800]: https://github.com/slang800 |
| 86 | +[@teeceepee]: https://github.com/teeceepee |
| 87 | +[@FND]: https://github.com/FND |
| 88 | +[@mdxs]: https://github.com/mdxs |
| 89 | +[@infertux]: https://github.com/infertux |
| 90 | +[@jonjaques]: https://github.com/jonjaques |
| 91 | +[@amelon]: https://github.com/amelon |
| 92 | +[@shaqq]: https://github.com/shaqq |
| 93 | +[@Mithgol]: https://github.com/Mithgol |
| 94 | +[@lacivert]: https://github.com/lacivert |
| 95 | +[@rwholmes]: https://github.com/rwholmes |
| 96 | +[@rurjur]: https://github.com/rurjur |
| 97 | +[@markbao]: https://github.com/markbao |
| 98 | +[@rahulcs]: https://github.com/rahulcs |
| 99 | +[v0.1.6]: https://github.com/rstacruz/nprogress/compare/v0.1.5...v0.1.6 |
| 100 | +[v0.1.5]: https://github.com/rstacruz/nprogress/compare/v0.1.4...v0.1.5 |
| 101 | +[v0.1.4]: https://github.com/rstacruz/nprogress/compare/v0.1.3...v0.1.4 |
| 102 | +[v0.1.3]: https://github.com/rstacruz/nprogress/compare/v0.1.2...v0.1.3 |
| 103 | +[v0.1.2]: https://github.com/rstacruz/nprogress/compare/v0.1.1...v0.1.2 |
| 104 | +[v0.1.1]: https://github.com/rstacruz/nprogress/compare/v0.1.0...v0.1.1 |
0 commit comments