Improve scripts load system

This commit is contained in:
RainLoop Team 2016-05-20 03:04:15 +03:00
parent 58b9eed8e8
commit 72bf212f67
39 changed files with 916 additions and 411 deletions

View file

@ -0,0 +1,18 @@
## 1.2.0 (December 8, 2015)
- Support for IE8 and below
- Promises/A+ tests added
## 1.1.0 (October 16, 2015)
- Change way to get reference to `global`, since `Function()()` may be prohibited
- Add AMD support
## 1.0.1 (September 14, 2015)
- Fix exports - use polyfill only if native implementation isn't supported
- Add license
## 1.0.0 (June 19, 2014)
- Init release