Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

CORE-381 first version of user guide #resolve #145

Merged
merged 72 commits into from
Jun 16, 2016
Merged

CORE-381 first version of user guide #resolve #145

merged 72 commits into from
Jun 16, 2016

Conversation

hpihkala
Copy link
Contributor

@hpihkala hpihkala commented Jun 8, 2016

  • API docs
  • User guide
  • Module reference

Aapeli and others added 30 commits June 1, 2015 10:12
welho63 and others added 25 commits April 18, 2016 18:36
Backbone-associations won't work nicely with lodash 4, filed an issue (with pull request) dhruvaray/backbone-associations#165

I guess there could be hope that backbone-associations fixes their code, so this downgrade need not be forever blocking future upgrades. Lodash 3 is probably still better than underscore.
there's something quite weirdly wrong with our lodash 3.10... straight copy-paste from docs _([1, 2]).forEach(function(value) { console.log(value); }); fails (function argument not called). Replaced each with Javascript native Array.forEach
trouble is, in old lodash _.each is lazy, so that function isn't evaluated without call to .value()
lazy evaluation would require value() in the end of the line
for objects, native Array.forEach of course won't work...
@hpihkala hpihkala self-assigned this Jun 13, 2016
@hpihkala hpihkala merged commit fc50553 into master Jun 16, 2016
@hpihkala hpihkala deleted the user-guide branch June 16, 2016 14:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants