Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

1.0 API #19

Merged
merged 12 commits into from
Mar 15, 2012
Merged

1.0 API #19

merged 12 commits into from
Mar 15, 2012

Commits on Jan 14, 2012

  1. new api | workbook reorganizations

    * will no longer instance_eval/exec each on each element
    * all build execution will now run in the scope of the workbook
    * or, if using a builder style approach, the scope of the caller
    * this means the workbook will store reference collections and provide an api for adding to and referencing them
    kellyredding committed Jan 14, 2012
    Configuration menu
    Copy the full SHA
    35516c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2012

  1. new api | style handling changes

    * style objects are created, stored, and referenced from the workbook scope
    * style directives no longer defined in the scope of the style obj
    * workbook proxies style obj directives
    kellyredding committed Jan 16, 2012
    Configuration menu
    Copy the full SHA
    7fe97c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2012

  1. new api | element handling changes

    * elements are created to validate and store data
    * these are then passed to the writer who is responsible for using the data as it sees fit
    * all element creation is done in the scope of the workbook
    kellyredding committed Jan 23, 2012
    Configuration menu
    Copy the full SHA
    867df6a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2012

  1. new api | updated markup handling

    * mixins, partials, templates, and styles all build in a consistant manner with the new api changes
    kellyredding committed Jan 24, 2012
    Configuration menu
    Copy the full SHA
    2ec4e6e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2012

  1. Configuration menu
    Copy the full SHA
    9cee2c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0855f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef41903 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2012

  1. Merge branch 'master' into new-api

    Conflicts:
    	Gemfile.lock
    kellyredding committed Feb 20, 2012
    Configuration menu
    Copy the full SHA
    16cbb24 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2012

  1. Configuration menu
    Copy the full SHA
    ba79fdd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2012

  1. updated xmlss writer to use the lastest Xmlss API

    * using the builder render approach
    * using the updated Xmlss API that is Osheet compatible
    kellyredding committed Mar 14, 2012
    Configuration menu
    Copy the full SHA
    793ca1b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2012

  1. some final cleanups

    * adding in to_s, to_data, and to_file workbook meths
    * removing all view handler stuff (addresses #17)
    * getting name, colspan, rowspan attribute setting hooked up
    * updating the examples to run on the new API
    kellyredding committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    76d4e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2ab0d View commit details
    Browse the repository at this point in the history