Nikolay Tsonev
2f7c4b8ab7
enabling reportProgress property for NativeScirpt Angular's HTTPClient ( #6154 )
2018-08-07 11:59:37 +03:00
Manol Donev
03cfc0cee3
chore(tslint): update tslint rules and fix errors ( #5747 )
...
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
Emil Tabakov
2f0d3b0e0b
Add RssFeed to the ContentTypes considered as text ( #4820 )
2017-09-09 15:45:07 +03:00
Dragomir Ivanov
1f9a64e908
xhr: xhr: include cookies in the XHR response header ( #4543 )
2017-07-24 17:37:54 +03:00
Andy Kopp
f092a6ecae
text/xml responses are now treated as text on iOS ( #4531 )
...
fixes github issue 4514
2017-07-07 21:45:14 +03:00
Hristo Deshev
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
Hristo Deshev
b45cbe929b
No more ambient modules for tns-core-modules/* subpackages.
...
- Use path mappings in tsconfig.json to resolve module typings
- Only use ambient mobules for global API's
- Move single-file modules to a subdir with the same name so that
we can provide a hand-written typing next to it (via package.json)
- Delete all mentions of tns-core-modules.d.ts
- Delete reference d.ts assembly build steps. Not needed anymore.
- HACK! Use a <reference> for global typings in application.d.ts
to avoid publishing a separate @types/tns-core-modules package.
- Rename declarations.d.ts to tns-core-modules.d.ts to preserve
JS project mappings in references.d.ts (the only place we use those)
2017-03-07 17:59:02 +02:00
Panayot Cankov
6feeb140e3
Fixing type errors in tests
2016-12-19 10:36:25 +02:00
Nedyalko Nikolov
915df32b27
Xhr response converted to string so Angular could use it correctly.
2016-10-19 16:08:47 +03:00
Alexis Cramatte
450c5fb9cf
Fix: Content type with "+json" suffix are now parsed as JSON
2016-08-17 21:27:10 +02:00
Hristo Deshev
7e5c29a163
Fix package.json "main" settings and remove .js references.
2016-08-04 16:24:29 +03:00
vakrilov
2cdd1f2fb3
Add toString() method on response whtn type is text
2016-07-21 15:26:44 +03:00
Elie Mélois
6282baefd8
Ignore the case when getting a response header ( #2250 )
...
According to the RFC: https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
"Field names are case-insensitive".
For instance, Google Cloud Endpoints use "content-type" in the response.
2016-06-20 13:42:50 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00