Skip to content

Commit

Permalink
docs: Add CHANGELOG and TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Grigolo committed Jun 5, 2021
1 parent 0a2658a commit f0ad2cb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### To Add

### To Change

### To Remove

### To Fix

## [1.0.0] - 2021-06-06

### Added

- Fetch all starred repositories from Github
- Parse starred repositories to be in the expected format for raindrop.io
- Add methods for single post, multiple post by 100's and multiple post by single loops with 1+ minutes delay in between (API restriction)
- Create documentation and TODO list

[unreleased]: https://github.com/azedo/raindrop-io-github-starred-repos/compare/v1.0.0...main
[0.0.1]: https://github.com/azedo/raindrop-io-github-starred-repos/releases/tag/v1.0.0
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TODO

- [ ] Add a Promise.all method to the multiple post request done via the single request loop. <https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Promise/all>

0 comments on commit f0ad2cb

Please sign in to comment.