From 2042f5ea7f134e9bf051bf8e6806df5d9e399efc Mon Sep 17 00:00:00 2001 From: dalisoft Date: Thu, 31 Aug 2017 19:34:19 +0500 Subject: [PATCH] this commit closes #32 and docs change --- README.md | 2 +- compatibility/comp_support.md | 29 ++++++++++++++++++++--------- package.json | 2 +- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0102fc8..7c9d975 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ ES6 implementation of tween.js [![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=)](https://www.browserstack.com/automate/public-build/) [![Travis tests][travis-image]][travis-url] [![Flattr this][flattr-image]][flattr-url]
@@ -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. [Browser Stack Logo](https://www.browserstack.com/) diff --git a/compatibility/comp_support.md b/compatibility/comp_support.md index 9b61ff1..91a7f5b 100644 --- a/compatibility/comp_support.md +++ b/compatibility/comp_support.md @@ -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` diff --git a/package.json b/package.json index feb5fbf..b819d96 100644 --- a/package.json +++ b/package.json @@ -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",