webfontloader 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|