Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
62e0f69
chore: upgrade project structure
thetutlage Sep 7, 2023
07464cf
feat: migrate to v6
thetutlage Sep 8, 2023
181f347
docs: update readme file
thetutlage Sep 8, 2023
c97969f
docs: update badges url
thetutlage Sep 8, 2023
c66ae11
ci: fix failing test in Node 18
thetutlage Sep 8, 2023
7ede4d1
test: fix breaking tests on windows
thetutlage Sep 8, 2023
b7a2077
test: fix breaking tests on windows
thetutlage Sep 8, 2023
8201b9a
chore(release): 2.0.0-0
thetutlage Sep 8, 2023
29a7ebe
feat: add configure command
thetutlage Sep 8, 2023
75e1405
chore(release): 2.0.0-1
thetutlage Sep 8, 2023
118cfa6
feat: add support for vinejs messages provider
thetutlage Sep 8, 2023
8ab2fa3
feat: hook into request.validateUsing and use i18n
thetutlage Sep 8, 2023
99c02bb
feat: add debug logs
thetutlage Sep 8, 2023
7a4c653
chore(release): 2.0.0-2
thetutlage Sep 8, 2023
904a995
feat: add formatDisplayNames and formatList methods
thetutlage Sep 11, 2023
70f8407
feat: add support for loadersList and formattersList
thetutlage Sep 12, 2023
d84d015
refactor: update stubs
thetutlage Sep 12, 2023
23a252f
refactor: improve logic for finding the best matching fallback locale
thetutlage Sep 12, 2023
59e6caa
chore(release): 2.0.0-3
thetutlage Sep 12, 2023
61e1cca
fix: formatMessage to use empty string as fallback message
thetutlage Sep 12, 2023
a34e056
chore(release): 2.0.0-4
thetutlage Sep 12, 2023
8628f89
chore: update dependencies
thetutlage Oct 20, 2023
377daaa
refactor: use config providers for resolving config
thetutlage Oct 20, 2023
34da2bc
refactor: internals
thetutlage Oct 20, 2023
6543eec
test: improve coverage
thetutlage Oct 20, 2023
ff059b8
style: format source code
thetutlage Oct 20, 2023
34b92c8
refactor: export formatters and loaders from the main entrypoint
thetutlage Oct 20, 2023
9c6e063
chore(release): 2.0.0-5
thetutlage Oct 20, 2023
f37d2f1
fix: config stub
thetutlage Oct 20, 2023
32a87a2
chore(release): 2.0.0-6
thetutlage Oct 20, 2023
c4be116
chore: update dependencies
thetutlage Nov 27, 2023
80a289e
chore: add missing peer dependencies
thetutlage Nov 27, 2023
cb51a2c
refactor: make i18n.config a public property
thetutlage Nov 27, 2023
dbc3396
test: fix breaking test
thetutlage Nov 27, 2023
08808cf
chore(release): 2.0.0-7
thetutlage Nov 27, 2023
05148bb
chore: use tsup for bundling
thetutlage Nov 27, 2023
7fc0e90
feat: export factories for testing
thetutlage Nov 27, 2023
364739b
chore(release): 2.0.0-8
thetutlage Nov 27, 2023
07f8702
chore: update dependencies
thetutlage Dec 24, 2023
40bef08
refactor: organize stubs
thetutlage Dec 24, 2023
380c0db
chore(release): 2.0.0-9
thetutlage Dec 24, 2023
517a0a1
chore: update dependencies
thetutlage Jan 9, 2024
86a1c1c
refactor: export stubsRoot
thetutlage Jan 9, 2024
60a9868
chore: bundle types.ts file via tsup as well
thetutlage Jan 9, 2024
0cfc07f
test: simplify tests
thetutlage Jan 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions .github/COMMIT_CONVENTION.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/CONTRIBUTING.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

