UNPKG

683 BMarkdownView Raw
1Tasks
2=====
3
4## POC Branches
5
6* Add gulp AMD tests. [feature-karma-amd](https://github.com/FormidableLabs/chai-jq/compare/feature-karma-amd)
7* Add blanket to HTML tests. [chore-blanket](https://github.com/FormidableLabs/chai-jq/compare/chore-blanket)
8
9## Next Up
10
11* Upgrade all NPM libs.
12* Bower cleanup and upgrades.
13
14* GFM Headings/TOC: Switch pre-processing in grunt to use GFM headings / anchors
15 and add extra output in HTML (?).
16* Properties: Make `$html`, `$text`, `$css`, `$val` switch to property if no
17 `expected` param.
18
19## API Roadmap
20
21* `all`: Flag to apply to **each** element in selector match.
22* `some`: Flag to apply to **at least one** element in selector match.