ngx-i18nsupport
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -0,1 +1,11 @@ | ||
<a name="0.7.3"></a> | ||
# [0.7.3](https://github.com/martinroob/ngx-i18nsupport/compare/v0.7.2...v0.7.3) (2017-07-09) | ||
### Bug Fixes | ||
* **xliffmerge:** runtime error map is not a function when using autotranslate v0.7.2 | ||
([#40](https://github.com/martinroob/ngx-i18nsupport/issues/40)). | ||
This is the next serious bug. | ||
Do not use v0.7.2 too. | ||
<a name="0.7.2"></a> | ||
@@ -2,0 +12,0 @@ # [0.7.2](https://github.com/martinroob/ngx-i18nsupport/compare/v0.7.1...v0.7.2) (2017-07-09) |
@@ -5,2 +5,4 @@ "use strict"; | ||
var rxjs_1 = require("rxjs"); | ||
require("rxjs/add/operator/map"); | ||
require("rxjs/add/operator/catch"); | ||
var rx_http_request_1 = require("@akanass/rx-http-request"); | ||
@@ -7,0 +9,0 @@ var MAX_SEGMENTS = 128; |
{ | ||
"name": "ngx-i18nsupport", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Some tooling to be used with the Angular 2 i18n workflow", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import {format} from 'util'; | ||
import {Observable} from 'rxjs'; | ||
import 'rxjs/add/operator/map'; | ||
import 'rxjs/add/operator/catch'; | ||
import {RxHR} from "@akanass/rx-http-request"; | ||
@@ -4,0 +6,0 @@ /** |
Sorry, the diff of this file is not supported yet
577000
7039