Angelos Chalaris
1a32ca0601
Remove dependency on is-buffer ( #1816 )
...
* Remove dependency on is-buffer from package.json
2019-11-17 22:53:27 -08:00
Felipe Martins
097948698a
Revert "Update Webpack + deps, remove now unnecessary polyfills" ( #2479 )
...
* Revert "Update Webpack + deps, remove now unnecessary polyfills (#2410 )"
This reverts commit 189b34c45a .
* Fix build (#2496 )
* Change syntax to see if build passes
* Test commit
* Test with node 10
* Test adding all browsers in travis
* remove other browsers when running on travis
2019-10-25 11:34:47 -03:00
Avindra Goolcharan
189b34c45a
Update Webpack + deps, remove now unnecessary polyfills ( #2410 )
...
* Update deps
* handles webpack 1 -> 4 migration
* remove promise helpers from dev files
assume `Promise` is available, or polyfilled by
the consumer
* Remove isArray util. `isArray` has good coverage, even
in IE9. So lets remove the custom polyfill.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
also resolves a few lint issues
* Remove trim util
String.protoype.trim has good coverage (including IE9)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim
Also, the http adapter already uses the native method.
2019-10-21 15:56:29 -03:00
Rikki Gibson
33747ee8fb
Remove usages of isOldIE in tests
2018-08-06 09:56:51 +02:00
Martti Laine
506d4e8941
Unit tests for deepMerge
2018-04-03 22:19:38 +02:00
Rubén Norte
b8f6f5049c
Fixing forEach test
2016-09-12 20:51:23 +02:00
Tony L. Kerz
077153a0a7
[for-each] has-own-prop issue node
2016-09-11 09:15:22 -04:00
Matt Zabriskie
0e2f4f1417
Moving Axios class into core/
2016-06-01 14:42:14 -06:00
Nick Uraltsev
2b8d89a65e
Modifying isURLSearchParams function to use instanceof instead of duck typing
2016-05-18 18:47:34 -07:00
Nick Uraltsev
f20490eb6b
Adding support for URLSearchParams
2016-05-07 12:26:28 -07:00
Nick Uraltsev
9e7b1b5993
Add isFunction and isStream helpers
2016-04-12 19:49:12 -07:00
Matt Zabriskie
dcbb352262
Moving test helpers and auto-loading them
2016-03-07 13:21:27 -07:00
Matt Zabriskie
82847f737e
Fixing config weirdness
2015-12-24 11:44:46 -07:00
Colin Timmermans
1e2cb9bdca
Don't use utils.forEach to loop over arguments
...
This fixes IE8 support, where we cannot relialably detect an arguments
object.
2015-10-27 23:26:04 +01:00
mzabriskie
fc12b933f7
Moving many nodeunit tests to jasmine
2015-03-18 17:12:51 -06:00