Skip to content

Commit

Permalink
antonio release here we come
Browse files Browse the repository at this point in the history
  • Loading branch information
designfrontier committed Oct 30, 2014
1 parent dd5af33 commit da21e9f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
##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
Expand Down Expand Up @@ -34,3 +41,8 @@
* 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
24 changes: 23 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ So there are a variety of things that need to be completed for Action! to be rea
0. Figure out how views really work... (https://github.com/twitter/hogan.js)

###TODOs generally
0. create a prod branch and a debug branch (prod probably doesn't need the extra weight of the call stack and emitterid stuff)?
0. update documentation
0. example app
0. make the error output even prettier! https://developers.google.com/chrome-developer-tools/docs/console-api#consoleerrorobject_object
Expand All @@ -38,6 +37,29 @@ We'll use these folks as release names: http://en.wikipedia.org/wiki/List_of_act
in order from top left - down the column then on to the next column. If we run out we'll add more names to the list :-)

##Documentation
This is really really loose and rudimentary, but it is now here. It will expand out over time. If you want more details about the API the tests, and code is probably your best bet.

###action.eventMe()
This is a functional constructor that adds events to an object. It provides a global, and local, listener and emitter.

###action.modelMe()
This is a functional constructor that creates a model object with private attributes (accessible through get() and set()), events, ajax, etc.

###action.routeMe()
Route events and support for yoru application

###action.clone()
A clone function that copies an object without preserving references

###action.compose()
A function for composition with

###action.Error
Error constructor prototype

###action.viewMe()
The view constructor function for view objects... more to come

###Browser Support
0. IE 9+
0. Chrome
Expand Down

0 comments on commit da21e9f

Please sign in to comment.