Commit Graph

241 Commits

Author SHA1 Message Date
Nat Zimmermann
3830bc0d26
[Str] improve metaphone error handling (#159) 2021-03-20 20:24:24 +01:00
Saif Eddin Gmati
691a591daf
remove SymfonyInsights badge 2021-03-19 05:14:48 +01:00
azjezz
a23f14859e [IO] fix coding standards 2021-03-19 04:50:11 +01:00
azjezz
322d78087f [IO] update documentation 2021-03-19 04:47:11 +01:00
azjezz
4b9ecae1aa [IO] add Interface suffix to handles 2021-03-19 04:46:37 +01:00
Saif Eddin Gmati
8e485cabe2
[IO] Introduce IO component (#127) 2021-03-19 04:34:39 +01:00
Saif Eddin Gmati
9533866a3f
don't run IO tests on windows (#158) 2021-03-18 16:03:21 +01:00
Saif Eddin Gmati
015ae01048
split documentation (#156) 2021-03-17 21:23:46 +01:00
azjezz
96cf513172 improve symbol links in documentation 2021-03-17 02:13:15 +01:00
azjezz
978de7b7a6 [docs] fix double notice 2021-03-15 03:20:30 +01:00
azjezz
0f76920c24 use bootstrap in documenter instead of autoloading 2021-03-15 03:16:14 +01:00
azjezz
13596f0ff1 don't install dependencies when checking documentation 2021-03-15 03:15:05 +01:00
azjezz
f1fb7e2249 add link to API documentation in README 2021-03-15 03:14:51 +01:00
azjezz
257194f3f9 update documentation workflow, split component documentation, use PSL in documentation generator.
Co-authored-by: Danack <Danack@basereality.com>
2021-03-15 03:02:42 +01:00
Danack
467e436388 Add doc gen, and check committed docs are up-to-date. 2021-03-15 03:02:42 +01:00
azjezz
eb4a93ecdb fix coding standards 2021-03-14 18:34:16 +01:00
azjezz
daa65c20c8 add 'literal_scalar' type 2021-03-14 18:34:16 +01:00
azjezz
a43a784065 [Type] add optional types 2021-03-14 18:34:16 +01:00
Saif Eddin Gmati
fefef44c4e
add new coding standard rules for phpdoc blocks (#154) 2021-03-10 00:12:23 +01:00
azjezz
3621bf2632 [Filesystem] Introduce filesystem component 2021-03-08 07:29:51 +01:00
azjezz
f32efe4597 [Html] add strip_tags function 2021-03-05 15:43:10 +01:00
azjezz
347747f720 [Html] Introduce HTML component 2021-03-05 14:43:52 +01:00
azjezz
24fd97e4db [Regex] add replace_by function 2021-03-05 12:44:41 +01:00
azjezz
15f9aae474 remove composer autoloading 2021-03-02 11:52:20 +01:00
azjezz
81ab0abce6 [Shell] Introduce shell component 2021-03-01 04:02:29 +01:00
azjezz
c34f75bcb2 [Json] use TypeInterface 2021-02-21 05:04:27 +01:00
Saif Eddin Gmati
2af0f628d3
[Dict] add intersect and diff functions (#137) 2021-02-20 20:48:20 +01:00
azjezz
781e8d5017 remove automatic release ( for now ) 2021-02-20 20:41:20 +01:00
Saif Eddin Gmati
8dac5bc82d
[Regex] Introduce Regex component (#135) 2021-02-20 20:37:42 +01:00
Saif Eddin Gmati
b33d6b2003
[Vec] add filter and map functions (#136) 2021-02-19 21:04:54 +01:00
azjezz
a48ed5caa7 don't use branch name for badges 2021-02-17 21:29:39 +01:00
Gert de Pagter
e299d09e29 Point phpunit to local xsd 2021-02-17 21:23:39 +01:00
azjezz
5d6fdc462e fix coding standards 2021-02-17 21:04:27 +01:00
azjezz
eac00e72ab [Type] add more tests 2021-02-17 21:04:27 +01:00
azjezz
7eb29b80dd fix coding standards 2021-02-17 21:04:27 +01:00
azjezz
57a8741d71 migrate from Type\is_* to Type\*()->matches 2021-02-17 21:04:27 +01:00
azjezz
9445a1e0e5 [Type] add vec and dict type tests 2021-02-17 21:04:27 +01:00
azjezz
d810e439c8 [Type] fix mixed matches test 2021-02-17 21:04:27 +01:00
azjezz
58473a72ce [Type] add vec and dict types 2021-02-17 21:04:27 +01:00
azjezz
2027d1fdba [Type] add TypeInterface and Type::matches() 2021-02-17 21:04:27 +01:00
Christophe Coevoet
934c879174
Fix the name of the psalm plugin class in the readme (#126) 2021-02-16 11:02:56 +01:00
Saif Eddin Gmati
4caeb0ae9f
[Encoding] introduce encoding component (#56) 2021-02-16 03:00:48 +01:00
Saif Eddin Gmati
78289a139c
move psalm integration to integration directory (#125) 2021-02-16 02:17:35 +01:00
Saif Eddin Gmati
434da8e324
[Arr] deprecate duplicated functions (#124) 2021-02-16 01:49:55 +01:00
Saif Eddin Gmati
47d4377214
[Dict] Introduce dict component (#123) 2021-02-16 00:23:01 +01:00
Saif Eddin Gmati
75e3b949f9
[Vec] Introduce vec component (#121) 2021-02-13 20:16:20 +01:00
Saif Eddin Gmati
c4c497649d
[Type] add shape (#119) 2021-02-09 21:15:06 +01:00
Saif Eddin Gmati
958a8e9b1f [Type] fix parameters name in union function. 2021-02-02 16:36:54 +01:00
Saif Eddin Gmati
b6af6c0645
[Type] add non-empty-string type (#116) 2021-02-01 21:09:38 +01:00
Toon Verwerft
289d30c622
[Iter][Arr] flat_map function (#112) 2021-02-01 21:03:16 +01:00