-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
42 lines (31 loc) · 1.34 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Overview of changes from Walbottle 0.2.0 to Walbottle 0.3.0
===========================================================
Major changes:
API changes:
Bugs fixed:
Updated translations:
Overview of changes from Walbottle 0.1.0 to Walbottle 0.2.0
===========================================================
Major changes:
• Improved support for the ‘default’ keyword
• Support multiple output formats in json-schema-generate
• Move from Gitorious to GitLab
• Performance improvements
• Improved support for property keywords (‘minProperties’, etc.)
• Improved support for item keywords (‘additionalItems’, etc.)
• Improved support for array keywords (‘oneOf’, etc.)
• Install versioned copies of utility programs
(i.e. json-schema-generate-0, symlinked from json-schema-generate)
• Commit to stability of output formats from json-schema-generate
• Add man pages
API changes:
• Add wbl_generated_instance_is_valid()
• Rename WblSchema.generate_instances to WblSchema.generate_instance_nodes
Initial release of Walbottle 0.1.0
==================================
Major changes:
• Initial version of the project
• Schema validation, instance validation and instance generation support
• Nearly full implementation of the json-schema-core and json-schema-validation
specifications
• Not API stable