170 changes: 170 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
[
{
"name": "Priority: Critical",
"color": "ea0056",
"description": "The issue needs urgent attention",
"aliases": []
},
{
"name": "Priority: High",
"color": "5666ed",
"description": "Look into this issue before picking up any new work",
"aliases": []
},
{
"name": "Priority: Medium",
"color": "f4ff61",
"description": "Try to fix the issue for the next patch/minor release",
"aliases": []
},
{
"name": "Priority: Low",
"color": "87dfd6",
"description": "Something worth considering, but not a top priority for the team",
"aliases": []
},
{
"name": "Semver: Alpha",
"color": "008480",
"description": "Will make it's way to the next alpha version of the package",
"aliases": []
},
{
"name": "Semver: Major",
"color": "ea0056",
"description": "Has breaking changes",
"aliases": []
},
{
"name": "Semver: Minor",
"color": "fbe555",
"description": "Mainly new features and improvements",
"aliases": []
},
{
"name": "Semver: Next",
"color": "5666ed",
"description": "Will make it's way to the bleeding edge version of the package",
"aliases": []
},
{
"name": "Semver: Patch",
"color": "87dfd6",
"description": "A bug fix",
"aliases": []
},
{
"name": "Status: Abandoned",
"color": "ffffff",
"description": "Dropped and not into consideration",
"aliases": ["wontfix"]
},
{
"name": "Status: Accepted",
"color": "e5fbf2",
"description": "The proposal or the feature has been accepted for the future versions",
"aliases": []
},
{
"name": "Status: Blocked",
"color": "ea0056",
"description": "The work on the issue or the PR is blocked. Check comments for reasoning",
"aliases": []
},
{
"name": "Status: Completed",
"color": "008672",
"description": "The work has been completed, but not released yet",
"aliases": []
},
{
"name": "Status: In Progress",
"color": "73dbc4",
"description": "Still banging the keyboard",
"aliases": ["in progress"]
},
{
"name": "Status: On Hold",
"color": "f4ff61",
"description": "The work was started earlier, but is on hold now. Check comments for reasoning",
"aliases": ["On Hold"]
},
{
"name": "Status: Review Needed",
"color": "fbe555",
"description": "Review from the core team is required before moving forward",
"aliases": []
},
{
"name": "Status: Awaiting More Information",
"color": "89f8ce",
"description": "Waiting on the issue reporter or PR author to provide more information",
"aliases": []
},
{
"name": "Status: Need Contributors",
"color": "7057ff",
"description": "Looking for contributors to help us move forward with this issue or PR",
"aliases": []
},
{
"name": "Type: Bug",
"color": "ea0056",
"description": "The issue has indentified a bug",
"aliases": ["bug"]
},
{
"name": "Type: Security",
"color": "ea0056",
"description": "Spotted security vulnerability and is a top priority for the core team",
"aliases": []
},
{
"name": "Type: Duplicate",
"color": "00837e",
"description": "Already answered or fixed previously",
"aliases": ["duplicate"]
},
{
"name": "Type: Enhancement",
"color": "89f8ce",
"description": "Improving an existing feature",
"aliases": ["enhancement"]
},
{
"name": "Type: Feature Request",
"color": "483add",
"description": "Request to add a new feature to the package",
"aliases": []
},
{
"name": "Type: Invalid",
"color": "dbdbdb",
"description": "Doesn't really belong here. Maybe use discussion threads?",
"aliases": ["invalid"]
},
{
"name": "Type: Question",
"color": "eceafc",
"description": "Needs clarification",
"aliases": ["help wanted", "question"]
},
{
"name": "Type: Documentation Change",
"color": "7057ff",
"description": "Documentation needs some improvements",
"aliases": ["documentation"]
},
{
"name": "Type: Dependencies Update",
"color": "00837e",
"description": "Bump dependencies",
"aliases": ["dependencies"]
},
{
"name": "Good First Issue",
"color": "008480",
"description": "Want to contribute? Just filter by this label",
"aliases": ["good first issue"]
}
]
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- "Type: Security"
- 'Type: Security'

# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
staleLabel: 'Status: Abandoned'

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Expand Down
Loading