Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7.0 Release Candidate #184

Merged
merged 31 commits into from
Oct 22, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
04bb962
major refactorizing
tbranyen Oct 4, 2012
c09eec1
tests passing, readme cleaned
tbranyen Oct 4, 2012
ebceee5
full test coverage
tbranyen Oct 5, 2012
741a29f
added clean to gitignore, built latest, and huge refactoring
tbranyen Oct 5, 2012
6c2caf7
removed logging module
tbranyen Oct 5, 2012
a13d45a
moved afterRender logic
tbranyen Oct 5, 2012
bceeedd
reuse elements
tbranyen Oct 5, 2012
bb182e3
readme update
tbranyen Oct 5, 2012
c2dfcc0
release notes
tbranyen Oct 5, 2012
1eb7d52
fixed render bug
tbranyen Oct 6, 2012
b52f553
removed dead code
tbranyen Oct 6, 2012
e8fa5da
performance tweaks
tbranyen Oct 6, 2012
fe96e7d
fixed element id issue
tbranyen Oct 6, 2012
479dbf3
added unit test backing attrs
tbranyen Oct 6, 2012
7127158
Deprecated paths for prefix, deprecated Backbone.Layout for Backbone.…
tbranyen Oct 7, 2012
6e02c49
fixed out of order append view rendering
tbranyen Oct 7, 2012
627d0b5
added unit test backing issue #178
tbranyen Oct 14, 2012
3f5676e
removed need to indexOf check, by clearing out the views property
tbranyen Oct 14, 2012
e2c13c7
updated error message
tbranyen Oct 14, 2012
752c988
fixed cleanup method being called erroneously
tbranyen Oct 15, 2012
3af67c0
removed dead code
tbranyen Oct 15, 2012
0200b3c
updated readme
tbranyen Oct 15, 2012
6975988
more readme tweaks
tbranyen Oct 15, 2012
faebfac
basically working in node again
tbranyen Oct 15, 2012
1ef55db
resolved issue with afterRender being called too early
tbranyen Oct 15, 2012
e7c9575
fixed major rendering issue
tbranyen Oct 17, 2012
d4ca272
updated codebase to ensure cleanup is called on views w/o a parent
tbranyen Oct 20, 2012
fb6e7a5
ran grunt and updated views to have an expected number of asserts
tbranyen Oct 21, 2012
db75960
updated with latest fixes to afterRender/beforeRender
tbranyen Oct 21, 2012
ee07c81
updated readme to use until site is done
tbranyen Oct 22, 2012
121ece1
line break
tbranyen Oct 22, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist/clean.js
Loading