778 Commits
Author SHA1 Message Date
Tim Branyen 2da330561c No longer maintained 2018-07-31 17:43:16 -07:00
Tim Branyen 5ae3117659 Bump to version 1.0.0 1.0.0 2016-03-01 08:27:54 -08:00
Tim Branyen b4a6a429e7 Merge pull request #490 from Cleod9/backbone-1-2-0-support
Support for Backbone 1.2.0
2016-01-22 11:10:47 -08:00
Greg McLeod e1ddfdec1d -Returned readme to previous state 2016-01-22 00:57:59 -05:00
Greg McLeod 8b6da4e9ee -Updated readme with cheerio hook info (+1 squashed commits)
Squashed commits:

[773cdd3] -Updated to Backbone 1.2.0 dependency
-Fixed Node unit tests by providing a special _createElement View hook for cheerio
2016-01-20 23:08:59 -05:00
Tim Branyen a4c6184a57 Merge pull request #488 from liseki/raf-support-fix
Fix support for Request Animation Frame
2015-12-09 17:18:15 -08:00
Richard Manyanza 0744983c5b Fix support for Request Animation Frame 2015-12-08 13:54:16 +03:00
Tim Branyen e7bb750482 QUnit start does not take resolution objects
This commit ensures that QUnit's `start` is always called with no
arguments.
2015-11-09 10:28:50 -08:00
Tim Branyen 0e11e42f44 Version bump to 0.10.0 0.10.0 2015-11-09 10:16:31 -08:00
Tim Branyen b811797b6f Merge pull request #484 from SimenB/promise
Ensure compatibility with promise-spec
2015-09-03 14:07:44 -05:00
Simen Bekkhus aa6c3cab49 Ensure compatibility with promise-spec
Fix #483
2015-08-31 22:13:52 +02:00
Tim Branyen 2b2f66899d Reverted the qunit-istanbul package for Grunt 2015-06-21 11:25:12 -04:00
Tim Branyen ffe7afb738 Lock backwards breaking Backbone, bump sane pkgs 2015-06-21 11:09:55 -04:00
Tim Branyen cf6e007056 Add README.md and LICENSE files to package.json 2015-06-01 16:16:17 -04:00
Tim Branyen beb102cca5 Merge remote-tracking branch 'SimenB/files' 2015-06-01 16:00:48 -04:00
Tim Branyen 2c1b0d6985 Version bump to 0.9.7 0.9.7 2015-05-01 16:55:43 -04:00
Tim Branyen 8f03a152bc Merge pull request #478 from seanparmelee/lodash3
fix removeView for lodash 3
2015-05-01 14:07:37 -04:00
Sean Parmelee fc719cc110 run all the views tests with both underscore and lodash 2015-04-26 00:31:33 -05:00
Sean Parmelee 22fefbe149 might be useful to have these tests 2015-04-21 23:06:47 -05:00
Sean Parmelee 65b67d335c it might help if i add lodash back to package.json 2015-04-21 22:05:23 -05:00
Sean Parmelee 921cde96ed turns out we can just call .value() instead of .commit() 2015-04-21 21:50:53 -05:00
Sean Parmelee 4f21d616e1 demonstrate testing w/ lodash instead of underscore 2015-04-21 21:27:35 -05:00
Sean Parmelee 65ac129305 add some whitespace to hopefully get the build running again 2015-04-21 12:37:09 -05:00
Sean Parmelee f8e65fe938 fix removeView for lodash 3 2015-04-21 10:43:04 -05:00
Simen Bekkhus ba32956bd1 Use files in package.json 2015-04-18 20:44:24 +02:00
Tim Branyen d01217658d Merge pull request #474 from SimenB/update-travis
Update travis
2015-04-18 14:02:10 -04:00
Simen Bekkhus 10eef18238 Submit Coverage to coveralls 2015-04-18 19:44:19 +02:00
Simen Bekkhus 19bc78dc51 Build on Node 0.12 and Io.js
Don't build on unstable 0.11
2015-04-18 19:30:45 +02:00
Tim Branyen 34d82e4027 Merge pull request #476 from SimenB/remove-bower-dep
Remove dependency on bower for tests
2015-04-18 13:23:25 -04:00
Simen Bekkhus cb6d7c346c Remove dependency on bower for tests 2015-04-18 19:01:07 +02:00
Tim Branyen c4233d3ce6 Merge pull request #473 from SimenB/badges
Add npm badge
2015-04-18 11:40:37 -04:00
Simen Bekkhus 606f3fff45 Npm badge
Also use badges from shields.io
2015-04-18 17:33:22 +02:00
Tim Branyen b35256ac11 Merge pull request #475 from SimenB/update-jscs
Update JSCS
2015-04-18 11:31:35 -04:00
Simen Bekkhus 41388efd14 Update JSCS 2015-04-18 12:08:41 +02:00
Tim Branyen 37aa2445cb Merge pull request #471 from tbranyen/prevent-render
Prevent rendering in `beforeRender`
2015-04-08 11:28:06 -04:00
Tim 09ccd1a267 Allow returning a falsy value or reject Promise
To prevent rendering of a View.  This can surpress jank as well in an
application when changing between views that re-render on async changes.
The problem this fixes is when you render and then wait on async data to
re-render the View.  There will be a momentary flicker unless you
prevent it.
2015-04-08 11:15:31 -04:00
Tim Branyen 070d054f8e Fixes to ensure tests run and are styled 2015-04-08 11:14:49 -04:00
Tim Branyen d76889c46f Merge pull request #470 from jugglinmike/update-cheerio
Update dependency on Cheerio
2015-03-28 20:30:52 -04:00
Mike Pennisi 69eb380110 Update dependency on Cheerio
Recent releases of the Cheerio library included a regression that
triggered test failures in this project. The latest release of Cheerio
addresses that regression.
2015-03-28 19:55:37 -04:00
Tim Branyen 178a7acc2d Merge pull request #469 from benbria/master
Specify jquery as a peer dependency.
2015-02-23 19:53:23 -05:00
Jason Walton b10c8bede8 Add jquery as a dev dependency. 2015-02-23 19:45:37 -05:00
Jason Walton 201df6fb02 Specify jquery as a peer dependency. 2015-02-23 16:56:51 -05:00
Tim Branyen 74afc0e04d Merge pull request #468 from jugglinmike/remove-undocumented-usage
Use documented jQuery API
2015-02-22 15:57:06 -05:00
Mike Pennisi dcd41101ff Use documented jQuery API
Passing a string to the `$.fn.html` method works in the latest version
of the jQuery library, but this signature is neither documented [1] nor
tested [2]. This code does not work with the latest version of the
Cheerio library, and because it is non-standard, it is unlikely to be
implemented in a future version.

Use `$.fn.empty` and `$.fn.append` to implement the desired behavior in
a way that is compatable with Cheerio and unlikely to be removed in a
future release of jQuery.

[1] http://api.jquery.com/html/
[2] https://github.com/jquery/jquery/blob/2380028ec4a6a77401b867a51de26a3cb8e8d311/test/unit/manipulation.js
2015-02-19 19:14:49 -05:00
Tim Branyen a7b012f314 Removes Bower devdeps in favor of NPM
Bower does not handle development dependencies well.
2015-02-18 19:29:54 -05:00
Tim Branyen 50af7e8dae Merge pull request #461 from jhoegee/master
Added the cleanup event
2015-02-11 15:07:43 -06:00
Tim Branyen 4035435bdf Better visibility for Gitter 2015-02-11 16:05:41 -05:00
Tim Branyen 80982b7e42 Version bump to 0.9.6. 0.9.6 2015-02-11 16:01:18 -05:00
Tim Branyen f87bf1b3d9 Upgraded all dependencies that do not cause regressions 2015-02-11 15:46:49 -05:00
jhoegee 021d7f09e5 fixed missing semicolon
fixed missing semicolon
2015-02-06 10:19:20 +01:00