Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2020-10-06) ### Bug Fixes * delete empty file ([af4a001](af4a001)) * return an immutable list from getting pipeline list ([bc99597](bc99597)) * switch arguments order in calculating difference in days ([80bd679](80bd679)) ### Features * create <App /> component ([43dfa95](43dfa95)) * create <Error /> component ([28f695d](28f695d)) * create <Main /> component ([78faaf3](78faaf3)) * create function that deletes a pipeline ([b86a6d0](b86a6d0)) * create function that filters pipelines by date ([086ff19](086ff19)) * create function to list pipelines ([c80bf98](c80bf98)) * create network module ([4822ea4](4822ea4)) * increase number of items to 100 in pipelines list ([919524b](919524b)) * initial commit ([ff7183c](ff7183c)) * parse command line arguments ([605c361](605c361)) * pass parsed project id to <App /> component ([188aeea](188aeea)) * pass side effects to <Main /> from application entry point ([e2eb578](e2eb578)) * require project id to be set as command line argument ([4f00fa9](4f00fa9)) * return a function instead of a value in GitLab API ([c40bb2e](c40bb2e)) * use native Arrays instead of list ([20841bf](20841bf))
- Loading branch information