Commit Graph
163 Commits
Author SHA1 Message Date
dependabot[bot] 0c7d24e03f Bump https-proxy-agent from 2.2.2 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-16 18:50:03 +00:00
bendtherules fdfd267d95 Merge pull request #4 from bendtherules/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
2020-01-14 23:38:30 +05:30
dependabot[bot] c2a6000887 Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29 14:59:07 +00:00
bendtherules 473d7cc38e TODO - Ctach throw in generators gracefully 2019-09-21 13:01:22 +05:30
bendtherules 1efcb67c56 types - Remove duplicate 2019-09-21 13:00:40 +05:30
bendtherules f10c17bd53 TODO - Add concerns from temp hack in support-css 2019-09-21 10:17:25 +05:30
bendtherules e12438fd4f Release v0.0.8 v0.0.8 2019-09-21 10:13:46 +05:30
bendtherules c92c64baa1 build - Support iterating over generators 2019-09-21 10:11:27 +05:30
bendtherules 986f2c0aac package.json - update css-what 2019-09-21 09:30:01 +05:30
bendtherules ef593615ad snaphot - Update snapshot size 2019-09-21 09:25:22 +05:30
bendtherules 2f28cd5eb0 match - Add testcase - negative check for difference between child and descendant 2019-09-20 11:32:47 +05:30
bendtherules c47a4dddbd match - Add css match functions with basic test cases 2019-09-20 11:27:55 +05:30
bendtherules 051bb1f543 traverseGenerator - Add skipSelfForStartNode start param to skip startNode (default:false)
Default false to keep current testcases running
2019-09-20 11:26:33 +05:30
bendtherules 7b27f9c5b7 package.json - Add --runInBand param to test:src:debug script 2019-09-20 11:24:05 +05:30
bendtherules f5c37dc251 temp commit 2019-09-18 11:36:09 +05:30
bendtherules 8c019a5fd2 TODO - COntinue FiberNode selection with css dom selection 2019-09-12 13:55:28 +05:30
bendtherules be7ec5d869 TODO - Query helper also for CLass/Function 2019-09-12 13:53:03 +05:30
bendtherules 6bb43e34e2 TODO - Add CSS, props 2019-09-12 13:51:12 +05:30
bendtherules d630d21b23 TODO - Mark some done 2019-09-12 13:47:49 +05:30
bendtherules 693dd69d32 findNode - Add findNodesByComponentName and findAllNodesByComponentName 2019-09-12 13:46:33 +05:30
bendtherules f01ae4fb2a TODO - Write test for traverseConfig changes 2019-09-11 17:02:53 +05:30
bendtherules 1ef5941a9e findNode* - Support traverseConfig 2019-09-11 16:54:53 +05:30
bendtherules e7e969cf65 traverse - Support traverseConfig 2019-09-11 16:54:32 +05:30
bendtherules 8326ec5bf7 traverseGenerator - Refactor config argument type to separate interface 2019-09-11 16:50:00 +05:30
bendtherules 0bc8c1af99 traverseGenerator - Add option to skip traversing siblings for first node
Which is usually expected, when we think of it as a recursive traversal
2019-09-11 16:18:40 +05:30
bendtherules aced1be6e8 Rewrite traverse.traverse using traverseGenerator 2019-09-11 15:13:21 +05:30
bendtherules 492e69f4dd traverse - Arrange functions in file 2019-09-11 14:58:13 +05:30
bendtherules 94ab7112f7 traverse - Fix prettier formatting 2019-09-11 14:50:28 +05:30
bendtherules 808ed790f3 jsdoc - Add spearator between examples of a function 2019-09-11 14:48:50 +05:30
bendtherules 817242dd25 traverseGenerator - Mark properties in yield object optional 2019-09-11 08:58:17 +05:30
bendtherules 827b282064 ts - Fix vscode version to workspace ts version 2019-09-11 08:57:12 +05:30
bendtherules c71b9ad531 Doc - Add doc for traverseGenerator with example 2019-09-11 08:55:13 +05:30
bendtherules 01e6932cd5 Docs - Update built docs 2019-09-09 18:41:32 +05:30
bendtherules 215153c516 Docs - Add doc for traverse.traverse method 2019-09-09 18:41:13 +05:30
bendtherules fd6dad21ad TODO - rewrite find using generators 2019-09-09 18:30:36 +05:30
bendtherules 30b1bfefea Docs - Update built docs 2019-09-09 18:20:17 +05:30
bendtherules e870a92e4b TODO - Skip sibling 2019-09-09 18:20:02 +05:30
bendtherules 6cffc96d60 Docs - In findNode, move exmaples above note section 2019-09-09 18:19:30 +05:30
bendtherules 4824828b51 Docs - Update built docs 2019-09-09 18:16:42 +05:30
bendtherules 5a2e7f1375 Docs - In findNode, fix example tag code blocks 2019-09-09 18:16:04 +05:30
bendtherules 977a376cad Docs - Update built docs 2019-09-09 17:43:58 +05:30
bendtherules 21231fcb11 Docs - Added for findNode methods 2019-09-09 17:41:58 +05:30
bendtherules b09af700c9 TODO - All optional root node in method params 2019-09-09 16:16:46 +05:30
bendtherules 55152a1be7 Readme - Add testing concern 2019-09-04 11:32:21 +05:30
bendtherules 8a69d1f1ca Docs - Add overview, concern and typedoc file link 2019-09-04 11:29:35 +05:30
bendtherules c40fc9b2c4 Release v0.0.7 v0.0.7 2019-09-04 10:51:02 +05:30
bendtherules 18ea2e7d2a package.json - Add docs generation to publish task 2019-09-04 10:46:41 +05:30
bendtherules e01fc3ab0b Release v0.0.6 v0.0.6 2019-08-29 17:37:45 +05:30
bendtherules ba2e842338 Readme - Update example with proper working code and CSB link 2019-08-29 17:36:17 +05:30
bendtherules b16012f81e Release v0.0.5 v0.0.5 2019-08-29 17:10:43 +05:30