Skip to content

Releases: vecnatechnologies/backbone-torso

v0.8.0

21 Sep 03:07
Compare
Choose a tag to compare
  • Merge pull request #349 from mandragorn/fetched (00cbdd2)
  • DataBehavior triggers "fetched" when ids are empty (7a92c26)
  • Merge pull request #348 from mandragorn/347 (94c2192)
  • #347 - add prepareFields to View (fca7bc2)
  • Merge pull request #344 from mandragorn/336 (d30794d)
  • #336 - DataBehavior update when to skip retrieval (ca65c2b)
  • Merge pull request #345 from mandragorn/renderOnFetch (ebad7a4)
  • DataBehavior render when attached and active (ea87f16)
  • Merge pull request #343 from mandragorn/308 (48f4350)
  • Merge pull request #342 from mandragorn/335 (a6d3fa0)
  • #308: process [] when ids deferred resolves null (828b251)
  • #335: fix npe when ids function returns null (05cf40f)
  • Merge pull request #341 from mandragorn/data-behavior-comments (d70b9c2)
  • Improve loadingMixin inline docs (93bdc79)
  • Improve updateEvent docs for DataBehavior (fde052b)
  • Merge pull request #340 from mandragorn/339 (bff34d4)
  • #339 - Option: Skip initial load of DataBehavior (4c38a26)
  • Merge pull request #338 from mandragorn/307 (65aa2a5)
  • #307 - Expose loading data loading info (9456dea)
  • Merge pull request #337 from mandragorn/306 (d0c0e29)
  • #306 - Add renderOnFetch option to DataBehavior (f949cec)
  • Merge pull request #329 from mandragorn/324 (5adce33)
  • #324 - Rename setTrackedModel to trackModel (c7c8493)
  • Update docs to v0.7.2 (03cb1fe)

v0.7.2

28 Jun 21:34
Compare
Choose a tag to compare
  • Merge pull request #334 from kentmw/master (2d11e56)
  • #331, #330, #323 - Fix cacheMixin fetch options pass through, ListView.setCollection now updates child views by default, and FormModelClass now exists as a class-setable field or argument to a list view (b48831f)
  • Merge pull request #333 from fyliu24/327 (06b4dad)
  • #327 - Define 'models' attibute on class level for FormModel (a46f409)
  • Update README.md (054f280)
  • Updating docs (dd3a1dd)

v0.7.1

25 Apr 15:57
Compare
Choose a tag to compare
  • Merge pull request #322 from kentmw/master (10138ed)
  • Added toJSON to view (00d421e)
  • #321, #316, #295, and also removed deprecated code, allowed list views to specify their modelName, fixed carat stealing in template renderer, and added stickit options generation (841751d)

New Updates:

  • Views now have a toJSON method view.toJSON() returns the contents of the view state
  • Deprecated arguments and methods that referenced "child" views in Form View were removed (childView, childContext, childrenContainer, getChildViewFromModel)
  • modelName and modelId are settable on the ListView itself instead of having to be passed in as arguments
  • Behaviors now automatically stopListening and off on dispose
  • Template renderer doesn't steal caret selections if a view renders outside the active element
  • Form views will attempt to generate select options based on the form model
  • You can cancel a render during prerender by returning false which will trigger a render:abort on the view
  • New triggers will fire during the view's lifecycle: before-dom-detach, before-dom-attach, and render:abort

v0.7.0

06 Mar 20:32
Compare
Choose a tag to compare
  • Merge pull request #280 from mandragorn/behavior-args (c96caf9)
  • Fixing arguments to Behaviors (Cells). (04edb76)
  • Merge pull request #304 from mandragorn/data-behavior-fixes-1 (7145dae)
  • fixes #303 by adding a modelId parameter to DataBehavior.data.getModel(modelId) (8b47e82)
  • Merge pull request #312 from mandragorn/data-behavior-errors (7e5f27b)
  • Adding fetch status to default template context (prepare()) (a4afa98)
  • Making the statuses backwards compatible. (cca2ca4)
  • Refining error handling. (452a26d)
  • Updating docs. (d8862d5)

