-
Notifications
You must be signed in to change notification settings - Fork 398
ChangeLog.devel
fge edited this page Sep 22, 2012
·
40 revisions
- Some internal code cleanup.
- Implement inner schema addressing mode by splitting
SchemaContainer
in two classes. - Make
AddressingMode
buildSchemaContainer
instances. -
IdFragment
is dead, replaced withIllegalFragment
. - Start a
SchemaBundle
implementation, inject it into aSchemaRegistry
. Use that in test code only for now.
- Remove deprecated methods.
- Update reference to JSON Pointer and JSON Reference drafts.
- Fix format bundle bug (declared but not actually used. Meh.).
- Start API changes to support inner schema addressing:
SchemaContainer
now takes care of.contains()
and.resolve()
methods when processing JSON References. - Move some classes to a dedicated
schema
package. - More tests; more fatal errors implemented and tested.