Releases: aintgoin2goa/quizas
Release list
Default value
Adds the ability to add a default value, to be returned instead of null.
Filter and Map
Adds a couple of extra methods for working with Arrays
pluckValues()
Adds a new feature to allow plucking a single property from an array of objects and returning an array
Fixes poorly handled string issue
If you were drilling down but halfway you encounter a string or other primitive value an error was thrown - not any more!
Add ability to transform values whilst plucking/extracting
Merge pull request #10 from aintgoin2goa/feature/transform add ability to transform value whilst plucking and extracting
Always return object from copy()
Fixes an issue where if you call copy() on a value that doesn't exist you get undefined back
Actually fix falsy bug
Fix falsy bug
Fixes and issue where falsy values very treated the same as nonexistant ones.
Make writes immutable
This is a breaking change, but no-one else is using this module but me right now so fuck it.
Now the copy method treats the object passed to it as immutable and returns a new object instead.
Making deepRead more resilisant
Fixes an issue where doing this quizas(null, 'blah') would cause it to die. Now handling null values