Skip to content

Isomorphic and adaptor packages

Latest
Compare
Choose a tag to compare
@andrei-cacio andrei-cacio released this 06 Mar 18:27
· 2 commits to master since this release
  • 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 and jsonRequest) and with the help of the adapt() 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'