Skip to content

Commit

Permalink
Revised readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmac committed Apr 2, 2013
1 parent c8ed96f commit 63991c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@ For all complete information and documentation, visit the project's website at [

## Change Log

**0.12.0***April, 2013* - [Diff](https://github.com/gmac/backbone.epoxy/compare/v0.11.0...v0.12.0 "Diff: v0.11.0/v0.12.0")
**0.12.0***April 2, 2013* - [Diff](https://github.com/gmac/backbone.epoxy/compare/v0.11.0...v0.12.0 "Diff: v0.11.0/v0.12.0")

Major reorganization of core features to improve workflow patterns.

- Removes `observableDefaults` and `addObservable` APIs.
- Renames former "observable" model methods to `hasComputed`, `removeComputed`, and `clearComputeds`.
- Adds `viewModel` property to view as sanctioned store for view-specific data.
- Adds `computeds` hash table to view for defining computed view properties.
- Adds two-way data exchange to binding filters.
- Adds static `mixin` APIs for applying Epoxy configuration to other base classes.
- Adds dependency injection to computed getters defining a `deps` array.
- Adds two-way data exchange to binding filters, and adds `integer`, `decimal`, and `csv` filters.
- Configures class constructors to pull configuration out of passed options.
- Refactors Model and View components to be more mixin-friendly.
- Updated documentation.
- Revised documentation.

**0.11.0***March 25, 2013*[Diff](https://github.com/gmac/backbone.epoxy/compare/v0.10.1...v0.11.0 "Diff: v0.10.1/v0.11.0")

Expand Down

0 comments on commit 63991c3

Please sign in to comment.