Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.1.1
era
Browse files
Feb 15, 2025
build: bump version to 0.1.1
· 3617ff98
Liam
authored
Feb 15, 2025
View commits for tag v0.1.1
v0.1.1
3617ff98
feat: support for strptime tokens "E" and "O" modifiers excluding "Ec"
· 7c966f0b
Liam
authored
Feb 15, 2025
7c966f0b
docs: update installation instructions
· c0f27c1d
Liam
authored
Feb 15, 2025
c0f27c1d
refactor: use gitlab.com in module name
· 60524718
Liam
authored
Feb 15, 2025
View commits for tag v0.1.0
v0.1.0
60524718
Feb 14, 2025
docs: update mirror info
· b74a2b61
Liam
authored
Feb 14, 2025
b74a2b61
docs: add info about mirror in README
· b37eb99a
Liam
authored
Feb 14, 2025
b37eb99a
docs: wording in README example
· 5cd67794
Liam
authored
Feb 14, 2025
5cd67794
fix: formatting of unrelated sibling tokens with the no prefix formatter
· cf1a1ef6
Liam
authored
Feb 14, 2025
cf1a1ef6
docs: make supported formatters clearer in README
· 629a3d11
Liam
authored
Feb 14, 2025
629a3d11
docs: update README
· f7340e80
Liam
authored
Feb 14, 2025
f7340e80
test: add test for escape sequence in luxon
· 4d2f4b34
Liam
authored
Feb 14, 2025
4d2f4b34
fix: printing of escape characters
· 765a6ca1
Liam
authored
Feb 14, 2025
765a6ca1
Feb 05, 2025
refactor: migrate DateFormatterPrefix to strings instead of runes
· 5364a48a
Liam
authored
Feb 05, 2025
5364a48a
Feb 04, 2025
feat: support for luxon week number tokens "n" and "nn"
· 39c0c0a5
Liam
authored
Feb 04, 2025
39c0c0a5
fix: luxon tokens "yy" and "ii" incorrectly expanding to a single digit instead of two
· 4b7c1689
Liam
authored
Feb 04, 2025
4b7c1689
test: use single variable for test date scenarios
· ea1c35ee
Liam
authored
Feb 04, 2025
ea1c35ee
feat: support remaining moment tokens for week year "gg" and "gggg"
· d93ba5cb
Liam
authored
Feb 04, 2025
d93ba5cb
Feb 03, 2025
feat: support for moment week number tokens "w", "wo", "ww"
· 27ae6d0c
Liam
authored
Feb 03, 2025
27ae6d0c
Feb 02, 2025
feat: support for moment tokens "N"/"NN"/"NNN"/"NNNNN", "NNNN", y, GG and GGGG
· 377b820d
Liam
authored
Feb 02, 2025
377b820d
Jan 31, 2025
feat: support for moment "S", "SS", ... "SSSSSSSSS" tokens
· 6f1f16fc
Liam
authored
Jan 31, 2025
6f1f16fc
Jan 28, 2025
feat: support for moment am/pm tokens "a" and "A"
· daee20b4
Liam
authored
Jan 28, 2025
daee20b4
feat: support for luxon time tokens "T", "TT" and "TTT"
· 6e3fb283
Liam
authored
Jan 28, 2025
6e3fb283
feat: support for moment time zone tokens "z"/"zz", "Z" and "ZZ"
· e7b25c2e
Liam
authored
Jan 28, 2025
e7b25c2e
feat: support for moment week tokens 'W', 'Wo' and 'WW'
· f3391960
Liam
authored
Jan 28, 2025
f3391960
Jan 26, 2025
feat: support "e" and "E" weekday tokens for moment
· 82a56103
Liam
authored
Jan 26, 2025
82a56103
docs: typo
· c5563dff
Liam
authored
Jan 26, 2025
c5563dff
test: exclude known incompatible luxon tokens
· db46c634
Liam
authored
Jan 26, 2025
db46c634
fix: fix remaining moment token compatability issues
· 2ad94ff9
Liam
authored
Jan 26, 2025
2ad94ff9
test: parallel tests and moment testing
· 93011978
Liam
authored
Jan 26, 2025
93011978
perf: cache tokenGraph after first run
· 37e5e490
Liam
authored
Jan 26, 2025
37e5e490
refactor: simplify sign based numerical output
· f89da29e
Liam
authored
Jan 26, 2025
f89da29e
fix: support more tokens
· 322eb29c
Liam
authored
Jan 26, 2025
322eb29c
feat(dateutils): YearQuarter
· 3bd6a659
Liam
authored
Jan 26, 2025
3bd6a659
Jan 22, 2025
fix: luxon token compatability for tokens: "q", "qq", "Z", "ZZ" and "ZZZ"
· 674ed6f2
Liam
authored
Jan 22, 2025
674ed6f2
test: initial luxon format tests
· 0a2b4c7f
Liam
authored
Jan 22, 2025
0a2b4c7f
Jan 18, 2025
test: additional format string test scenario for strptime
· a28ed3b3
Liam
authored
Jan 18, 2025
a28ed3b3
feat: sort tokens command output
· 8bfc98a1
Liam
authored
Jan 18, 2025
8bfc98a1
build: upgrade to go 1.23.4
· cba3a60b
Liam
authored
Jan 18, 2025
cba3a60b
refactor: more descriptive definition for strptime token %v
· ce382cb1
Liam
authored
Jan 18, 2025
ce382cb1
test: add tests for long format strings provided to strptime
· cf216edb
Liam
authored
Jan 18, 2025
cf216edb
Loading