v1.0.0
Summary
Initial tag with working version of JSON5 kotlin lib that is fully implemented assisted coding agents(GitHub Copilot, Google Jules)
What's Changed
- Fix: Align test assertions with current parser behavior by @hossain-khan in #2
- [REMOVED] Utils module by @hossain-khan in #4
- I've added KDocs to the lib module tests and validated their accuracy. by @hossain-khan in #5
- Add kotlinx.serialization support for JSON5 using this library by @copilot-swe-agent in #7
- Update README with comprehensive JSON5 usage guide and remove placeholder content by @copilot-swe-agent in #9
- [MOVE] All file to new package
dev.hossain.json5ktby @hossain-khan in #11 - Add Maven publishing support for GitHub Packages by @copilot-swe-agent in #13
- Add benchmark module for comparing JSON5 vs JSON serialization performance by @copilot-swe-agent in #15
- [ADDED] Transparent project icon by @hossain-khan in #16
- Add benchmark workflow to save artifacts on main branch pushes by @copilot-swe-agent in #18
- [ADDED]
copilot-instructions.mdby @hossain-khan in #21 - Add Publish to GitHub Packages workflow by @copilot-swe-agent in #20
- Use gradle.properties for library version in maven release by @copilot-swe-agent in #23
- [MINOR] Workflow and tagging fixes by @hossain-khan in #24
New Contributors
- @hossain-khan made their first contribution in #2
- @copilot-swe-agent made their first contribution in #7
Full Changelog: https://github.com/hossain-khan/json5-kotlin/commits/v1.0.0