Skip to content

Commit

Permalink
πŸ—‘οΈ chore: update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed May 27, 2024
1 parent c2d1bd5 commit dea2de8
Show file tree
Hide file tree
Showing 4 changed files with 3,485 additions and 2,859 deletions.
15 changes: 13 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# 🎯 TODO

## Backlog
## Future

- [ ] 1 more options (any combination of options should work)
- [ ] `conventional (boolean) [true]` - only allow conventional commits, this package should work without conventional commits as well
- [ ] small docs site with astro starlight explaining which emoji to use and when, + stuff
- [ ] BUN

### v2.0.4

- [ ] new option `nested-behavior (string) [all]` - tells the package where to look for nested emojis
- [ ] `scope` - only in the scope: immediately after the type, like: `feat(scope): subject`, for stricter control over nested emojis
- [ ] `subject` - only in the subject: `feat(scope): subject`
- [ ] `all` - anywhere in the commit message (default)
- [ ] `off` - do not respect nested emojis at all
- improve debug level 2 config output
- allow emojis to be disabled by passing undefined (nested as well)

## v2

Expand All @@ -17,4 +29,3 @@
- [x] move bin scripts to `scripts` folder and also build them from typescript
- [x] Generate the readme emoji table from `default.jsonc` (jsonc for description)
- [x] overwrite the default emojis in ts config too (import the default emojis, import other presets)
- [ ] try astro and create a small website explaining which emoji to use and when, + stuff
2 changes: 1 addition & 1 deletion eemoji.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineDefaultConfig({
'eemoji': 'πŸ‘',
},
chore: {
update: 'πŸ‘',
emojis: 'πŸ‘',
},
},
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eemoji",
"type": "module",
"version": "2.0.3",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.3",
"description": "(๑‒̀ㅂ‒́)و✧ Add emojis to git commits",
"author": "Rettend",
"license": "MIT",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@vitest/ui": "^1.5.0",
"bumpp": "^9.4.0",
"comment-json": "^4.2.3",
"eemoji": "^2.0.2",
"eemoji": "^2.0.3",
"eslint": "^9.3.0",
"lint-staged": "^15.2.2",
"markdown-table": "^3.0.3",
Expand Down
Loading

0 comments on commit dea2de8

Please sign in to comment.