ENMAP V6 PRE-RELEASE ALPHA
If you use this, don't.
V5 => V6
The biggest changes in V6 is that the cache is removed, any method that previously only worked on cached data will now work on all data.
The cache may return as middleware or an option, but for now, it's been removed.
Migration todo list
Renamed or alias removed
length, count => size
indexes => keys()
deleteAll => clear()
array => values()
keyArray => keys()
Removed due to deprecation
setProp, pushIn, getProp, deleteProp, removeFrom, hasProp, exists
Deleted as no longer relevant
fetch()
fetchEverything()
evict()
changed()
observe()