- ironwing can now be used on the browser and in nodejs as well.
- adapters can be build to cover all desired platforms. e.g. the
JSON
adapters now has 2 new sub adapters (XHRJson
andjsonRequest
) and with the help of theadapt()
method, the prorper adapters is loaded at run-time. - the
JSON
adapter is now loaded by default. You can now just serve the API path like so:
ironwing.base = '/api'