Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsc6955 committed Jan 17, 2024
1 parent 4ffd9ed commit e0a3dd5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following features are not directly related to the library itself, but are s
- [ ] Finish community guidelines
- [ ] Automate release process
- [ ] Automate changelog generation
- [ ] Add badges to README
- [x] Add badges to README

### Features

Expand All @@ -42,3 +42,11 @@ The following features are planned to be implemented before the first stable rel
- [ ] Add `once` method so that a subscriber can be removed after it has been called once
- [ ] Add `clear` method to remove all subscribers

#### utils

- [ ] Add `debounce` method
- [ ] Add `throttle` method

#### Docs

- [ ] Turn examples into docs

0 comments on commit e0a3dd5

Please sign in to comment.