An open API service providing commit metadata for open source projects.

GitHub / dflydev/dflydev-dot-access-data / commits

Given a deep data structure representing a configuration, access configuration by dot notation.

SHA Message Author Date Stats
a23a2bf4 Update CHANGELOG.md Colin O'Dell <c****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
22dd1f72 merge Merge pull request #49 from dflydev/colinodell-patch-1 Colin O'Dell <c****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
b48c86d8 Test on newer PHP versions Colin O'Dell <c****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
6488cfcd merge Merge pull request #47 from smnandre/patch-1 Colin O'Dell <c****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
bba15f31 [Fix] PHP 8.4 compatibility Simon André <s****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f4171546 Prepare to release v3.0.2 Colin O'Dell <c****l@g****m> almost 4 years ago
72540c99 merge Merge pull request #45 from madflow/fix/return-types-to-doc-blocks Colin O'Dell <c****l@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
7a043296 add return types to doc blocks madflow <m****w@u****m>
Committed by: Colin O'Dell <c****l@g****m>
almost 4 years ago
b2444050 merge Merge pull request #41 from dhrrgn/upgrade-psalm Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
91192e2c Upgrade to Psalm 4 to fix issues since #40. Dan Horrigan <d****n@d****m> almost 5 years ago
0992cc19 Prepare for 3.0.1 release. Beau Simensen <b****u@d****m> about 5 years ago
bcec53d4 merge Merge pull request #40 from driesvints/php81-attributes Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
1b1d0847 Implement ReturnTypeWillChange attributes Dries Vints <d****s@v****o> about 5 years ago
e04ff030 Prepare to release v3.0.0 Colin O'Dell <c****l@g****m>
Committed by: Beau Simensen <b****u@d****m>
over 5 years ago
6eaddfec merge Merge pull request #38 from colinodell/fix-phpstan-check Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
40e95dbb merge Merge pull request #37 from open-source-contributions/test_enhancement Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e45f9efc Fix PHPStan check Colin O'Dell <c****l@g****m> over 5 years ago
58fc733d Improve assertions peter279k <p****k@g****m> almost 6 years ago
6b875511 merge Merge pull request #36 from colinodell/update-changelog Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
7b2ca306 merge Merge pull request #35 from colinodell/fix-false-issue-detection Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
aaa31f90 merge Merge pull request #34 from colinodell/test-for-numeric-keys Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
01407e19 Add recent changes to the CHANGELOG Colin O'Dell <c****l@g****m> almost 6 years ago
2e7e2b24 Ignore false return type detection by PHPStan Colin O'Dell <c****l@g****m> almost 6 years ago
b9271b61 Add tests for numeric array access Colin O'Dell <c****l@g****m> almost 6 years ago
f0c701c5 merge Merge pull request #33 from colinodell/changelog Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
9bef95cd merge Merge pull request #32 from colinodell/merge-modes Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
2951b7dc merge Merge pull request #30 from colinodell/allow-null-values Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
4fb303eb Implement a changelog Colin O'Dell <c****l@g****m> almost 6 years ago
16388ed1 Fix bug when merging an array with a non-array Colin O'Dell <c****l@g****m> almost 6 years ago
3824b8ac Add new MERGE import mode; change clobber to no longer be boolean Colin O'Dell <c****l@g****m> almost 6 years ago
da970b76 Allow null values Colin O'Dell <c****l@g****m> almost 6 years ago
6f8ff52b merge Merge pull request #26 from colinodell/badges Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
68a1126c merge Merge pull request #27 from colinodell/add-colin-as-contributor Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
bf2f0bd1 merge Merge pull request #29 from colinodell/throw-exception-on-missing-key Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
a3314cd4 merge Merge pull request #28 from colinodell/cleanup Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c383e69a Throw exception when accessing non-existent key paths and not providing a def... Colin O'Dell <c****l@g****m> almost 6 years ago
b24e50c9 Use strict types Colin O'Dell <c****l@g****m> almost 6 years ago
dbaf6677 Make keyToPathArray() a static method Colin O'Dell <c****l@g****m> almost 6 years ago
a7437fba Improve exception messages Colin O'Dell <c****l@g****m> almost 6 years ago
5d58a26c Fix test not being executed Colin O'Dell <c****l@g****m> almost 6 years ago
4ae65e3b Document the allowed usage of slashes for key path delimiters Colin O'Dell <c****l@g****m> almost 6 years ago
8381de46 Document additional behavior including when exceptions are thrown Colin O'Dell <c****l@g****m> almost 6 years ago
9be38e8c Simplify key iteration Colin O'Dell <c****l@g****m> almost 6 years ago
50f6f1dd Add Colin O'Dell as a contributor Colin O'Dell <c****l@g****m> almost 6 years ago
035d8e26 Add badges to README Colin O'Dell <c****l@g****m> almost 6 years ago
7c13ae11 Update alias for main branch to 3.x-dev Beau Simensen <b****u@d****m> almost 6 years ago
cbe18c6e merge Merge pull request #24 from colinodell/slash-delimiters-hard-coded Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
5b2ba690 merge Merge pull request #20 from colinodell/better-exceptions Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
7564f352 merge Merge pull request #23 from colinodell/fix-test-failures Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
507a699d Allow forward-slashes to be use as path delimiters Colin O'Dell <c****l@g****m> almost 6 years ago
c969ee13 Pull all path splitting logic into a single method Colin O'Dell <c****l@g****m> almost 6 years ago
e66b8e86 Remove accidental copy-paste Colin O'Dell <c****l@g****m> almost 6 years ago
5d723278 Fix code style issues Colin O'Dell <c****l@g****m> almost 6 years ago
a3ec1b50 merge Merge pull request #19 from colinodell/scrutinizer-ci Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
f542afa9 merge Merge pull request #18 from colinodell/code-quality-and-tests Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
760706a5 merge Merge pull request #17 from colinodell/array-access Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
28e71554 Fix code coverage on PHP 7.1 Colin O'Dell <c****l@g****m> almost 6 years ago
1064bbdd Implement more-specific exceptions Colin O'Dell <c****l@g****m> almost 6 years ago
0d97a07a Use Scrutinizer CI to track code coverage and quality Colin O'Dell <c****l@g****m> almost 6 years ago
d5238426 Add psalm purity markers Colin O'Dell <c****l@g****m> almost 6 years ago
900ac8c2 Add CONTRIBUTING.md guide Colin O'Dell <c****l@g****m> almost 6 years ago
97e1c611 Add Composer script shortcuts to simplify testing Colin O'Dell <c****l@g****m> almost 6 years ago
6f7a42d3 Add .editorconfig file to pre-configure contributor IDEs Colin O'Dell <c****l@g****m> almost 6 years ago
392d36e1 Update code to match PSR-12 code style Colin O'Dell <c****l@g****m> almost 6 years ago
d55cd495 Check code style against PSR-12 Colin O'Dell <c****l@g****m> almost 6 years ago
8d959087 Clean up type definition issues found by phpstan Colin O'Dell <c****l@g****m> almost 6 years ago
bbbc4c38 Remove redundant array check found by Psalm Colin O'Dell <c****l@g****m> almost 6 years ago
3d84f82c Exclude unnecessary files from release archive exports Colin O'Dell <c****l@g****m> almost 6 years ago
9961e9a0 Add phpstan and psalm for static analysis Colin O'Dell <c****l@g****m> almost 6 years ago
bac904fd Test on PHP 8 Colin O'Dell <c****l@g****m> almost 6 years ago
d525666e Test using newer versions of PHPUnit Colin O'Dell <c****l@g****m> almost 6 years ago
d37c5d13 Switch from Travis CI to Github Actions Colin O'Dell <c****l@g****m> almost 6 years ago
a48109d7 Bump minimum PHP version to 7.1; test up to PHP 7.4 Colin O'Dell <c****l@g****m> almost 6 years ago
aca3e0c3 Implement ArrayAccess interface Colin O'Dell <c****l@g****m> almost 6 years ago
b5899e06 merge Merge pull request #14 from mikeryan776/master Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
71c4ffe5 Fix typo, license in README. Mike Ryan <m****n@v****m> over 8 years ago
70a44e8a merge Merge pull request #12 from martinssipenko/php7 Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
07a88353 Only support PHP 7.0 and above Martins Sipenko <m****o@g****m> over 8 years ago
3fbd8749 merge Merge pull request #7 from grasmash/master Beau Simensen <b****u@d****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
c93ea4af Fixing has() to recognize keys with null value. Matthew Grasmick <m****k@g****m> over 9 years ago
9c253bb1 merge Merge pull request #4 from cfrutos/master Beau Simensen <b****u@d****m> over 10 years ago
ec305d27 Adding has() method for key checking cronopio <c****s@l****r> over 10 years ago
7a0960d0 merge Merge pull request #3 from eggnaube/master Beau Simensen <b****u@d****m> about 11 years ago
52ec5113 Update buildmatrix to include PHP 5.5 & 5.6 Benno <b****o@e****m> about 11 years ago
9cc014e1 merge Merge pull request #2 from eggnaube/master Beau Simensen <b****u@d****m> about 11 years ago
0923278e Update README.md Benno <b****o@e****m> about 11 years ago
24f7fcc6 Add a default value to the getter. Benno Eggnauer <b****r@w****h> about 11 years ago
e66b3b0d merge Merge pull request #1 from Narno/patch-1 Beau Simensen <b****u@d****m> over 11 years ago
2738e7c2 Update README.md Arnaud Ligny <a****d@l****g> over 11 years ago
d493ca16 Travis. Beau Simensen <b****u@d****m> about 14 years ago
c6bf7105 CS Beau Simensen <b****u@d****m> about 14 years ago
06dc131d Updated License, composer changes, moved tests. Beau Simensen <b****u@d****m> about 14 years ago
aaf31323 Fix composer meta data Beau Simensen <b****u@d****m> over 14 years ago
ffabf1ca Additional testing, set cannot clobber strings, get should return null if try... Beau Simensen <b****u@d****m> over 14 years ago
e44e2887 Examples. Beau Simensen <b****u@d****m> over 14 years ago
bf5b80ff Remove dependencies and added some usage. Beau Simensen <b****u@d****m> over 14 years ago
bcff9aef Finished implementation, finished testing. Beau Simensen <b****u@d****m> over 14 years ago
645f4a7c More configuration -> data Beau Simensen <b****u@d****m> over 14 years ago
b9d0db41 Updated README Beau Simensen <b****u@d****m> over 14 years ago
889ed12e Renamed to dot access data Beau Simensen <b****u@d****m> over 14 years ago

← Back to repository