v1.0.0
v1.0.0
7 December 2018
- docs: add esdoc pages
8f76d27 - chore: project setup
d5e72d4 - build: add final 1.0.0 build
f4e5250 - build(deps): update deps
303add3 - test: start to add tests for function
e77887c - docs: finish doc block comments
e5bbd16 - docs(readme): rewrite readme
8b7358f - test(find): add tests for find function
79f6f1c - feat(sort): add sort function
8709a7b - test(includes): add tests for includes function
d8182fa - test(has): add tests for has function
112794b - chore(release): 1.0.0
c9517c0 - tests(every): add tests for every function
5e42af2 - tests(filter): add tests for filter function
047ac91 - test(slice): add tests for slice function
79e3779 - feat(keys): add keys function
3c093fc - test(is): add tests for is function
a719003 - test(flip): add tests for flip function
e388847 - feat(keyOf): add keyOf function
98e8d6d - feat(set): add set function
3113bf9 - test(keys): add tests for keys function
7b033f8 - feat(find): add find function
ef02a0d - feat(has): add has function
066da0d - refactor(sort): rewrite the sort function using each
966626f - test(set): add tests for set function
184a781 - feat(internals): add getPathParts to parse dot notation paths
7a9f215 - feat(filter): add filter function
d7b05e5 - feat(flattenKeys): add flattenKeys function
9d46d37 - feat(clean): add clean function
eda3001 - test(inflate): add tests for inflate function
b309ae0 - feat(del): add del function
e66037b - feat(includes): add includes function
1b06506 - test(map): add tests for map function
fd5f9af - test(sort): add tests for sort function
33787d8 - feat(get): add get function
7b927e3 - docs(readme): create draft
fd0a467 - test(keyOf): add tests for keyOf function
334b581 - test(some): add tests for some function
2f9bc80 - test(pathParts): add tests for pathParts function
87f6da1 - feat(some): add some function
8da55f9 - feat(every): add every function
7777204 - feat(values): add values function
deed825 - feat(index): export all new function
4c5fafa - test(get): add tests for get function
773a2ca - feat(map): add map function
bd5c2fe - feat(flip): add flip function
99e2d9e - test(values): add tests for values function
bd0569b - feat(each): add each function
648faf7 - feat(inflate): add inflate function
c39a851 - feat(slice): add slice function
32d3057 - feat(clone): add clone function
aa7170a - style: remove function list comment
f454694 - docs(license): update to correct name
8afa8d6 - test(merge): add tests for merge function
2347f1b - style(index): check functions when they are done
e9a34e9 - test(size): add tests for size function
9dee3c5 - feat(size): add size function
e4bf546 - feat(empty): add empty function
055a50a - Initial commit
0e987d7 - feat(merge): add merge function
a98e5ce - fix(keyOf): remove object checks
9bc9d61 - docs(esdoc): add esdoc config
e826a3a - fix(find): remove object check for follow
74d99ef - fix(filter): remove object check for follow
e8d9c3f - fix(includes): remove object check
8c7ff94 - fix: check if iterator is a function
9bc97b8 - build(rollup): add support for node_modules
28b6c71 - feat(is): add is function
613d4ed - tests(empty): add tests for empty function
5a3f20a - test(index): add tests for index
790a21a - fix(has): remove object checks
271eebc - fix(get): remove object checks
6124905 - refactor: change internals to pathParts function
47e6018 - fix(deflate): rename flattenKeys import to deflate
05f75e7 - fix(set): fix bug with empty objects
137df5b - refactor(deflate): rename flattenKeys to deflate
a88c953 - docs(readme): add more functions to draft
3b5faa9 - fix(merge): change merge to directly export circle-assign
59ac285 - fix(pathParts): convert to string before splitting
1905d5e - fix(each): return true if the iterator ran else false
3e5d741 - fix(find): return key instead of value
96e0c97 - refactor(deflate): rename flattenKeys to deflate
5ffe5c4 - style(clean): fix comment grammar
9e5d65e - test(package): add jest config
55fd23c - ci(package): update deps and test command
20ef956 - build(travis): add travis config
7702e08 - feat(sort): add sort function
ea41875 - feat(slice): add slice function
5588fdf - feat(map): add map function
cc09331 - feat(keyOf): add keyOf function
bbed4d3 - feat(inflate): add inflate function
af79c62 - feat(flip): add flip function
fddd3a7 - style(index): correct function comments positions
534515b - feat(filter): add filter function
09a36f7 - docs(readme): correct arguments
4eec3f5 - build(scripts): add release script
4d02727 - ci(docs): add docs build command
d0184f2 - style(index): correct functions list
54e0e0e - feat(del): add del function
41f7964 - style(sort): remove unnecessary imports
4b8a1ce - test(package): add --coverage to watch command
8b384e4 - Update CNAME
a1504e2 - Update CNAME
1a0693f - docs(readme): add // or comment for usage
199dcb6 - build(deps): add esdoc deps
a1fce26 - style: fix doc block comment
25b6729 - build: correct uglify command
e514f7f - style: mark some as complete in the function list comment
cd81452 - feat(some): add some function
04aa97d - style(index): correct function comments
cc71a78 - feat(includes): add includes function
bee0209 - style(index): correct function list comment
81c552b - style(index): correct functions list
4a98260 - feat(find): add find function
4399628 - feat(every): add every function
e4d6262 - feat(each): add each function
55557c6 - feat(values): add values function
0a4ca87 - feat(clean): add clean function
bffb33f - feat(flattenKeys): add flattenKeys function
fdd1c04 - feat(merge): add merge function
95185e8 - style(clone): change return comment
3a623cf - build(deps): add standard-version
ebb24e7 - Create CNAME
800d0d3 - style(clean): remove blank line at top
4274bb9 - ci(package): add test watch script
6e35859 - style: remove prepend from function list
bc3a11b - fix(flattenKeys): export the flattenKeys function
b576331