Skip to content

v0.6.19

Compare
Choose a tag to compare
@mandragorn mandragorn released this 31 Jan 17:55
· 303 commits to master since this release
  • 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)