Skip to content

4.5.20191204060541 now with Java codegen, improved error reporting!

Choose a tag to compare

@mr-c mr-c released this 04 Dec 09:00
cd7aad3

Major thanks to @jmchilton for his contributions of a working Java codegen for schema-salad!

#299 & #304 and #300

schema-salad-doc also got more options to customize docs in #298 via @jmchilton

@tom-tan provided many contributions to improve the error reporting
#284 Tree structured exception
#286 Use structured exception for codegen
#288 Use ValidationException rather than RuntimeError and ValueError
#287 Refactoring of accessors for SourceLine
#290 Use ValidationException instead of RuntimeError and ValueError
#293 Refactor SchemaSaladException and to_one_line_messages

Developer documentation for schema-salad itself: See https://schema-salad.readthedocs.io/en/latest/
#291 Build the docs @mr-c
#292 use the RTD theme for the docs @mr-c

Misc fixes
#297 allow setting relative values from @mr-c
#294 update black formatting @mr-c
#289 Python 3.8 testing @mr-c
#302 Appveyor has real Python 3.8 support now @mr-c