* fix(populate): undefined populate child responds unmodified as expected - #310
* fix(auth): `UNLOAD_PROFILE` action type no longer dispatched (did not fix issue) - #301
* feat(populate): support for populating ordered data with multiple populates where one populate child missing
* feat(query): parsed query param added to allow disabling of automatic parsing - #302
* feat(config): `preserveOnLogin` config option added to allow preserving of pieces of state affected by `LOGIN` action (called by `login` action creator)
* feat(tests): test added to check profile state consistency on `LOGIN` dispatch - #301
* feat(tests): tests added for `getVal` helper
* feat(tests): Unit tests added for populating ordered data