ChangeLog
Noted Changes
- 2023-12-23: Repo cleanup (use non-hidden dirs, etc). Add API readme generation. Add git Changelog template
Git Log
git log
on Sun, 04 Feb 2024 02:09:14 +0000
- e026cfa (HEAD -> v0.8) simpler install instructions [3 minutes ago]
- 6ae90bb tag version ... [14 minutes ago]
- 340ae7f updated tag-version [17 minutes ago]
- 2a546c3 create tag-version script [30 minutes ago]
- 132f675 (origin/v0.8, help) cicd: again bump [4 hours ago]
- 556355b bump to ensure cicd disabled [4 hours ago]
- 9e25346 y [4 hours ago]
- 2d7829b cicd: remove pipeline to .bak file. It's running on every tag, including the tags that are created by the pipeline, so it needs fixed [4 hours ago]
- e4d9f32 cicd: bump [4 hours ago]
- d4a3f53 cicd: try new upload url [4 hours ago]
- 306df5a cicd: maybe fix file upload url [4 hours ago]
- db11db1 cicd: maybe fix file upload url [4 hours ago]
- ec57ea0 cicd: this worked before but now it won't idk why [4 hours ago]
- cde1462 cicd: omg [4 hours ago]
- 7a542c1 bump [4 hours ago]
- 832fe95 cicd: idk [4 hours ago]
- 104d5b2 cicd: maybe fix? [4 hours ago]
- 7cfbdbd cicd: trying fix for release [4 hours ago]
- b23f74a cicd: maybe fix assets:links:filepath? idk [4 hours ago]
- 5085060 cicd: ugh [4 hours ago]
- de6c208 cicd: set release job image to release-cli [4 hours ago]
- 0677965 cicd/build-phar: set phar.readonly=0 [4 hours ago]
- a37eb64 cicd: docker install zip [5 hours ago]
- 25e2a22 cicd: add libzip-dev to apt-get install list [5 hours ago]
- 27ad6f1 composer update taeluf/lexer, which now has scrawl as a dev-dependency [5 hours ago]
- 0dd692e cicd: tryin composer install --no-dev [5 hours ago]
- b9c11bb add "replace" to composer.json in hopes of getting the cicd composer install to work [5 hours ago]
- 3d1c738 remove unneeded installed things [5 hours ago]
- 737ae84 cicd: just trying stuff [5 hours ago]
- eb6fbff use env for shebang [5 hours ago]
- 6d5d3a3 composer update [5 hours ago]
- a845349 cicd: fix composer install [5 hours ago]
- 72d1d73 cicd: composer install [5 hours ago]
- fc23c97 cicd: more fixing [5 hours ago]
- 090b836 cicd: mkdir build [5 hours ago]
- 6eea498 cicd woohoo idk [5 hours ago]
- e65da76 idk cicd stuff i don't understand [5 hours ago]
- 455db73 Trying to create release with a pharchive [5 hours ago]
- 4c7ea04 path fix in build phar [5 hours ago]
- 4c3be3f add bin/build-phar command. I'm not sure that its feature complete, but it seems to work for the cli, which is the one use case I have. [6 hours ago]
- bf7c05a add git/CloneUrl template & document the utility function it calls U& add a return type [28 hours ago]
- e71a8df Add inline printing of [2 days ago]
- 5e84a13 Add alt link text to link() verb [2 days ago]
- d23dc61 run scrawl [2 days ago]
- a56488b add @link() verb [2 days ago]
- d21b651 run scrawl [6 weeks ago]
- bb13968 Add note that interfaces & enums are not supported [6 weeks ago]
- 3f453d1 slightly improve apireadme opening description [6 weeks ago]
- 71e970e full composer update [6 weeks ago]
- 81ebffd composer update taeluf/lexer to support trait docblocks [6 weeks ago]
- 8fb98e6 add trait support to api readme + a get_all_traits method to Scrawl proper [6 weeks ago]
- 94a10d4 status notes [6 weeks ago]
- 7535260 run scrawl [6 weeks ago]
- c119802 Fix url path for class documentation, so that any double forward-slashes are removed. [6 weeks ago]
- ed30a63 add git/ChangeLog template & a changelog documentation src file (template for everybody. src file for itself) [6 weeks ago]
- 6c61bbe Add api.generate_readme config (default TRUE). This is NEW Functionality that creates a README in the api/ dir. Created template for api readme generation & implemented it for Code Scrawl's docs [6 weeks ago]
- de02bb5 add api.output_dir configuration. Default avlue has same functionality as before (always output API to doc/api/ dir. Set null/false in your config to disable api output). [6 weeks ago]
- fd071e4 other fixes. run scrawl. No errors any more! [6 weeks ago]
- 4bc75e1 minor pathing fixes. run scrawl [6 weeks ago]
- 8a59b35 move files. code/ -> src/, .docsrc / -> docsrc/, .config/ -> config/, .doctemplate -> doctemplate/ [6 weeks ago]
- 5ac0d4e minor bugfix for declaration not found in the class template [7 weeks ago]
- 53718ae fix mdverbs template, used in the readme [2 months ago]
- 85d7e41 add 'last_x_lines' option to '@system()' command. some docs changes, it looks like [2 months ago]
- cbe9328 create defaults-1.0.json & add comments to defaults.json [2 months ago]
- fbbc157 add mdverb
@system()
[3 months ago] - cecddd2 support config/scraw.json as a config location [3 months ago]
- 460421a composer upgrade [5 months ago]
- e5aabfb idk [8 months ago]
- b9f5eb9 New introduction. Run scrawl [8 months ago]
- e154a2f too sleepy [8 months ago]
- e79ef9e in docs, add link to source code [8 months ago]
- 5f36fd3 experimental parse_rel_path method on scrawl [9 months ago]
- 777cd28 make get_doc_src_path work with README.md at the root dir [9 months ago]
- 3d98f77 allow php ext ->parse_file() to take an absolute path. One minor bugfix. Minor documentation changes [9 months ago]
- 78238f3 add get_doc_src_path for cli & get_doc_source_path for Scrawl. [11 months ago]
- 89cc06c add get_doc_path for use via cli, intended for use by vim/nerdtree [11 months ago]
- 90cbf1c create a debubg template for debugging @ast verb calls [1 year, 1 month ago]
- a8dcd1d bent diff [1 year, 1 month ago]
- db05612 fix file link for all classes template [1 year, 1 month ago]
- c30a177 bugfix for when no asts are generated [1 year, 1 month ago]
- 70bfa11 composer upgrade [1 year, 1 month ago]
- c648d78 add support for extensions by implementing TlfScrawlExtension. No unit tests, but I did write a TestExtension class that runs on this repo as a test. [1 year, 1 month ago]
- 9629723 minor documentation changes [1 year, 1 month ago]
- fb072aa minor fix in mdverbs template. run scrawl [1 year, 1 month ago]
- 1e658e5 make mdverb_ext accessible to bootstrap file. Document architecture. [1 year, 1 month ago]
- 1fe6265 move
require
of file.bootstrap to start of run() method. [1 year, 1 month ago] - 504d6a1 notes, composer update [1 year, 2 months ago]
- 2ef318c minor readme change [1 year, 2 months ago]
- e5db2b6 minor readme update [1 year, 2 months ago]
- 9c38404 minor changes to readme .run scrawl [1 year, 2 months ago]
- 487bd27 update readme documentation [1 year, 2 months ago]
- d79564b note about extensions [1 year, 2 months ago]
- 9cfbd2b update bin/scrawl to work with the new composer that stopped symlinking bin files [1 year, 2 months ago]
- 018f550 make config.json in .docsrc work & make composer_install template auto-detect the composer package name [1 year, 9 months ago]
- 98db8d9 fix the cli to auto-use the vendor install if present [1 year, 10 months ago]
- c6fdf8d when an md verb is not found, just return the source (while still warning in the console) [1 year, 10 months ago]
- 490d72b add a couple 'report's to the cli output. update docs [1 year, 11 months ago]
- 9ca31b1 composer update [1 year, 11 months ago]
- 392d8c0 (origin/v0.7, v0.7) minor fixes in ast/class_methods [1 year, 11 months ago]
- f3ff5ff delete unused docs [2 years ago]
- 9345c07 readme done! [2 years ago]
- 16c445d readme [2 years ago]
- 1ad6dfd fixed mdverbs issue in readme [2 years ago]
- 34ad813 i think readme is ready? [2 years ago]
- d06ff9e m [2 years ago]
- 3078783 m [2 years ago]
- 042f2c6 readme update [2 years ago]
- f8e21d8 readme might be good? [2 years ago]
- be8c0ef add mdverbs template & fix up the Templates list template [2 years ago]
- a47541f progress on an mdverbs template [2 years ago]
- 7f8f3ad notes [2 years ago]
- 5e67b73 notes [2 years ago]
- e4080e0 not [2 years ago]
- 11115dd run scrawl (with issues) [2 years ago]
- 7e59488 cleanup repo [2 years ago]
- 4a01555 note [2 years ago]
- 2afd2c1 cli runs successfully!!!! test passing [2 years ago]
- e0fbe92 maybe cli works now? [2 years ago]
- 1d7741b i think the cli is ready? [2 years ago]
- 8cc5eff cli transition in progress [2 years ago]
- f0c6973 rename Scrawl2 to Scrawl [2 years ago]
- 7ce7a9c mid-transition to use new scrawl for cli [2 years ago]
- 7cae443 full scral run test passing [2 years ago]
- e6507c6 full scrawl run is working ... the test is incomplete & some configs are not integrated [2 years ago]
- a783a34 all classes template works [2 years ago]
- 031d265 generate api dir working & tested [2 years ago]
- ab113a0 prototype generatin gapi docs ... notes [2 years ago]
- f3715db idk ... work on file ast parsing [2 years ago]
- 103dd00 add & test get_all_classes to php ext ... also fix issue with scrwall->get_template() ... it was using require_once() like a dummy [2 years ago]
- 25706a9 update & test function list template, class template, and class methods template [2 years ago]
- 09420d2 update and test composer install template [2 years ago]
- 010f611 test bash install template. reorganize ext code [2 years ago]
- 45090f5 delete old code. add notes [2 years ago]
- 816d0bd ast verb test ... complete? [2 years ago]
- c748a8e early implementation of ast verb [2 years ago]
- 894f37c delete old File, Php, and Regex classes (moved to my Stuff repo) [2 years ago]
- 0594815 notes [2 years ago]
- 71cbe9c cleanup. notes. md verb stuff [2 years ago]
- 3a2a756 updated all simple verbs & got a test passing [2 years ago]
- 0ffd17d md verbs partially implemented ... other stuff? [2 years ago]
- a0e1b9c move old code to old dirs. fix new tests to work with better regex (& the classes they test) [2 years ago]
- 840eae3 composer.lock [2 years ago]
- 8953360 update composer.json [2 years ago]
- 5e4bb23 notes [2 years ago]
- 64ce4c0 progress toward rewriting with new structure ... made an ew version of better reg (separate lib) [2 years ago]
- 839f529 re-implement ExportDocBlock extension [2 years ago]
- 05dbf2e successfull prototype of writing a classList template to doc dir [2 years ago]
- b33be33 prototyping a new setup for scrawl, that is more testable and less confusing [2 years ago]
- ab2e98a run scrawl [2 years ago]
- 37c817f add all_classes template [2 years ago]
- f4ea2bc note [2 years ago]
- 1f3e338 lexer integration iworking for php!!! ran scrawl to generate api docs [2 years ago]
- 504793b return early in @ast hhandler & print useful emssage [2 years, 1 month ago]
- c9d9b7b hopefully fix issue with redirecting to vendor/bin/scrawl [2 years, 2 months ago]
- ff224e6 fix error in composer.json [2 years, 2 months ago]
- c10160d bump for composer [2 years, 2 months ago]
- 7469a1f add bin script to composer.json [2 years, 2 months ago]
- 69e4a6e notes [2 years, 2 months ago]
- cd8d0b7 print json_encode($args) on generate_docs [2 years, 2 months ago]
- cb66a10 note [2 years, 2 months ago]
- 912f5ec note [2 years, 2 months ago]
- 83639e8 notes & docs [2 years, 2 months ago]
- 6b24511 fix init test [2 years, 2 months ago]
- 22be0fa some cleanup [2 years, 2 months ago]
- 8de3d1b start traits, delete old code, move scrawl's own doctemplate [2 years, 2 months ago]
- 154de80 scrawl config file & propmt before running scrawl or initing [2 years, 2 months ago]
- 43320e0 implement scrawl init [2 years, 2 months ago]
- d27211c implement run_init [2 years, 2 months ago]
- e7c0540 run scrawl [2 years, 2 months ago]
- 673a416 test: templates [2 years, 2 months ago]
- 8f87a82 regex test passing [2 years, 2 months ago]
- 99191d3 cleanup docs [2 years, 2 months ago]
- 1b8b727 fix: add makrdown.prependGenNotice to defaults [2 years, 2 months ago]
- 4b784da scrawl executes on self successfully (have not checked actual output) [2 years, 2 months ago]
- ca85175 add: cli lib implementation [2 years, 2 months ago]
- 27a0090 composer lock [2 years, 2 months ago]
- 25126f1 test: files present passing [2 years, 2 months ago]
- 412be8f files present test written [2 years, 2 months ago]
- 7e47b21 progress on docgen test [2 years, 2 months ago]
- 030de8f fix docs output dir. run scrawl [2 years, 2 months ago]
- 1537da7 add: template that lists code scrawl templates [2 years, 2 months ago]
- 920ea74 fix: mdverb bug [2 years, 2 months ago]
- 4ef6d86 fix: autoload file path [2 years, 2 months ago]
- 31a7f02 cleanup. write docs [2 years, 2 months ago]
- 583d167 update composer [2 years, 2 months ago]
- 6923682 update composer & generate lock file [2 years, 2 months ago]
- 0bfbcfb (origin/v0.5, v0.5) version notes [2 years, 2 months ago]
- 32ad469 notes [2 years, 2 months ago]
- 6ab250e notes about versions [2 years, 2 months ago]
- 0edc491 [no commit msg given] [2 years, 4 months ago]
- 879f39d [no commit msg given] [2 years, 4 months ago]
- c2fbc9f [no commit msg given] [2 years, 4 months ago]
- 5b7e299 notes [2 years, 4 months ago]
- 6095c37 link to code scrawl example [2 years, 4 months ago]
- 2adee9c clerical [2 years, 4 months ago]
- 6573930 minor notes [2 years, 4 months ago]
- a428ead fix autoload file [2 years, 4 months ago]
- 7b1d1e8 small classmap change [2 years, 4 months ago]
- fbefd63 fix composer.json. add note to readme [2 years, 4 months ago]
- 982323e remove old bash extension [2 years, 4 months ago]
- 267e95c bash stuff [2 years, 4 months ago]
- 73c0bc8 notes [2 years, 5 months ago]
- 1cdb057 notes [2 years, 5 months ago]
- c2de993 use classlist template to also show traits [2 years, 7 months ago]
- 4b4c3a6 apparently deleted my generated api docs. Updated the classList template for the latest phpgrammar [2 years, 7 months ago]
- c7a2cb2 note [2 years, 7 months ago]
- bf29d3c add error reporting. fix @ast_class and @ast. change lex setting to lex.php & lex.bash [2 years, 7 months ago]
- 183921e notes. tests failing [2 years, 7 months ago]
- ad141b3 composer description [2 years, 7 months ago]
- 23ef5b1 add description, fix dependencies [2 years, 7 months ago]
- 2c317f8 minor improvement to autoloading and config file output [2 years, 7 months ago]
- fab70f9 composer dep [2 years, 8 months ago]
- c0df098 composer dependency fix [2 years, 8 months ago]
- f0993ba move cli/scrawl to bin/scrawl [2 years, 8 months ago]
- ba54502 docblocks and TODOs [2 years, 8 months ago]
- 754b0f4 add bash_install template. improve composer install template. Add some simple verbs [2 years, 8 months ago]
- 1a0aae0 add gitlab, github, and facebook to easy links. fix bug with composer_install template [2 years, 8 months ago]
- 4905b52 fix bug in composer install template. add easy_link mdverb. fix mdverbs so they dont have to be at start or end of aline [2 years, 8 months ago]
- a27c06c added templates, lex config, an composer_install template [2 years, 8 months ago]
- f2650c6 notes, mostly... [2 years, 9 months ago]
- 74826fd idunno in a hurry [2 years, 9 months ago]
- 7015127 significant improvements to ast verb. md verbs now receive a list of arguments instead of an argliststring [2 years, 9 months ago]
- 53eff51 notes [2 years, 9 months ago]
- a6cc401 notes [2 years, 9 months ago]
- 1851ada refactor done. Seems to be functional [2 years, 9 months ago]
- fbac9be refactor complete? I think it works? [2 years, 9 months ago]
- 3276ed4 notes [2 years, 9 months ago]
- c341a67 much refactor, bu working rn [2 years, 9 months ago]
- d090279 clean up documentation files [2 years, 9 months ago]
- c5a71ae add @file() verb [2 years, 9 months ago]
- a0d61c5 update composer [2 years, 9 months ago]
- 7a8370b autoload improvement [2 years, 9 months ago]
- e488afb fix ast verb error [2 years, 10 months ago]
- a0c9ed5 small template fix [2 years, 10 months ago]
- 5ab13d1 [no commit msg given] [2 years, 10 months ago]
- a4e8274 docs updated [2 years, 10 months ago]
- cbeeb2b docs regen [2 years, 10 months ago]
- 6b4be1f fixed classlist errors, and a no-files-found bug [2 years, 10 months ago]
- c4dce73 classMethods template now outputs multi-line description successfully [2 years, 10 months ago]
- b636b3e add instancearg to classMethods declaration listing [2 years, 10 months ago]
- 7cc1a14 add ast extension and classMethods template [2 years, 10 months ago]
- 67934f0 [no commit msg given] [2 years, 11 months ago]
- aefb7b3 implement functionList template in BashApiLexer [2 years, 11 months ago]
- 9bba529 status doc [2 years, 11 months ago]
- 48cf020 suppress mkdir error & phpapi lexer foreach error [2 years, 11 months ago]
- d284938 Add BashApiLexer [2 years, 11 months ago]
- d743a25 some refactor [2 years, 11 months ago]
- bf7bacf implement lexer-based php api scraper. refactor [2 years, 11 months ago]
- c2330be [no commit msg given] [2 years, 11 months ago]
- 40324cd started status doc [2 years, 11 months ago]
- c61150a prototype class list templating [2 years, 11 months ago]
- 02d5976 prototype of class & method finding [3 years ago]
- a2ecef3 implement BetterReg in Configs own extension [3 years ago]
- da9833e implement BetterReg in Events own extension [3 years ago]
- 65bdc90 cleanup [3 years ago]
- 02e10a1 refactored verb matching [3 years ago]
- 80a28ad implement BetterReg in ExportDocBlock extension [3 years ago]
- 8f49735 add ext.PhpApiScraper setting [3 years ago]
- f83f558 add interface & trait to class-finder. Convert autoloader to 2-step classmap, rather than require_all_in_dir. Prototyped output of methods along with class [3 years ago]
- 24635a8 funcitonal prototype of PhpApi extension [3 years ago]
- fed6933 rename Extensions [3 years ago]
- 4328cb5 implement verb-calling in markdown files [3 years ago]
- 0b48e05 recover tlf-test.json [3 years ago]
- 0309df4 fixed test [3 years ago]
- a06b9a5 integrate regex_matching. Resolve merge conflict. [3 years ago]
- 4173c72 Create and implement Regex Matching Utility for Shared Extensions [3 years ago]
- d4a648e assign defaults when target directory does not exist [3 years ago]
- e9b1b9e Copy Readme.md to root of project [3 years ago]
- e49ff5c autoload function, autoload setting is now used, minor docs improvements [3 years ago]
- c16a887 provided default value of empty array for scrawl.ext [3 years ago]
- 2eeb15b description [3 years ago]
- 7097dfb todos [3 years ago]
- 4fa175f cleaned up Extensions docs [3 years ago]
- ce3e743 docs finished? Except cliAndPhp, but thats ok [3 years ago]
- ee2d6ee extensions docs [3 years ago]
- 79ac501 todos cleaned up [3 years ago]
- 6664826 docs are sorta decent [3 years ago]
- e3751b2 Save made by GitBent with no description from user. [3 years ago]
- 50d81fd Save made by GitBent with no description from user. [3 years ago]
- 01bffae Save made by GitBent with no description from user. [3 years ago]
- 9b5ea2d Save made by GitBent with no description from user. [3 years ago]
- 16cbbe6 Save made by GitBent with no description from user. [3 years ago]
- 95b1526 Save made by GitBent with no description from user. [3 years ago]
- f31451b Save made by GitBent with no description from user. [3 years ago]
- d682e3f configs docs [3 years ago]
- b5183b0 Save made by GitBent with no description from user. [3 years ago]
- e2a4a5d regen-docs [3 years ago]
- 079e24d updated README, started files for other docs [3 years ago]
- ee30ae3 non-joiners... [3 years ago]
- d175654 README improvements [3 years ago]
- d8f0e7c Save made by GitBent with no description from user. [3 years ago]
- 9dd5fc2 started the 'Getting Started' section [3 years ago]
- 75a1504 progress on docs. deleted old docs [3 years ago]
- fccc8ab configs and most extension calls are now being auto-documented [3 years ago]
- 82807ac added the deleteExistingDocs setting listing into Cli prompt. Updated docs. Reran scrawl [3 years ago]
- 77a2c90 worked on documentation [3 years ago]
- 9f54833 some more docs. dir removal is working [3 years ago]
- 8e18d81 some tests. Added dangerous remove non empty directory function & implemented a deleteExistingDocs feature [3 years ago]
- 6ec550d updated Readme [3 years, 1 month ago]
- ea6a6b9 Save made by GitBent with no description from user. [3 years, 1 month ago]
- 3196460 deleted old code [3 years, 1 month ago]
- 7034129 cleaning up repo [3 years, 1 month ago]
- 2b23f66 template source files are writing to proper destination. key exports are working, too [3 years, 1 month ago]
- c418384 its pretty much functional, i think? testing it & cleaning up problems rn [3 years, 1 month ago]
- 9315851 refactored cli. progress on config intake. added config file to scrawl (for documenting itself). wrote some notes, a todo [3 years, 1 month ago]
- d14f87d Save made by GitBent with no description from user. [3 years, 1 month ago]
- 01151ca progress on default configs, minor cli changes [3 years, 1 month ago]
- 03d4d25 cli script & autoload, renamed properties 'docu' to 'scrawl' [3 years, 1 month ago]
- 977f43e extensioninterface, refactored approach to extensions, changed name to Scrawl [3 years, 1 month ago]
- 387772c notes for future reed [3 years, 1 month ago]
- a71fd98 refactored almost everything, but there's still gaps in functionality [3 years, 1 month ago]
- 6b4e873 Nearly figured out new design, still much code to move & get working again [3 years, 1 month ago]
- 4b7ef8d idk [3 years, 1 month ago]
- 3ddebb0 added some notes about future plans [3 years, 2 months ago]
- 0d375be updated url [3 years, 4 months ago]
- e034d06 readme [3 years, 4 months ago]
- b4dee81 install works! Fixed .gitignore [3 years, 4 months ago]
- 624a821 a note [3 years, 4 months ago]
- 8f32514 testing installs cript [3 years, 4 months ago]
- 932040e possibly fixed the install script [3 years, 4 months ago]
- e1db2bc readme is probably real good now! [3 years, 4 months ago]
- 14601e0 built [3 years, 4 months ago]
- 2f70a8e readme work [3 years, 4 months ago]
- 824b541 rebuilt [3 years, 4 months ago]
- 004c0a6 readme improvmeents [3 years, 4 months ago]
- 149cf46 rebuilt [3 years, 4 months ago]
- e942899 cleaned up readme src [3 years, 4 months ago]
- d18835c re-built [3 years, 4 months ago]
- 5cb82b2 rewriting README. Going to re-build and view in browser [3 years, 4 months ago]
- babec5f improved install instructions [3 years, 4 months ago]
- 257bbf9 notes [3 years, 5 months ago]
- 0a6cf3a Save made by GitBent with no description from user. [3 years, 5 months ago]
- 2353d70 Save made by GitBent with no description from user. [3 years, 5 months ago]
- efcc351 Save made by GitBent with no description from user. [3 years, 5 months ago]
- 1586856 minor docs [3 years, 5 months ago]
- a808fe9 bash documenting is functional [3 years, 5 months ago]
- 936e3a4 Save made by GitBent with no description from user. [3 years, 5 months ago]
- bc9e39a improved install script and added .gitignore [3 years, 5 months ago]
- 95f47e2 added code-install dir [3 years, 5 months ago]
- ea75980 Save made by GitBent with no description from user. [3 years, 5 months ago]
- c6e9b28 moved folders around [3 years, 5 months ago]
- f84cb79 Going to refactor, maybe change some of the api [3 years, 5 months ago]
- 8a3ef9e actually added self-promo todo item [3 years, 5 months ago]
- ad05103 added self-promo todo item [3 years, 5 months ago]
- a3f8d6c docs are in good order! [3 years, 5 months ago]
- 97bbe04 Save made by GitBent with no description from user. [3 years, 5 months ago]
- a806e6c Save made by GitBent with no description from user. [3 years, 5 months ago]
- 3b2b338 install instructions [3 years, 5 months ago]
- 5b5cb50 Save made by GitBent with no description from user. [3 years, 5 months ago]
- ae8cb79 Save made by GitBent with no description from user. [3 years, 5 months ago]
- 9c54981 testing docs [3 years, 5 months ago]
- 6690b0e improved docs [3 years, 5 months ago]
- 0282a29 export wrapped block is working. Need to fix left-hand-padding [3 years, 5 months ago]
- b5908ec refactored. Now will implement wrapped export [3 years, 5 months ago]
- a6fdb01 exports moved out of docs folder, with unused-exports renamed & in docs folder as well [3 years, 5 months ago]
- 133b1c5 docs are nice! [3 years, 5 months ago]
- 52d75af Save made by GitBent with no description from user. [3 years, 5 months ago]
- 543682b Docs are in decent shape [3 years, 5 months ago]
- 3d29bb6 Save made by GitBent with no description from user. [3 years, 5 months ago]
- 7623c98 Save made by GitBent with no description from user. [3 years, 5 months ago]
- a92c157 Save made by GitBent with no description from user. [3 years, 5 months ago]
- 5c383c4 Save made by GitBent with no description from user. [3 years, 5 months ago]
- 994ddce Save made by GitBent with no description from user. [3 years, 5 months ago]
- 80b54c1 readme improvements [3 years, 5 months ago]
- 2a31003 Save made by GitBent with no description from user. [3 years, 5 months ago]
- 21349ef Save made by GitBent with no description from user. [3 years, 5 months ago]
- f9247b4 added TODO [3 years, 5 months ago]
- 3701e91 Is this on webhook? Just checking [3 years, 5 months ago]
- 799ca20 just [3 years, 6 months ago]
- 4c2223d whatever wehbook [3 years, 6 months ago]
- 15afca4 webhook test... hopefully the last one [3 years, 6 months ago]
- e3aacd1 new lines, webhook testing [3 years, 6 months ago]
- af77303 new lines webhook [3 years, 6 months ago]
- 6e0623a blank lines for webhook testing [3 years, 6 months ago]
- 94cede7 webhook tests [3 years, 6 months ago]
- 46cee81 same testing [3 years, 6 months ago]
- 86227d0 remove blank lines for webhook testing [3 years, 6 months ago]
- f76415b blank lines for git webhook testing [3 years, 6 months ago]
- f7a32bb added preserveNewLines feature [3 years, 6 months ago]
- eda7f44 classmap instead of psr4 [3 years, 6 months ago]
- 975128c composer [3 years, 6 months ago]
- 0419d28 autoload [3 years, 6 months ago]
- ebc1945 docs done for now [3 years, 6 months ago]
- d8f4a60 l [3 years, 6 months ago]
- 9bc23d3 update [3 years, 6 months ago]
- 38c0dcf l [3 years, 6 months ago]
- 0dc51af doc update [3 years, 6 months ago]
- 2b38c26 docs and minor improvements [3 years, 6 months ago]
- 589a843 blah [3 years, 6 months ago]
- c6995a4 (tag: archive/master) seems to be working! [3 years, 6 months ago]
- f201952 Create LICENSE [3 years, 6 months ago]
- 269ae2f l [3 years, 6 months ago]
- 8e92342 l [3 years, 6 months ago]
- feb488c initial commit [3 years, 6 months ago]