We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618bb28 commit 675ef07Copy full SHA for 675ef07
CHANGELOG.md
@@ -1,10 +1,24 @@
1
Changelog
2
=========
3
4
-### 1.3.1 (next)
+### 2.0.1 (next)
5
+
6
+### 2.0.0
7
8
+#### public API
9
10
+(re) introduced new plugin concept
11
+ * Hide `use(plug)` concept from public api.
12
+ The function for extending js-joda is not exported anymore (the default export of this module is removed).
13
+ The code for extending js-joda `use(plug)` is not required anymore, because js-joda-timezone automaticaly extends
14
+ js-joda when imported.
15
16
#### dependendency updates
17
18
+### 1.3.1
19
20
+revert previous (breaking) public API change (see https://github.com/js-joda/js-joda-timezone/issues/48)
21
22
### 1.3.0
23
24
#### public api
0 commit comments