Releases: ansble/Action
v0.6.1 Antonio Banderas
v0.6.1 Antonio Banderas
File Sizes:
- min: 8499kb ↑
- full: 29101kb ↓
Changes
- bumped rev
- added a bower.json file to start getting this thing more consumable by bower
- antonio release here we come
- Merge branch 'antonio' of https://github.com/designfrontier/Action
- corrected the history command
- prepping for the publish today
- started pulling out the ajax stuff and switched the model to use compose to create its new object
v0.6.0 Antonio Banderas
v0.6.0 Antonio Banderas
File Sizes:
- min: 8499kb ↑
- full: 29101kb ↓
Changes
- stubbed out tests and they are failing so I remember they need work
- removed a comment from the library and started adding tests for the utils
- more tests and revised some of the URL handling code in the fetch, save, ajaxGet functions
- cleaning up the tearDown and stuff... more tests
- fixed the teardown function
- Merge branch 'antonio' of https://github.com/designfrontier/Action into antonio
- more updates and a failing test
- Merge pull request #2 from designfrontier/portfinder
- updated the model a little and started writing model tests
- added more tests, cleaned up some more stuff, added a teardown function and made it even better
- revised the model code and added so much user tests
- Merge branch 'antonio' into portfinder
- finds an open port on which to start the app starting with a baseport defined as the env.port or 3000
- removed some code, simplified the event object and cleaned it up
- fixed the bug in the listenLocalOnce implementation
- found a bug and working on getting it fixed. Pre release commit for Antonio B.
- fixed a bug identified by unit tests in the eventMe module
- and... first unti tests are in the framework. Found a potential bug too
- cleanup and updating the revision
- lots of changes, mostly in the action.js. Still need to work out the compile of the modules... not quite where it needs to be yet. Working on replacing for i < ... with forEach for future performance and readability. Some of them with [].some when we need to break. Thinking about Array.filter instead of array.splice. For now Array.splice loops are staying because I am pretty sure they are way way faster.
- added new namespaces for action and fixed a flaw in the model.save function
- working on commonjs modules
- built for release
- revved, node modules are working and everything else still seems to be working too
- oops
- making it a module for the nodes
- added some code for node
- much happier with where views are now. working smoothly, simple setup, etc. routing is still in progress
- gulp is now working so back to development
- working on getting my gulpfile to migrate files around... seems to be working now. Real commits coming soon to a galaxy near you.
- working on the routing and views. Tore a lot of stuff out. Fixed a lot of stuff. Still a long way to go
- Merge branch 'development' of https://github.com/designfrontier/Action into development
- added lots of routing work to this bad boy
- added a History.md file
- Merge branch 'antonio' of https://github.com/designfrontier/Action
- corrected the history command
- prepping for the publish today
- started pulling out the ajax stuff and switched the model to use compose to create its new object
- added a compose function that composes objects from other objects or constructor functions
v0.5.0 Angelina Jolie
Adds node support, exporting as module.exports if that is available otherwise it creates the action variable on the window. More work to do for the future...
Release of 0.4.2
New Stuff!
Added in a global event for domReady. You can listen to 'dom:ready' to be notified when the page is ready to do things for you. This is the Action!
equivalent of $(function(){})
in jQuery.
Also added the routing code. Convenience functions for setting up routes are still coming... Feel free to use it but be warned, it's not complete and is likely to change.
Bug fix for super
the super
now works as expected with the original fetch, delete, etc. being preserved in it no matter how many times you set custom ones.
Akshay Kumar
The big change in Akshay Kumar is the removal of zepto/jquery/jqlite as a dependency for the ajax functionality. We've now switched to plain jane vanilla xhr object interactions. Saving about 20kb of download and building out a faster implementation all for about the same amount of code.
Patch for Arnold
An update to Arnold that includes
0. localforage caching of all ajax requests
0. other general updates and bug fixes
0. the addition of a success function to the fetch... (needed?)
Arnold Schwarzenegger
##v0.3.0 - Arnold Schwarzenegger
0. Lots of work on the troubleshooting stuff for events and the framework in general.
0. Events in the error handler
0. ajax resolution for models
0. save function for models
0. clone in the set function to prevent issues potentially caused by pass by reference objects
and other stuff that I can't remember right now. This shouldn't be a breaking change for any existing projects. Just a better release...
Version 0.2.0 Angelina Jolie
This is the first "release"... includes some goodness and most of the stuff needed to start writing apps in Action!. The road map points out the deficiencies.