Jon Schlinkert
Jon Schlinkert
- faster - take advantage of es6 classes and inheritance - simplify logic for caching views (renameKey, etc) - built-in support for permalinks - built-in support for pagination
@doowb and I had an interesting conversation a couple of days ago, as a result we're considering adding a fourth view type: `grid`, for handling grid systems. _(This is only...
The "singular" collection helper should return an object instead of rendering the view.
Refactor the `view` helper to return an object, instead of rendering the view
Tests were **temporarily** moved to base-test-suite to prevent creation of duplicate tests while we're updating all of the tests in the assemble, verb, update, generate and base libs.
It would be nice to not have to factor in logic for all of the possible permutations of licenses out there. we can just implement logic for finding the right...
Use configstore to populate missing fields with globally stored config values. The CLI can prompt the user to ask if you want to use any of those fields.
This will allow users and implementors to get what they want from this lib. - make the logic in normalize-pkg more granular. e.g instead of adding flags for everything we...