Skip to content

Releases: andrei-cacio/ironwing

Isomorphic and adaptor packages

06 Mar 18:27
Compare
Choose a tag to compare
  • 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'

Small changes

10 Nov 12:07
Compare
Choose a tag to compare
  • on update or create, the data is sent without the attr parent

Version 0.7

26 Oct 12:42
Compare
Choose a tag to compare

Major changes and updates:

  • Switched to Gulp over Grunt
  • ironwing now supports promise
  • refactored the code
  • added test suite with Mocha and Chai
  • 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

19 Jul 14:07
Compare
Choose a tag to compare

Switched to gulp-browserify

The first stable release of Mjs

12 Nov 12:07
Compare
Choose a tag to compare

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