File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 2
2
3
3
JavaScript library containing serializers and deserializers for the Wikibase DataModel.
4
4
5
- ## Installation
6
-
7
- The recommended way to use this library is via [ Composer] ( http://getcomposer.org/ ) .
8
-
9
- To add this package as a local, per-project dependency to your project, simply add a
10
- dependency on ` wikibase/serialization-javascript ` to your project's ` composer.json ` file.
11
- Here is a minimal example of a ` composer.json ` file that just defines a dependency on
12
- version 2.0 of this package:
13
-
14
- ``` json
15
- {
16
- "require" : {
17
- "wikibase/serialization-javascript" : " 2.0.*"
18
- }
19
- }
20
- ```
21
-
22
5
## Release notes
23
6
24
7
### 3.0.0 (dev)
25
8
9
+ * Made the library a pure JavaScript library.
10
+ * Removed MediaWiki ResourceLoader module definitions.
11
+ * Raised DataValues JS library version requirement to 0.10.0, and Wikibase Data Model JS library version requirement to 4.0.0.
26
12
* Removed all serializers and deserializers for Claim collections:
27
13
* Removed ClaimGroupDeserializer
28
14
* Removed ClaimGroupSerializer
You can’t perform that action at this time.
0 commit comments