Skip to content

Roadmap

Francis Galiegue edited this page Mar 8, 2014 · 127 revisions

Introduction

This page documents various features for future versions (2.2.x and beyond)

For 2.2.x

More tests

The main API is not fully tested. It is simple enough but needs testing nonetheless.

Reorganize exception messages, make them nicer to use (DONE)

Now using msg-simple.

Fix datetime format attribute and milliseconds (DONE)

Milliseconds are legal. Right now the format attribute fails at validating that.

Reinject all of json-schema-formats into this package (DONE)

This project seriously lags behind :(

Beyond...

Make JSON Schema POJOs?

Can it have uses? How would it be done?

Include line numbers in reports? (note: in -core)

See issue #59.

This one is tough, since it will require extending JsonParser...