Comparing version 1.5.0 to 1.5.1
Changelog | ||
========= | ||
### 1.5.1 (next) | ||
### 1.5.2 (next) | ||
### 1.5.1 | ||
#### public API | ||
* Add `use` function to typescript definition | ||
* Add `convert` function to typescript definition | ||
### 1.5.0 | ||
@@ -7,0 +14,0 @@ |
@@ -1447,4 +1447,9 @@ declare namespace JSJoda { | ||
function nativeJs(date: Date|any, zone?: ZoneId): TemporalAccessor; | ||
function convert(temporal: LocalDate|LocalDateTime|ZonedDateTime, zone?: ZoneId): { | ||
toDate: () => Date, | ||
toEpochMilli: () => number | ||
}; | ||
function use(plugin: Function):any; | ||
} | ||
export = JSJoda; |
{ | ||
"name": "js-joda", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "a date and time library for javascript", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3595701
36268