Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
this commit closes #32 and docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Aug 31, 2017
1 parent 2e7a761 commit 2042f5e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ES6 implementation of <a href="https://github.com/tweenjs/tween.js">tween.js</a>
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![license](https://img.shields.io/github/license/tweenjs/es6-tween.svg)]()
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=<badge_key>)](https://www.browserstack.com/automate/public-build/<badge_key>)
[![Travis tests][travis-image]][travis-url]
[![Flattr this][flattr-image]][flattr-url]
<br/>
Expand Down Expand Up @@ -147,6 +146,7 @@ Then reference the library source:
## Compatiblity Testing

Thanks to BrowserStack for providing us testing in a real devices to make it cross-browser, bug-free and better.
BrowserStack saved my countless hours, before i spent on testing much of time, now it's very easy. I recommend to others use this service.
I sure, BrowserStack helps us to make it, so i am linking to BrowserStack as our sponsor.
[<img src="https://cloud.githubusercontent.com/assets/7864462/12837037/452a17c6-cb73-11e5-9f39-fc96893bc9bf.png" alt="Browser Stack Logo" width="400">](https://www.browserstack.com/)

Expand Down
29 changes: 20 additions & 9 deletions compatibility/comp_support.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# es6-tween compatiblity
# Compatibility Table

# Browsers
* Chrome 15+
* Firefox 15+
* Opera 12+
* IE9+
* Chrome
* Firefox 3.5+
* Opera 9.5+
* IE8+
* Safari 5.1+

# Devices
* Android 5+
* iOS7+
* WP8+
# OS (Fully working)
* Android 4.1+
* iOS6+
* WP8.5+
* OS X
* Windows 7+

# Device
* iPhone
* iPad
* Android devices
* Nokia Lumia
* Samsung devices
* - all devices should compatible with supported OS

# Package managers
* `bower`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-tween",
"version": "3.5.8",
"version": "3.5.9",
"description": "ES6 implementation of amazing tween.js",
"browser": "dist/Tween.min.js",
"cdn": "dist/Tween.min.js",
Expand Down

0 comments on commit 2042f5e

Please sign in to comment.