Open
Description
Implemented in separate branches, to avoid ruining everybody's code.
action(data, context, actionName, ...)
- adddata
argument to match other methods- Remove
data.indices()
/data.index()
/data.indexValue()
, in favour ofdata.item()
etc. data.type()
instead ofdata.basicType()
- Remove
schema.extendSchemas()
- Anything called
register???Listener(callback)
probable replaced withon???(callback)
data.subPath()
->data.path()
(with Relative JSON Pointer support)data.get()
anddata.set()
used to replacedata.value()
, anddata.setValue()
It's worth doing a full review of the API, to spot anything else that is useless or inelegant.
Metadata
Metadata
Assignees
Labels
No labels