Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 590e546

Browse files
committed
Improve annotations in History.md
1 parent b180b42 commit 590e546

File tree

1 file changed

+71
-25
lines changed

1 file changed

+71
-25
lines changed

‎History.md‎

Lines changed: 71 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,104 @@
11
## v0.2.0 - unreleased
22

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])
88

9-
## v0.1.6 - June 25, 2014
9+
## [v0.1.6] - June 25, 2014
1010

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
1414

15-
## v0.1.5 - June 21, 2014
15+
## [v0.1.5] - June 21, 2014
1616

17-
* Release properly to the npm registry. (#82)
17+
* [#82] - Release properly to the npm registry
1818

19-
## v0.1.4 - June 21, 2014
19+
## [v0.1.4] - June 21, 2014
2020

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])
2323

2424
Internal changes:
2525

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])
2929

30-
## v0.1.3 - March 26, 2014
30+
## [v0.1.3] - March 26, 2014
3131

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])
3434

35-
## v0.1.2 - August 21, 2013
35+
## [v0.1.2] - August 21, 2013
3636

3737
Minor update for proper [Bower] and [Component] support.
3838

3939
* Add Bower support.
4040
* Fix Component support and use `component/jquery` as a dependency.
4141

42-
## v0.1.1 - August 21, 2013
42+
## [v0.1.1] - August 21, 2013
4343

4444
Minor fixes.
4545

4646
* 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])
4848
* 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])
5050
* 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.
5252

5353
## v0.1.0 - August 20, 2013
5454

5555
Initial release.
5656

5757
[Bower]: http://bower.io
5858
[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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /