5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:31:20 +08:00
wails/v2/pkg/git
taisei 5b091db26d
Fixed an error that occurred when an author name contains a string that is not suitable for JSON (#3638)
* fix(pkg): Fixed an issue where wails new would throw an error if the author name contained non-JSON legal characters.

* refactor(pkg): Incorporating coderabbit's suggestions

* docs: write changelog.mdx

* Escape using json package. Add tests.

* Update test.

---------

Co-authored-by: Lea O'Anthony <lea.anthony@gmail.com>
2024-07-29 21:34:19 +10:00
..
git_test.go Fixed an error that occurred when an author name contains a string that is not suitable for JSON (#3638) 2024-07-29 21:34:19 +10:00
git.go Fixed an error that occurred when an author name contains a string that is not suitable for JSON (#3638) 2024-07-29 21:34:19 +10:00