Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@timwehrle timwehrle released this 16 Sep 20:19
· 1 commit to main since this release

Changelog

  • 885e7b1 Initial commit
  • 1cbf857 chore: add building and releasing in project
  • 63a195d chore: add color package to colorize output
  • a8bfc45 chore: add gitignore and coverage file
  • 864a1dc chore: add goreleaser config
  • 06c1c1f chore: add makefile for easier command handling
  • 4264773 chore: add project config and github actions workflow
  • 6971554 chore: delete goreleaser config and use default
  • 6b0957e chore: disable caching in github actions
  • 8240f37 chore: fix github action release error
  • 0527909 chore: rename release workflow to goreleaser
  • e995863 chore: update file name to match the actual workflow
  • cc8e299 chore: update github actions workflow name
  • efac160 chore: update go version to 1.23.1
  • 2ea9148 chore: update makefile to use go fmt whenever possible
  • fd89902 docs(charset): start adding comments
  • d2bbe56 docs(generator): add comments for explaing
  • d7be72f docs(readme): update readme to provide basic information (build/usage coming)
  • bb7a262 feat: add another error call for gen command
  • 0d363e0 feat: add gen and root cmd for cli
  • 695fd72 feat: add pkg functions
  • 3ca9c57 feat: add utils and tests
  • e5c3fa8 feat: delete gen command since its not very useful
  • 1841cdc fix: delete settings.json
  • 873f3a1 fix: update main to take the right directory
  • 8789209 fix: update project and package name
  • 2ec688e fix: update to handle links correctly
  • c6cf2bf tests(map): add tests for charset mapping and add comments