Commit Graph

20 Commits

Author SHA1 Message Date
Ismo Vuorinen
aec5ec026a Bump php to ^8.0, add tooling, linting, fixes 2024-12-11 12:58:22 +02:00
Victor Gonzalex
af513debec allow for custom namespacing 2020-03-18 08:50:45 -04:00
Victor Gonzalex
163be72b86 fixes all tests 2020-03-18 07:57:45 -04:00
Victor Gonzalex
168923d3da wip getting the Storage driver to work for remote json files 2020-03-17 16:31:17 -04:00
nullthoughts
8a987b89c5 Update namespace 2020-03-17 14:01:56 -04:00
Victor Gonzalez
cdd675a862 fix broken tests with removal of str_studly 2019-10-15 11:38:11 -04:00
distinctm
916f203c5b Switches type hinting of objects to stdClass for 7.1 backwards compatibility 2019-08-23 10:03:26 -04:00
Mateus Junges
2b27089c60 Apply fixes from StyleCI 2019-06-20 16:23:30 +00:00
distinctm
e7608ca9d6 Filters for JSON files, closes #8 2019-06-12 17:52:32 -04:00
distinctm
3641ac5bd2 Support for ordered sync/importing
- Order specified in config
- Tests for ordered sync
- New ErrorUpdatingModelException specifies which Model the error was thrown on
2019-06-12 17:33:56 -04:00
Victor Gonzalez
7d09b428ce Refactor to custom exceptions & minor code style fixes 2019-01-28 18:52:53 -05:00
distinctm
6a0932af37 Fix incorrect getFiles type hinting. Update docblock 2019-01-24 17:44:04 -05:00
distinctm
83c147ace9 Implements #7 2019-01-24 17:27:30 -05:00
distinctm
24bb6b6d0a WIP issue #4 2019-01-24 16:31:01 -05:00
distinctm
7755d461f9 Remove deprecated code 2019-01-23 17:23:31 -05:00
distinctm
26ab964505 Wraps getCriteria & getValues in resolveObjects.
- Avoids removing identifiers in resolveObjects (underscore)
2019-01-23 13:42:44 -05:00
distinctm
82185c0e80 Switches to File facade, resolves objects for both criteria and values
- File facade allows access to directories outside of filesystem disks
2019-01-23 13:25:45 -05:00
Jani Gyllenberg
8dbdeb3e66 Allows for user provided path option 2019-01-22 22:28:27 -05:00
Jani Gyllenberg
462843a373 Rename attributes to critiera (easier to understand) 2019-01-22 21:38:02 -05:00
Jani Gyllenberg
2bb1356df3 Throw Exception on missing attributes 2019-01-22 21:33:54 -05:00