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