aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-29Add skip-not-found toggle to .read when called with (Str, Str, Bool)v1.2.1Patrick Spek3-11/+14
2017-07-29Update README back to use $ sigilsPatrick Spek1-9/+9
2017-07-29Clean up all testsPatrick Spek6-18/+18
2017-07-29Add tests for using .get with a Nil keyPatrick Spek1-1/+4
2017-07-29Add tests for reading a List of filesPatrick Spek2-4/+15
2017-07-29Update READMEPatrick Spek1-15/+18
2017-07-29Version bumpv1.2.0Patrick Spek1-1/+1
2017-07-29Add tests for associative indexingPatrick Spek1-1/+5
2017-07-29Use the correct self reference instead of $selfPatrick Spek1-5/+5
2017-07-29Use the correct type Bool instead of boolPatrick Spek1-1/+1
2017-07-29Initial draft for associative indexingPatrick Spek1-1/+26
2017-07-29Update travis configPatrick Spek1-1/+1
2017-07-29Add a fallback method in case the key for .get is NilPatrick Spek1-0/+7
2017-07-29Make the read method return False if no files were loadedPatrick Spek1-3/+8
2017-07-29Add editorconfig to the projectPatrick Spek1-0/+6
2017-04-27Update method sigs, type checking and testsPatrick Spek6-45/+50
2017-04-27Add specific rakudo versionsPatrick Spek1-0/+2
2017-04-26Rename test filesPatrick Spek4-0/+0
2017-04-26Add Config::Parser::NULL for testcasesPatrick Spek8-10/+85
2017-04-26Merge pull request #2 from scriptkitties/with-hash-mergev1.1.0Patrick Spek5-26/+111
2017-04-26I fucked up the testPatrick Spek1-2/+2
2017-04-26Fix thrown exceptionPatrick Spek1-1/+1
2017-04-26Fix the easy bugsPatrick Spek2-15/+17
2017-04-26Update test plansPatrick Spek3-3/+3
2017-04-26Add a get without params to get the entire config hashPatrick Spek1-0/+6
2017-04-26Update test casesPatrick Spek3-0/+29
2017-04-26Initialize path and parser with empty stringPatrick Spek1-2/+2
2017-04-26Add a multi method set() that accepts an array for the keyPatrick Spek1-2/+7
2017-04-26Version bump before I forgetPatrick Spek1-1/+1
2017-04-26Add a multi method has() that accepts an array paramPatrick Spek1-15/+12
2017-04-26Add some additional commentsPatrick Spek1-4/+33
2017-04-26Add a .clear() to clear the configPatrick Spek1-0/+7
2017-04-26Make .read() merge the hashes and allow an array of paths to loadPatrick Spek2-3/+13
2017-04-26Merge pull request #1 from scriptkitties/docsPatrick Spek11-76/+185
2017-04-24Update exceptions with more meaningful messagesPatrick Spek10-22/+63
2017-04-24Extend the examplesPatrick Spek1-4/+13
2017-04-24Sort Config methods alphabeticallyPatrick Spek1-57/+57
2017-04-24Add build status iconPatrick Spek1-0/+2
2017-04-24Extend the readmePatrick Spek1-0/+57
2017-04-24Update the test cases to check for the right valuePatrick Spek1-3/+3
2017-04-24Add test descriptionsPatrick Spek3-10/+12
2017-04-23Add travis configPatrick Spek1-0/+14
2017-04-23Remove the \? in some method signaturesv1.0.0Patrick Spek1-4/+4
2017-04-23Add missing pm6 files to META6.jsonPatrick Spek1-1/+7
2017-04-23Update typo in META6.jsonPatrick Spek1-1/+1
2017-04-23Add multi get() to accept arraysPatrick Spek2-2/+19
2017-04-23Remove $_ in favor of a named varPatrick Spek1-9/+9
2017-04-23Clear precomp filesPatrick Spek28-14/+2
2017-04-23Initial commitPatrick Spek39-0/+299