index
:
iku
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore(license): Relicense under MIT OR Apache-2.0
HEAD
main
Fuwn
2026-02-20
5
-676
/
+217
|
*
style: Fix lint warnings
Fuwn
2026-02-11
2
-10
/
+5
|
*
feat: Support JSON configuration file
Fuwn
2026-02-11
6
-32
/
+118
|
*
fix(adapter): Suppress blank lines before continuation keywords ↵
Fuwn
2026-02-11
4
-66
/
+75
|
|
|
|
(else/catch/finally)
*
perf(engine): Write formatted output directly into strings.Builder
Fuwn
2026-02-05
2
-20
/
+38
|
*
perf: Reduce allocations and syscalls in formatting pipeline
Fuwn
2026-02-05
6
-20
/
+25
|
*
feat(formatter): Dispatch adapter by file extension for multi-language support
Fuwn
2026-02-05
4
-331
/
+42
|
*
feat(adapter): Add EcmaScript adapter for JS/TS/JSX/TSX formatting
Fuwn
2026-02-05
2
-0
/
+700
|
*
refactor(formatter): Replace rewrite logic with engine
Fuwn
2026-02-05
2
-155
/
+5
|
*
feat(engine): Add language-agnostic formatting engine with Go adapter
Fuwn
2026-02-05
5
-0
/
+757
|
*
docs(README): Update "How It Works" source
Fuwn
2026-02-02
1
-1
/
+1
|
*
perf(patterns): Replace remaining regular expressions with string functions
Fuwn
2026-02-01
3
-13
/
+85
|
*
refactor: Merge benchmarks into formatter_test.go
Fuwn
2026-01-31
2
-49
/
+44
|
*
style: Use idiomatic Go test naming conventions
Fuwn
2026-01-31
2
-40
/
+40
|
*
refactor: Split formatter.go into separate files
Fuwn
2026-01-31
3
-297
/
+304
|
*
refactor: Extract line pattern detection to patterns.go
Fuwn
2026-01-31
2
-81
/
+83
|
*
docs(README): Update "How It Works" source
Fuwn
2026-01-31
1
-1
/
+1
|
*
refactor: Rename variables to be fully self-documenting
Fuwn
2026-01-31
4
-311
/
+311
|
*
feat(formatter): Stricter token and scoping rules
Fuwn
2026-01-31
3
-17
/
+66
|
*
docs(README): Update usage examples
Fuwn
2026-01-31
1
-2
/
+2
|
*
docs(README): Add subtagline
Fuwn
2026-01-31
1
-1
/
+4
|
*
fix(formatter): Handle backticks inside strings and character literals
Fuwn
2026-01-31
1
-1
/
+58
|
*
perf(formatter): Optimise regular expressions and string operations
Fuwn
2026-01-31
1
-13
/
+26
|
*
chore(Taskfile): Add benchmem option to bench task
Fuwn
2026-01-31
1
-1
/
+1
|
*
docs(README): Expand "How It Works"
Fuwn
2026-01-31
1
-1
/
+1
|
*
perf: Precompile regular expressions
Fuwn
2026-01-31
1
-7
/
+8
|
*
chore: Add Taskfile and tasks
Fuwn
2026-01-31
2
-0
/
+63
|
*
format(flake.nix): Apply nixfmt formatting
Fuwn
2026-01-31
1
-5
/
+18
|
*
feat: Add Nix flake support
Fuwn
2026-01-31
6
-2
/
+102
|
*
feat: Initial commit
Fuwn
2026-01-31
8
-0
/
+1913