templates icon indicating copy to clipboard operation
templates copied to clipboard

System for creating and managing view collections, rendering, engines, routes and more. See the "dev" branch for most recent updates.

Results 11 templates issues
Sort by recently updated
recently updated
newest added

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 4.2.1 to 19.0.4. Release notes Sourced from yargs-parser's releases. yargs-parser v19.0.4 Bug Fixes build: fixing publication (#310) (5d3c6c2) yargs-parser v19.0.3 Bug Fixes build: switch to action for...

dependencies

Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 3.0.1. Commits - [`e909d1f`](https://github.com/jonschlinkert/set-value/commit/e909d1f064fb7ce5c110ff107aa2393715c4eb7c) 3.0.1 - [`95e9d99`](https://github.com/jonschlinkert/set-value/commit/95e9d9923f8a8b4a01da1ea138fcc39ec7b6b15f) disallow proto keys - [`7bd5011`](https://github.com/jonschlinkert/set-value/commit/7bd5011d82e583305a191a9a062abfe177ec29ad) Merge pull request [#13](https://github-redirect.dependabot.com/jonschlinkert/set-value/issues/13) from mbelsky/patch-1 - [`923d58d`](https://github.com/jonschlinkert/set-value/commit/923d58d49e113dbda0b64b976bb3ed126432558b) Create FUNDING.yml - [`c280ba3`](https://github.com/jonschlinkert/set-value/commit/c280ba3a4694a932e8f6a631d2774714a8f5e303) Fix...

dependencies

There are many breaking changes in this refactor. I will create a comprehensive list here, then add it to a changelog before merging and publishing.

- 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...

feature

Add an async `render` helper that takes a view object and `locals`

todo

The "singular" collection helper should return an object instead of rendering the view.

todo

Refactor the `view` helper to return an object, instead of rendering the view

todo

@jonschlinkert and I have talked about this and I've been looking through the current modules that have touch points to async helpers and trying some things out to try to...

todo