forked from ai/visibilityjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
39 lines (30 loc) · 1.15 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== 0.5 (SCORE, communication)
* Split library to core and timers modules.
* Allow to unbind change listener.
* Use common logic in change(), afterPrerendering() and onVisible().
== 0.4.5 (Pioneer 3, closer)
* Fix gem assets directory.
* Update development dependencies.
== 0.4.4 (Pioneer 1, deeper into space)
* Remove non-ASCII symbols from gemspec.
* Print testing URL in test task.
== 0.4.3 (Explorer 4, short)
* Fix gemspec issue with Bundler.
== 0.4.2 (Sputnik 3, real)
* Reorder code to show first public and common methods.
* Use node.js Cake instead of Ruby’s Rake to build tasks.
* Move to Mocha, Chai and Sinon.JS for tests.
* Move autogenerated minified to GitHub downloads.
== 0.4.1 (Explorer 3, repeat)
* Fix documentation and gemspec.
== 0.4 (Vanguard 1, alternative)
* Add fallback API support by focus/blur hack to all browsers.
== 0.3 (Explorer 1, answer)
* Rename gem to visibilityjs.
* Fix gem integration with Asset Pipeline paths.
== 0.2 (Sputnik 2, Laika)
* Rename support() to isSupported() and notPrerender() to afterPrerendering().
* Fix IE 6 and 7 support.
* Documentation fixes by Peter Zotov.
== 0.1 (Sputnik 1, the first)
* Initial release.