webfontloader 1.4.2 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/lib/webfontloader.rb +1 -1
- data/spec/core/useragentparser_spec.js +204 -183
- data/spec/core/version_spec.js +143 -0
- data/spec/deps.js +2 -1
- data/spec/index.html +1 -0
- data/src/core/useragent.js +6 -6
- data/src/core/useragentparser.js +93 -149
- data/src/core/version.js +180 -0
- data/src/modules.yml +1 -0
- data/webfontloader.gemspec +4 -2
- metadata +6 -4
data/CHANGELOG
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
v1.4.3 (May 16, 2013)
|
2
|
+
* UserAgent now maintains version numbers as instances of the Version class.
|
3
|
+
|
1
4
|
v1.4.2 (April 11, 2013)
|
2
5
|
* Namespace is now configurable at compile time
|
3
6
|
* BrowserInfo and UserAgent are exported so Typekit KitJS and the standalone webfontloader can share data
|