Releases: andrei-cacio/ironwing
Releases · andrei-cacio/ironwing
Isomorphic and adaptor packages
- 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'
Small changes
- on update or create, the data is sent without the
attr
parent
Version 0.7
Major changes and updates:
- Switched to
Gulp
overGrunt
- ironwing now supports
promise
- refactored the code
- added test suite with
Mocha
andChai
- new CI setup
- new camelCase transformation for model attributes
- ironwing now uses proxy objects for handling the attributes of the model
Mjs is now called ironwingjs
Switched to gulp-browserify
The first stable release of Mjs
The first stable release of Mjs
This version comes with the core feature that Mjs has to offer (for now at least);
- CRUD operations for models on the client side
- JSON AJAX Adapter
- Loadable adapters