Граф коммитов

48 Коммитов

Автор SHA1 Сообщение Дата
Rikki Gibson ce09bc0435
Enable browser tests with npm test (#108)
* Enable browser tests with npm test

* Add chrome-unit script

* Add sudo: true to .travis.yml to support chrome testing

* Add back a safe amount of parallelism

* Fix bug in testserver

* Run node tests in script

* chrome-unit -> unit
2018-05-30 14:01:03 -07:00
Rikki Gibson 3449be8235 Fix handling of stream request bodies 2018-05-25 12:37:24 -07:00
Dan Schulte 8d32942b44 Move strEnum() function to serializer.ts 2018-05-23 09:50:08 -07:00
Dan Schulte 1377b0816f Merge branch 'master' into daschult/customheaders 2018-05-22 10:55:41 -07:00
Dan Schulte 16ff151e35 Add OperationArguments and evaluate header parameters 2018-05-22 10:53:55 -07:00
Rikki Gibson ff5bf45512 Depend directly on AbortController because it's a standard 2018-05-21 15:51:09 -07:00
Rikki Gibson 2b5f50f0b2 Uninstall @types/axios since it's redundant 2018-05-21 15:51:09 -07:00
Rikki Gibson ad10be3024 Fix build errors from fetchHttpClient and reference published isomorphic-tough-cookie 2018-05-21 15:51:09 -07:00
Rikki Gibson 7a7d8fc0e4 Use isomorphic-tough-cookie. Allow Content-Type header with missing body. 2018-05-21 15:51:09 -07:00
Rikki Gibson 11896a2ce9 Use axios instead of fetch 2018-05-21 15:51:09 -07:00
Dan Schulte e7fba2a442 Fixed all tests, push serializationPolicy to the end of the default pipeline 2018-05-18 15:19:49 -07:00
Dan Schulte b7e2197bbc Working on adding serializationPolicy 2018-05-18 11:28:33 -07:00
Dan Schulte 0aa2b6b323 Add dev scripts 2018-05-17 10:06:12 -07:00
Rikki Gibson 76131a1848 Add publish scripts 2018-05-16 12:36:03 -07:00
Rikki Gibson 13d95979b1 Reorganize tests 2018-05-10 15:02:00 -07:00
Dan Schulte 266d23b8f6 Update mocha dependency, update version number to 0.5.0 2018-05-08 09:58:55 -07:00
Rikki Gibson 9f90f6a5bb Update package-lock.json 2018-05-03 14:41:42 -07:00
Rikki Gibson 7bd6af8ffb Add isDuration(string) function. Remove traces of moment. 2018-05-03 14:29:31 -07:00
Rikki Gibson 8f638c70f3 Bump to v0.4.0 and target es5 2018-05-03 12:04:42 -07:00
Rikki Gibson 91a6ec1921 Replace momentjs with simple duration format test. Tweak webpack config. 2018-05-03 10:27:02 -07:00
Rikki Gibson 56ae809513 Bump to v0.3.2. Use isomorphic-xml2js. 2018-05-02 16:43:04 -07:00
Rikki Gibson 456d20dc91 Add mocha-chrome devDependency 2018-04-17 14:48:40 -07:00
Rikki Gibson d60ca6f0b2 webpack-cli should be devDependency 2018-04-17 14:42:22 -07:00
Rikki Gibson eea6d0ecf0 Browser tests for ms-rest-js 2018-04-17 14:36:24 -07:00
Rikki Gibson c59da4a23c Update npm scripts. Add mocha.opts. 2018-04-10 15:03:24 -07:00
Rikki Gibson fd762f397c Ignore .js[.map] files. Use webpack.config.ts. Remove unused gulpfile. 2018-04-10 14:10:20 -07:00
Rikki Gibson 7fc80650b7 Update package-lock.json 2018-04-09 14:09:06 -07:00
Rikki Gibson 070f56886d Bump to v0.3.1 2018-04-09 12:01:50 -07:00
Rikki Gibson 39fe3f0d07 Update build products 2018-04-09 11:43:25 -07:00
Rikki Gibson 4289979528 Fix url parsing in browser 2018-04-05 09:24:31 -07:00
Rikki Gibson 5a46bf1ff7 Merge branch 'master' into XmlSupport 2018-04-02 17:59:52 -07:00
Rikki Gibson 0570c4e92c Bump version to 0.3.0 2018-04-02 17:58:07 -07:00
Rikki Gibson 33ebf36cbf Bump to version 0.2.8 2018-04-02 17:56:55 -07:00
Rikki Gibson 97d7a3e86c Bump to version 0.2.8 2018-04-02 17:37:12 -07:00
Rikki Gibson d329bfd59a Add xml2js dependency and basic deserialization support 2018-04-02 16:44:07 -07:00
Rikki Gibson cd7d36e82e Bump to v0.2.7 2018-03-23 14:58:22 -07:00
Rikki Gibson 17ccd33065 Update moment to 2.21.0 2018-03-23 14:53:56 -07:00
Amar Zavery 30f571fc13 Added support for [de]serializing an "any" type. 2018-02-22 17:25:21 -08:00
Amar Zavery 3890eae03d updated changelog and package version. 2018-01-31 09:11:11 -08:00
Amar Zavery 0c3e7641a8 fix tslint issues 2018-01-24 13:52:55 -08:00
Amar Zavery 2322cf9369 make isNode more organic rather than using some package 2018-01-23 21:49:27 -08:00
Amar Zavery bd8e82c0ce update package.json 2017-10-25 10:36:41 -07:00
Amar Zavery b4a29faecb changes after running webapck 2017-10-17 11:29:14 -07:00
Amar Zavery e3988430f7 fixing moment dependency strictly to 2.18.1 2017-10-10 19:31:15 -07:00
Amar Zavery 81b63946c7 string body needs to be handled differently. 2017-10-10 16:46:14 -07:00
Amar Zavery cf44b04968 updated package.json and serializationTest. Added Changelog 2017-09-16 18:04:53 -07:00
Amar Zavery 697d279a8f added support for handling string response body 2017-09-15 16:32:26 -07:00
Amar Zavery 1636d476ea Initial commit 2017-09-13 09:52:01 -07:00