From da21e9f2636e1d174da39666cf6cc00bef2e1a65 Mon Sep 17 00:00:00 2001 From: Daniel Sellers Date: Wed, 29 Oct 2014 22:51:20 -0600 Subject: [PATCH] antonio release here we come --- History.md | 12 ++++++++++++ readme.md | 24 +++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 104b72f..6c31541 100644 --- a/History.md +++ b/History.md @@ -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 @@ -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 diff --git a/readme.md b/readme.md index 8bcb953..581b7b3 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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