superfly-timeline
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="5.0.1"></a> | ||
## [5.0.1](https://github.com/SuperFlyTV/supertimeline/compare/5.0.0...5.0.1) (2018-08-17) | ||
### Bug Fixes | ||
* don't throw error ([b35e955](https://github.com/SuperFlyTV/supertimeline/commit/b35e955)) | ||
<a name="5.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [5.0.0](https://github.com/SuperFlyTV/supertimeline/compare/4.0.2...5.0.0) (2018-08-17) |
@@ -553,3 +553,5 @@ "use strict"; | ||
else { | ||
throw Error('Cannot resolve group duration, has no own startTime, id: ' + obj.id); | ||
if (throwErrors) { | ||
throw new Error('Cannot resolve group duration, has no own startTime, id: ' + obj.id); | ||
} | ||
} | ||
@@ -556,0 +558,0 @@ innerDuration = (lastEndTime_1 ? |
{ | ||
"name": "superfly-timeline", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178506
1741