v0.6.21

10 Feb 06:44
Compare
Choose a tag to compare
  • Merge pull request #310 from mandragorn/data-behavior-fixes-3 (8879a7f)
  • Fix DataBehavior.data extension of Events. (91f2876)
  • Updating docs for v0.6.20 (b3461ed)

v0.6.20

01 Feb 20:13
Compare
Choose a tag to compare
  • Merge pull request #302 from mandragorn/data-behavior-fixes (460b01b)
  • Fixes and updates for DataBehavior first pass. (f5394d0)
  • Updating docs for v0.6.19 (55732c2)

v0.6.19

31 Jan 17:55
Compare
Choose a tag to compare
  • Merge pull request #299 from mandragorn/data-behavior-docs (3e80fc0)
  • Adding links to behavior docs from README. (0de3ad6)
  • Merge pull request #298 from mandragorn/data-behavior-docs (0a473a5)
  • Adding docs for data behavior. #282 #291 (a160232)
  • Merge pull request #291 from mandragorn/data-behavior (53ab67b)
  • Merging changes from master (5bec0dd)
  • Merge pull request #296 from blakejwc/master (72b17a3)
  • #290 - added simplified syntax for behaviors (54d0c4c)
  • Updating docs (38b0489)
  • Converting idContainer syntax to use : instead of . for a separator. (2b52af9)
  • Change context and idsContext to idContainer for clearer naming. (f38eb88)
  • Fixing DataBehavior.Data class docs. (c287828)
  • Moving data logic to data member. (e1d2fcc)
  • Adding dispose behavior. (185f91b)
  • Reverting changes to FormModel.js (471dcae)
  • Rearranging method order and adding docs and examples. No code changes. (c91d771)
  • Updated dependencies on other data behaviors. (c22b4e3)
  • Updating bundle (0ecf5d9)
  • Cleaning up data behavior configuration. (b1f051f)
  • Updating bundle and doc generation. (024820d)
  • Updating comments in data behavior tests (3715808)
  • Updated comments in DataBehavior. (24bda12)
  • Adding updateEvent listening (6f3772b)
  • Making Data Behavior able to effectively listen to other Data Behaviors. (1867ba0)
  • Adding listeners for when ids change. (eaa880a)
  • Moving context parsing to a method on the behavior. (97083f9)
  • Merge remote-tracking branch 'backbone-torso/master' into data-behavior (d6da867)
  • Merge branch 'master' into data-behavior (bcb641c)
  • Updating docs for v0.6.18. (255360b)
  • Release v0.6.18 (57918a5)
  • Updating docs for v0.6.18. (87e27ff)
  • Updating bundle and doc (3b53225)
  • Moving context and property logic to separate object. (236432d)
  • Completed tests for all id(s) input (d857e36)
  • Adding id retrieval parsing, prepare, and fetch logic. (7ba2c24)
  • Adding data behavior and options parsing. (53c5958)
  • Adding datasource utils. (c3094e4)

v0.6.18

29 Nov 03:08
Compare
Choose a tag to compare
  • Merge pull request #294 from mandragorn/simultaneous-fetch (4f01d99)
  • Merge branch 'master' into simultaneous-fetch (dfef1f8)
  • #292 - fixing how ids without any promises are handled. (b24aa7c)
  • Updating docs for version 0.6.17 (de1f67d)

v0.6.17

28 Nov 21:09
Compare
Choose a tag to compare
  • Merge pull request #293 from mandragorn/simultaneous-fetch (9b71d63)
  • Fixes #292 - tracks promises and includes them when resolving a pull. (4296bbf)
  • Updating bundle and doc (e498706)
  • Updating docs and bundles after release. (455af11)

v0.6.16

16 Aug 15:59
Compare
Choose a tag to compare
  • Updating bundle after merge. (145a4a8)
  • Merge pull request #281 from mandragorn/stickit-options (8b7cfbd)
  • Fixing interaction between stickit and template renderer for option tags. (ef3a137)
  • Updating bundle and docs after release. (e81bf18)